summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fix #18990 Regression in proc symbol resolution; Error: attempting to… (#20...Bung2022-10-123-0/+7
* oids sticks to 24 length strings; fixes breaking changes (#20546)ringabout2022-10-121-1/+1
* fix #7446 Generics: type mismatch 'SomeunsignedInt or Natural' (#20522)Bung2022-10-111-0/+10
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-1126-63/+56
* Make rstgen work with gcsafe (#20534)ringabout2022-10-101-0/+5
* Automatic dereferencing is removed (#20531)ringabout2022-10-102-49/+15
* fix #18886 crash on ambiguous proc cast (#20472)Bung2022-10-101-0/+18
* fixes #20516; system.create doesn't work with bitfield objects (#20518)ringabout2022-10-081-0/+7
* closes #12994; add testcase (#20511)ringabout2022-10-081-0/+23
* fixes devel CI (#20512)ringabout2022-10-071-1/+1
* remove implicit let/var default initialization (#20508)ringabout2022-10-071-16/+16
* DAA and 'out' parameters (#20506)Andreas Rumpf2022-10-063-1/+84
* correct grammar (ref #20199) and add check for grammar.txt (#20494)ringabout2022-10-061-0/+7
* closes #9401; add testcase (#20507)ringabout2022-10-061-0/+49
* follow up #20109; remove `shallow` seqs/strings for ORC (#20502)ringabout2022-10-065-8/+12
* Make output assertion deterministic for test for #7172 (#20495)Matt Haggard2022-10-051-2/+2
* closes #11267; closes #11259; closes #11085; add testcases (#20505)ringabout2022-10-062-0/+36
* Markdown indented code blocks (#20473)Andrey Makarov2022-10-052-6/+59
* strutils, rstgen: avoid deprecated `strutils.delete` (#20488)ee72022-10-051-0/+3
* fixes #19231; newFinalize doesn't work with ORC (#20291)ringabout2022-10-051-0/+18
* add default field support for object in ARC/ORC (#20480)ringabout2022-10-046-2/+448
* decrease iteration count of btree test (#20491)Bung2022-10-041-1/+1
* [ARC] fixes #18645; C Compiler error when initializing {.global.} with a bloc...ringabout2022-10-031-0/+18
* close #11415; add testcase (#20486)ringabout2022-10-031-0/+25
* pragma for sfCallsite instead of name check + better semantics, test (#20464)metagn2022-10-032-0/+37
* fixes nim check with orc (#20456)ringabout2022-10-024-1/+23
* less test time costs (#20479)Bung2022-10-023-12/+8
* Fix #19224 For loops over a hardcoded empty array crash the compiler (#20476)Bung2022-10-011-0/+12
* move widestrs out of system (#20462)metagn2022-10-019-2/+26
* fix #19678 Broken behavior with string ranges in case labels (#20475)Bung2022-10-011-0/+17
* new move analyser2 (#20471)Andreas Rumpf2022-10-018-15/+35
* closed ambiguous enum defaults to first overload (#20457)metagn2022-10-012-2/+10
* remove hack for deprecated csize in compiler (#20463)metagn2022-10-011-5/+1
* make koch and tools work with `nimPreviewSlimSystem` (#20459)ringabout2022-09-303-1/+9
* Undeprecate isvalidfilename (#19643)Juan Carlos2022-09-291-26/+47
* refactor dbFormat (#19746)ringabout2022-09-292-0/+26
* fixed tstrimpl (#20452)Andreas Rumpf2022-09-291-0/+2
* Unicode Operators are no longer experimental (#20444)ringabout2022-09-281-1/+0
* fix #19500; remove find optimization [backport: 1.6] (#19714)ringabout2022-09-282-0/+11
* moderate system cleanup & refactor (#20355)metagn2022-09-288-64/+69
* store full definition AST for consts, fix noRewrite (#20115)metagn2022-09-286-2/+87
* fixes #19986; mutable view from immutable location (#20134)ringabout2022-09-281-0/+42
* Update message for checking `cast` (#20145)konsumlamm2022-09-282-2/+2
* fixes #20141; dereferencing pointer to incomplete type error with cast (#20147)ringabout2022-09-281-0/+27
* fixes #19457 seqs are not properly updated in loop with ARC/ORC (#19922)ringabout2022-09-282-15/+38
* fixes #19401; fixes #19402; rework Forward declaration and finalizer for ORC ...ringabout2022-09-272-0/+64
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-27154-53/+185
* use almostEqual in tstats.nim (#20431)n5m2022-09-261-8/+9
* fix #18128 rfind on empty needle returns rightmost index (#20430)n5m2022-09-261-13/+17
* fix #2614 improve error message when array of proc calling convention… (#20...Bung2022-09-263-12/+37