summary refs log tree commit diff stats
path: root/tests/errmsgs
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix failing testnarimiran2019-11-071-1/+1
* refactor illegal iterator assignment detection (#12212)Arne Döring2019-10-111-0/+28
* ungeneric unsigned ops (#12230)Jasper Jenkins2019-10-111-4/+4
* error for NimNode index kind (#12154)Jasper Jenkins2019-09-083-0/+24
* typeToString can now show (recursively) resolved type aliases; fixes #8569 #...Timothee Cour2019-08-312-2/+2
* fixes 5870 (#11704)Andreas Rumpf2019-08-291-0/+17
* fixes #11833 (#12018)Andreas Rumpf2019-08-241-2/+2
* fixes #11942 (#11945)Arne Döring2019-08-141-5/+5
* disallow static in return type (#9686) [nobackport]Arne Döring2019-08-061-0/+10
* Merge pull request #11680 from timotheecour/pr_fix_sigmatch_errmsgAndreas Rumpf2019-07-176-7/+185
|\
| * address commentsTimothee Cour2019-07-081-59/+9
| * add tests for #8305 #7808 #10285 #11061 + other bugsTimothee Cour2019-07-081-18/+98
| * make tests/concepts/t3330.nim disabled again: the order of candidates is mach...Timothee Cour2019-07-081-0/+142
| * fix testsTimothee Cour2019-07-085-7/+13
* | make tests green againAraq2019-07-091-1/+1
|/
* [backport] fix #11320 (#11538)Arne Döring2019-07-031-3/+1
* fixes #11515 (#11624)Andreas Rumpf2019-07-012-3/+2
* [refactoring] refactor the compiler and stdlib to deprecation warnings (#11419)Arne Döring2019-06-111-1/+1
* travis: cleanup & add 32-bit Linux testing (#11337)alaviss2019-05-301-2/+3
* Tuple error message (#11141); fixes #3211Arne Döring2019-05-151-5/+2
* forbid casting to bare unchecked array (#11186)Arne Döring2019-05-081-0/+9
* empty container param error msg (#11158)Jasper Jenkins2019-05-041-0/+5
* Lineinfo fix (#10871)Arne Döring2019-03-211-0/+18
* move assertions and iterators out of system.nim (#10597)Miran2019-03-071-1/+1
* make typeToString sane for sequence againAndreas Rumpf2019-02-251-1/+1