summary refs log tree commit diff stats
path: root/tests/errmsgs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Open a new scope for `static:` expr blocks (#10649)LemonBoy2019-02-232-0/+16
* error message for accidental use of macro (#10490)Arne Döring2019-02-192-0/+18
* 32 bit fixes (#10608)Arne Döring2019-02-131-0/+3
* error messages can have spaces, don't be dyslexicAraq2019-02-081-1/+1
* Stop useless suggestion of unsafeAddr (#10598)LemonBoy2019-02-081-0/+7
* closes #8610 ; adds test case (#10454)Timothee Cour2019-01-251-0/+5
* Finalizer proc must be global (#10388)LemonBoy2019-01-221-0/+31
* Fix error lexer error messages for to large numbers (#10394)Oscar Nihlgård2019-01-211-0/+15
* better docs: strutilsnarimiran2019-01-161-4/+4
* add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ...Timothee Cour2019-01-082-0/+33
* [error messages, stacktraces] fix #8794 #9270 #9767 #9768 (#9766)Timothee Cour2019-01-083-0/+71
* fixes #10101 (#10103)Timothee Cour2018-12-271-4/+4
* lots of small changesArne Döring2018-12-113-3/+2
* megatest checks output and nimoutArne Döring2018-12-111-0/+1
* require errormsg to be specified before file.Arne Döring2018-12-111-1/+1
* Float values are invalid in enumNeelesh Chandola2018-12-092-2/+12
* Fix test case expected outputNeelesh Chandola2018-12-091-1/+1
* Add testNeelesh Chandola2018-12-091-0/+10
* improve line info retreival (#9822)Arne Döring2018-11-301-1/+1
* fixes #9764Araq2018-11-231-0/+29
* fixes #8671; show helpful msg (lookup symbol, eg iterator) on 'attempting to ...Timothee Cour2018-10-146-0/+65
* Add checks for except: body blocks (#9191)Dheepak Krishnamurthy2018-10-092-0/+22
* make tests green againAndreas Rumpf2018-09-241-5/+5
* Test case for #6483Ganesh Viswanathan2018-09-141-0/+31
* fixes #8043Araq2018-09-031-0/+24
* improve the error message for 'addQuitProc' etc; fixes #5794Araq2018-09-031-1/+2
* fixes #4766Araq2018-08-281-0/+19
* Expand tyAlias in typeToString (#8634)LemonBoy2018-08-181-0/+8
* fixes #8434 (incomplete info in errmsg about 'required type') (#8441)skilchen2018-07-301-0/+16
* make tests green againAndreas Rumpf2018-07-051-2/+2
* Test case for #6281 (#8190)genotrance2018-07-021-0/+9
* Allow stacktrace and linetrace pragmas on procsYuriy Glukhov2018-06-121-0/+18
* Fixes #6803Yuriy Glukhov2018-06-111-6/+118
* make tests green againAraq2018-05-141-4/+4
* make tests green againAndreas Rumpf2018-04-281-2/+2
* fixes #6393Andreas Rumpf2018-04-211-0/+9
* test case for #1154 (#7648)genotrance2018-04-181-0/+11
* fixes #3948Andreas Rumpf2018-04-121-0/+8
* fixes #7331Araq2018-03-181-0/+15
* fixes #6186Andreas Rumpf2018-02-111-0/+30
* better error messages: use <T1, T2> instead of (T1, T2) in order to prevent c...Araq2018-02-107-14/+14
* improve error message for twrongcolonAndreas Rumpf2018-02-061-0/+11
* improve the error messages regarding type mismatches in overloading resolutionAndreas Rumpf2018-02-041-0/+22
* added a test case for bug #6776Andreas Rumpf2017-11-181-0/+23
* Fix #4737Zahary Karadjov2017-06-202-0/+36
* fix tinvalidinoutZahary Karadjov2017-05-131-4/+4
* support for external types with covariant generic paramsZahary Karadjov2017-05-081-0/+26
* compiler: better error messages (#5613)Andreas Rumpf2017-03-261-1/+1