summary refs log tree commit diff stats
path: root/tests/misc
Commit message (Expand)AuthorAgeFilesLines
* fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...ringabout2023-02-222-2/+3
* megatest now checks refc too (#21341)ringabout2023-02-092-1/+6
* fix #20253 (#21174)Bung2023-01-131-0/+10
* fix #14667 (#21190)Bung2022-12-281-0/+12
* add test case for #20289 (#21180)Bung2022-12-271-0/+15
* fix #11634 (#21146)Bung2022-12-231-0/+20
* Don't repeat suggestions for same symbol (#21140)Jake Leahy2022-12-223-27/+48
* fix #16541 (#21148)Bung2022-12-221-0/+12
* fixes #19292; fixes #21122; fixes putEnv and setEnv with vcc (#21143)ringabout2022-12-201-0/+6
* fix #21109 (#21127)Bung2022-12-191-0/+13
* generic `define` pragma + string alias (#20979)metagn2022-12-131-16/+48
* fix #15836 proc arg return type auto unexpectly match proc with concr… (#21...Bung2022-12-122-0/+23
* deprecate `do:` meaning `do ():` + misc cleanup (#20927)metagn2022-12-061-1/+1
* fixes #20914; fixes the alignment of big sets (#20918)ringabout2022-11-261-0/+29
* add a testcase for vcc (#20915)ringabout2022-11-251-0/+9
* fixes a severe bug of testament (#20832)ringabout2022-11-171-0/+1
* fixes a CI error (#20834)ringabout2022-11-141-1/+1
* Fix #18079 Illegal storage access compiling call with nested ref/deref (#20738)Bung2022-11-041-0/+11
* fix #20272 range of uint64 shows signed upper bound (#20702)Bung2022-11-011-0/+4
* fix #16264 low(Time) OverflowDefect (#20552)Bung2022-10-291-0/+2
* fixes nim check with orc (#20456)ringabout2022-10-022-0/+15
* remove hack for deprecated csize in compiler (#20463)metagn2022-10-011-5/+1
* moderate system cleanup & refactor (#20355)metagn2022-09-283-43/+47
* close #15955; add a test case (#20414)ringabout2022-09-243-0/+37
* defaults to ORC (#19972)ringabout2022-09-234-3/+18
* remove deprecated type pragma syntax, fix bugs that required it (#20199)metagn2022-09-031-3/+2
* Revert "fix #19600 No error checking on fclose (#19836)" (#20297)ringabout2022-09-021-10/+0
* fixes the regressions caused by the fix for #20107 [backport] (#20287)Andreas Rumpf2022-08-311-0/+1
* fix #19600 No error checking on fclose (#19836)Bung2022-08-291-0/+9
* remove some deprecated pre-1.0 stdlib modules (#20202)metagn2022-08-231-48/+0
* remove {.this.} pragma, deprecated since 0.19 (#20201)metagn2022-08-232-35/+88
* fixes #20162; locals doesn't work with ORC [backport] (#20163)ringabout2022-08-231-0/+1
* fixes #11953; jsondoc creates no files unless the htmldocs dir is created (#2...ringabout2022-08-201-0/+16
* fixes #20149; fixes #16762; hintAsError and warningAsError now ignore foreign...ringabout2022-08-192-0/+8
* closes #15316; add testcase (#20213)ringabout2022-08-132-0/+7
* fixes #20132; fixes the broken jsondoc comand [backport] (#20135)ringabout2022-08-042-0/+28
* allow dots in defined() (#20010)metagn2022-07-121-2/+17
* test for #19046 (#19839)Bung2022-06-101-0/+19
* fixes #18612; apply cache and memcmp for methods in arc/orc (#19749)flywind2022-04-261-0/+4
* fix #19680; check if stderr is static (#19709)flywind2022-04-121-0/+10
* fix #17286 nim check -b:js works (#19704)flywind2022-04-091-0/+16
* fix #8219; nim check/dump shouldn't run single nimscript project [backport: 1...flywind2022-03-261-0/+5
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-161-1/+1
* style usages part one (openarray => openArray) (#19321)flywind2022-01-043-3/+3
* fixes #19015 [backport:1.6] (#19204)Andreas Rumpf2021-12-041-0/+3
* fix RFC #341: dot-like operators are now parsed with same precedence as `.` (...Timothee Cour2021-08-251-0/+27
* sigmatch: support optional params with last block arg(s) (#18631)Timothee Cour2021-08-201-0/+81
* properly fix #10053 ; `FieldDefect` msg now shows discriminant value + linein...Timothee Cour2021-08-132-3/+43
* mitigates #12815 (#18557)Andreas Rumpf2021-07-221-2/+15
* fixes #12815 (#18554)Andreas Rumpf2021-07-221-0/+13