summary refs log tree commit diff stats
path: root/tests/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixes #18550 (#18553)Andreas Rumpf2021-07-211-1/+9
* undo RFC #294, it breaks code for no good reason, the compiler can wa… (#18...Andreas Rumpf2021-07-211-5/+3
* followup #18362: make `UnusedImport` work robustly (#18366)Timothee Cour2021-06-271-1/+25
* support `--hint:all:off --hint:x` (ditto with `--warnings` + friends) (#17852)Timothee Cour2021-06-201-6/+3
* merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...Timothee Cour2021-06-141-1/+1
* fixes #18058 (#18162)Andreas Rumpf2021-06-031-2/+2
* fix #16256: nimout: <empty> should give error (vacuously true); improve a few...Timothee Cour2021-05-312-0/+39
* fix #18077 testament now parses `cmd` properly (#18086)Timothee Cour2021-05-261-0/+21
* close #3482 no more cgen error with typed templates (#18094)Timothee Cour2021-05-261-0/+15
* remove some custom logic in testament around flags, testExec (#18090)Timothee Cour2021-05-261-3/+30
* close #5540 generic object with generic field evaluated too early (#18062)Timothee Cour2021-05-231-0/+45
* make testament `isSuccess` more robust and allow tests with `--hints:off` to ...Timothee Cour2021-05-111-0/+4
* close #9039: compiler does not hang anymore in 1 case involving static params...Timothee Cour2021-05-091-0/+24