summary refs log tree commit diff stats
path: root/tests/errmsgs
Commit message (Expand)AuthorAgeFilesLines
* fixes #22996; `typeAllowedCheck` for default fields (#22998)ringabout2023-11-291-0/+7
* fixes #22753; Nimsuggest segfault with invalid assignment to table (#22781)ringabout2023-10-022-5/+45
* fixes #10542; suppresses varargs conversion warnings (#22757)ringabout2023-09-261-0/+24
* make expressions opt in to symchoices (#22716)metagn2023-09-181-1/+2
* type annotations for variable tuple unpacking, better error messages (#22611)metagn2023-09-011-1/+1
* round out tuple unpacking assignment, support underscores (#22537)metagn2023-08-241-1/+1
* fixes #6499; disallow built-in procs used as procvars (#22291)ringabout2023-07-191-0/+6
* fixes #22049; fixes #22054; implicit conversion keeps varness (#22097)ringabout2023-06-161-0/+9
* some test cleanups & category reorganization (#22010)metagn2023-06-067-0/+59
* properly disallow unresolved generic proc values (#22005)metagn2023-06-051-0/+10
* clean up SOME pending/xxx/issue link comments (#21826)metagn2023-05-111-22/+6
* cheap fix for #10853 + better tuple subscript error message (#21767)metagn2023-05-022-0/+5
* alias syntax fixes, improvements and tests (#21671)metagn2023-04-221-10/+10
* make --exceptions:quirky work with C++ (#21581)Andreas Rumpf2023-03-311-1/+1
* hopefully easier to understand error message (#21585)Andreas Rumpf2023-03-301-2/+2
* closes #16654; add a test case (#21478)ringabout2023-03-061-0/+12
* tests/errmsgs/tcall_with_default_arg.nim: sync (#21237)Anna2023-03-011-1/+1
* tests: explicitly enable stack traces where needed (#21236)Anna2023-03-013-17/+20
* fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...ringabout2023-02-221-3/+5
* close #21257 (#21275)metagn2023-01-181-0/+20
* fixes #21195; `std/assertions` continue to use `sysFatal` when `nimPreviewSli...ringabout2022-12-291-2/+2
* fixes #14444; add `genLineDir` before assignment (#21201)ringabout2022-12-291-0/+14
* less verbose type mismatch messages (#21191)ringabout2022-12-282-0/+44
* fix for bad error message with const in case statement (#21182)metagn2022-12-271-0/+7
* Named arguments in commands + many grammar fixes (#20994)metagn2022-12-062-3/+3
* revert #20719; relieve `std/assertions` of the `sysFatal` dep (#20743)ringabout2022-11-041-4/+5
* fix semcase on tySequence and tyObject #20283 #19682 (#20339)Bung2022-11-011-0/+29
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-119-42/+39
* fix #18886 crash on ambiguous proc cast (#20472)Bung2022-10-101-0/+18
* add default field support for object in ARC/ORC (#20480)ringabout2022-10-041-1/+1
* fixes nim check with orc (#20456)ringabout2022-10-021-1/+1
* Fix #19224 For loops over a hardcoded empty array crash the compiler (#20476)Bung2022-10-011-0/+12
* fix #2614 improve error message when array of proc calling convention… (#20...Bung2022-09-262-9/+33
* defaults to ORC (#19972)ringabout2022-09-231-1/+2
* Improve error message when instantiating generics with object constructor (#2...Bung2022-09-211-0/+5
* report expression has no type other than has to be used (or discarded… (#20...Bung2022-09-201-0/+6
* fix #19882 Improve error message when instantiating generics that lac… (#20...Bung2022-09-191-0/+10
* minor improvements to follow up recent PRs (#20342)metagn2022-09-142-2/+2
* remove deprecated type pragma syntax, fix bugs that required it (#20199)metagn2022-09-031-1/+1
* [Testament] Extend and document message testing aids (#19996)quantimnot2022-09-011-13/+12
* remove unused sfProcvar, "procvar" mentions (#20204)metagn2022-08-241-1/+1
* fixes #18983 #5282 #13008; recursive types casue infinite type (#20172)ringabout2022-08-232-0/+12
* remove a special case in sigmatch; distinct pointer types no longer match `ni...ringabout2022-08-231-0/+23
* Stop type aliases from inheriting sfUsed (#19861)quantimnot2022-06-041-13/+40
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-162-2/+2
* style usages part one (openarray => openArray) (#19321)flywind2022-01-043-4/+4
* asynchttpserver: ipv6 support (#18706)Emery Hemingway2021-08-181-1/+1
* implements overloadable enum values; WIP (#18470)Andreas Rumpf2021-07-281-1/+1
* rename nimFpRoundtrips => nimPreviewFloatRoundtrip (#18566)Timothee Cour2021-07-231-1/+1
* make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531)Timothee Cour2021-07-201-8/+6