summary refs log tree commit diff stats
path: root/tests/errmsgs
Commit message (Expand)AuthorAgeFilesLines
* 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
* make dragonbox opt-in via -d:nimFpRoundtrips (#18504)Andreas Rumpf2021-07-161-6/+8
* improve `--declaredLocs` to help disambiguate types (generics, aliases etc) (...Timothee Cour2021-07-083-4/+96
* Make procedure mismatch more informative with pragma/call convention mismatch...Jason Beetham2021-07-061-0/+74
* float parsing: Add test for a fixed issue (#18232)Kaushal Modi2021-06-241-11/+18
* fix #18332: XDeclaredButNotUsed hints now in deterministic order (#18336)Timothee Cour2021-06-241-11/+13
* fix #18327 (#18328)flywind2021-06-221-0/+5
* add test case for pure enum redefinition error within enum (fixed in recent P...Timothee Cour2021-06-151-7/+14
* Small scope refactoring (#18263)Clyybber2021-06-141-0/+12
* followup #17777: declaredloc field error msgs now work with generics (#18259)Timothee Cour2021-06-141-15/+25
* more informative error msg for undeclared field (`A(badfield: 1)` and `a.badf...Timothee Cour2021-05-161-0/+40
* fix #17859; rename tests so they run in CI; merge several tests with nim chec...Timothee Cour2021-04-277-54/+44
* fix typo in test name undeclared_routime.nim => undeclared_routine.nim (#17861)Timothee Cour2021-04-267-17/+17
* fix CI tests/errmsgs/tgcsafety.nim (#17721)Timothee Cour2021-04-141-1/+1
* simplify asyncfutures, asyncmacro (#17633)Timothee Cour2021-04-141-1/+2
* close #17636 (#17643)flywind2021-04-065-8/+3
* fix #16693: testament spec nimout too lax (#16698)flywind2021-04-042-2/+2
* fix #14850: `repr` now correctly renders `do` (#17623)Timothee Cour2021-04-031-2/+2
* [nim check]fix #17460 (#17569)flywind2021-03-291-0/+19
* fixed dot operator recursive loop & macro suggest (#16922)Saem Ghani2021-02-151-7/+8
* typeToString: type float => typedesc[float] (#17011)Timothee Cour2021-02-124-8/+8
* fix floats slice (#16853)flywind2021-01-291-3/+3