summary refs log tree commit diff stats
path: root/tests/errmsgs
Commit message (Expand)AuthorAgeFilesLines
* 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
* close #10735 add testcase (#16690)flywind2021-01-151-0/+41
* close #10734 add testcase (#16692)flywind2021-01-121-0/+19
* strutils.nim: Use `func` everywhere (#16281)ee72020-12-071-3/+3
* testament spec: remove errmsg alias of errormsg (#16188)Timothee Cour2020-11-294-4/+4
* asynchttpserver cleanups [backport:1.0] (#15966)Andreas Rumpf2020-11-151-1/+1
* makes test green againAraq2020-11-131-2/+2
* honor --declaredLocs in more places, including type mismatch errors; also sho...Timothee Cour2020-10-272-3/+3
* docgen: improve alignment of comments (still not perfect) (#15506)Andreas Rumpf2020-10-071-2/+2
* fix #6608 (#14963)flywind2020-07-141-0/+16
* typetraits.$: $((int, float), int)` is now `"((int, float), int)"` instead of...Timothee Cour2020-07-022-4/+4
* Implement rendering of `[]=`, `{}`, `{}=` braces (#14539)cooldome2020-06-011-3/+3
* disallow typedesc in arrays & move existing checks to `types.typeAllowedAux` ...Neelesh Chandola2020-05-296-8/+8
* improve the 'has to be discarded' error messageAraq2020-05-021-1/+1
* fixes #12741 (#14005)Andreas Rumpf2020-04-191-1/+1
* fixes #13715 (#13716)Arne Döring2020-03-221-1/+1
* fix #13538 sigmatch errors are now sorted (#13701)Timothee Cour2020-03-203-16/+16
* fixes #5170 (#13589)Andreas Rumpf2020-03-052-5/+5
* fix several bugs with `repr` (#13386)Timothee Cour2020-02-111-2/+1
* Revert "printing float values will have one more digit. (#13276) [backport]" ...Timothee Cour2020-02-081-2/+3
* printing float values will have one more digit. (#13276) [backport]Arne Döring2020-02-071-3/+2
* fix #13182: `proc fun(a: varargs[Foo, conv])` now can be overloaded (#13345) ...Timothee Cour2020-02-071-0/+47
* Assigning template to var/let/const gives a proper error (#12851)Neelesh Chandola2019-12-093-2/+15