summary refs log tree commit diff stats
path: root/tests/errmsgs
Commit message (Expand)AuthorAgeFilesLines
* Revert "make default values typed in proc AST same as param sym AST" (#24191)metagn2024-09-271-2/+2
* make default values typed in proc AST same as param sym AST (#24184)metagn2024-09-271-2/+2
* fix nimsuggest crash with arrow type sugar (#24185)metagn2024-09-271-1/+1
* fix segfault in generic param mismatch error, skip typedesc (#24140)metagn2024-09-194-2/+25
* make `var`/pointer types not match if base type has to be converted (#24130)metagn2024-09-181-2/+2
* show symchoices as ambiguous in overload type mismatches (#24077)metagn2024-09-095-0/+34
* proper errors for subscript overloads (#24068)metagn2024-09-064-33/+93
* handle explicit generic routine instantiations in sigmatch (#24010)metagn2024-09-024-22/+52
* allow `untyped` arguments to fail to compile in overload mismatch error (#23984)metagn2024-08-201-0/+37
* make routine implicitly gensym when other gensym symbol exists again (#23842)metagn2024-07-161-1/+1
* fixes #3011; handles meta fields defined in the ref object (#23818)ringabout2024-07-111-10/+24
* fixes #22672; Destructor not called for result when exception is thrown (#23267)ringabout2024-06-061-0/+9
* fixes #23419; internal error with void in generic array instantiation (#23550)ringabout2024-05-011-0/+5
* fixes #23531; fixes invalid meta type accepted in the object fields (#23532)ringabout2024-04-261-0/+61
* fixes #23536; Stack trace with wrong line number when the proc called inside ...ringabout2024-04-261-0/+26
* workaround #23435; real fix pending #23279 (#23436)ringabout2024-04-181-0/+12
* stop gensym identifiers hijacking routine decl names in templates (#23392)metagn2024-04-091-0/+25
* fixes #22284; fixes #22282; don't override original parameters of inferred la...ringabout2024-03-091-0/+25
* don't use previous bindings of `auto` for routine return types (#23207)metagn2024-01-171-1/+1
* fixes #23180; fixes #19805; prohibits invalid tuple unpacking code in for loo...ringabout2024-01-131-2/+2
* delay resolved procvar check for proc params + acknowledge unresolved statics...metagn2024-01-111-2/+2
* ambiguous identifier resolution (#23123)metagn2024-01-011-1/+1
* fixes #23060; `editDistance` wrongly compare the length of rune strings (#23062)ringabout2023-12-131-0/+5
* 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