summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fixes #20132; fixes the broken jsondoc comand [backport] (#20135)ringabout2022-08-042-0/+28
* Revert "enable nimPreviewDotLikeOps" (#19919)ringabout2022-08-032-1/+1
* Fixed compilation of void closureiters with try stmt (#20138) [backport]Yuriy Glukhov2022-08-031-0/+8
* Highlight Nim default in Markdown code in .nim (#20110)Andrey Makarov2022-07-312-2/+12
* fixes #20031; uint64 is an ordinal type since 1.0 (#20094)ringabout2022-07-271-0/+11
* remove shallowCopy for ARC/ORC (#20070)ringabout2022-07-261-1/+4
* fixes #20089; remove setPointer since strings/seqs are not pointers with ORC ...ringabout2022-07-261-0/+14
* .forbids pragma: defining forbidden tags (#20050)Lancer112112022-07-269-0/+204
* Markdown code blocks part 2; migrate Nim Manual (#20080)Andrey Makarov2022-07-252-10/+28
* fix #20067, fix #18976 [backport] (#20069)metagn2022-07-221-0/+28
* defines the `gcRefc` symbol which allows writing specific code for refc (#20009)flywind2022-07-171-1/+6
* Improve Markdown code blocks & start moving docs to Markdown style (#19954)Andrey Makarov2022-07-153-11/+128
* fix #20002 (#20004)metagn2022-07-151-0/+8
* [Orc] fixes "streams.readDataStr segafaults" when accepting a string literal...flywind2022-07-151-0/+10
* fix #20012 (#20013)Daniel Clarke2022-07-131-0/+15
* allow dots in defined() (#20010)metagn2022-07-121-2/+17
* Fix nested finally handling in closureiters [backport] (#19933)Tanguy2022-07-111-0/+75
* default threads on (#19368)flywind2022-07-067-4/+8
* Fixes return values of execCmd on macos (#19963)Daniel Clarke2022-07-051-0/+13
* closes #15897; add testcase (#19961)flywind2022-07-021-0/+11
* Allow recursive closure iterators (#19939)Tanguy2022-06-301-0/+13
* dec inLoop after exiting the while scope in computeLiveRanges [backport] (#19...flywind2022-06-291-0/+45
* closes #11042; add testcase (#19935)flywind2022-06-281-0/+55
* Fix distinct requiresInit test and manual (#19901)Khaled Hammouda2022-06-221-3/+3
* [vm]fixes #15974 #12551 #19464 #16020 #16780 #16613 #14553 #19909 #18641 (#19...flywind2022-06-222-1/+245
* [semfold] fix #19199; properly fold uint to float conversion (#19890) [backport]flywind2022-06-131-0/+6
* test for #19046 (#19839)Bung2022-06-101-0/+19
* [js] add testcase for array indexDefect and remove todo (#19838)flywind2022-06-101-0/+9
* fix #19862; make widestrs consistent between refc and orc (#19874) [backport]flywind2022-06-091-0/+13
* Fix `find` routines' api to default to `last=-1` (#19761)Zoom2022-06-071-17/+21
* RST: improve simple tables (#19859)Andrey Makarov2022-06-041-0/+229
* Stop type aliases from inheriting sfUsed (#19861)quantimnot2022-06-041-13/+40
* Refactor and doc package handling, module name mangling (#19821)quantimnot2022-05-307-1/+33
* Zectbumo fixes 19824 (#19825)Alfred Morgan2022-05-301-0/+4
* Fix global destructor injection for JS backend (#19797)quantimnot2022-05-231-1/+2
* Add new self-signed 4096 bit certificate to testdata (#19758)kraptor2022-05-081-28/+77
* "ip" protocol as id 0 is long gone (#19760)kraptor2022-05-071-4/+0
* Fix fixAbstractType for user defined typeclasses, fixes #19730 & #18409 (#19732)nc-x2022-04-302-0/+57
* fixes #18612; apply cache and memcmp for methods in arc/orc (#19749)flywind2022-04-267-2/+13
* fixes #19662; Indent level errored for first line (#19718)flywind2022-04-251-0/+6
* fix NimNode comment repr() regression [backport: 1.2] (#19726)flywind2022-04-251-0/+19
* Really fix StringStream with ARC at compile-time, improve streams test (#19739)Danil Yarantsev2022-04-251-2/+7
* fix #19435; don't create TypeBoundOps for tyOpenArray, tyVarargs [backport: 1...flywind2022-04-251-0/+29
* Fix string stream crashing when created on nimscript due to last fix (#19717)Jason Beetham2022-04-141-0/+4
* Better error message and tests for bad await (#19622)huantian2022-04-131-3/+32
* enable style:usages for stdlib tests [backport: 1.6] (#19715)flywind2022-04-1325-83/+86
* fix #19680; check if stderr is static (#19709)flywind2022-04-121-0/+10
* StringStreams no longer errors when intialized with literals on arc/orc (#19708)Jason Beetham2022-04-111-0/+2
* fix #17286 nim check -b:js works (#19704)flywind2022-04-091-0/+16
* fix stylecheck bug with nre (#19356)flywind2022-04-081-1/+1