summary refs log tree commit diff stats
path: root/tests/errmsgs
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixes #4756 (#5557)zah2017-03-171-0/+16
* Fixes #5167 and related problems (#5475)zah2017-03-125-0/+99
* don't allow casting to non-concrete types; fixes #5428 (#5502)zah2017-03-121-0/+47
* fixes #5430Araq2017-02-261-0/+15
* fixes #5400Araq2017-02-161-0/+23
* bugfix: inline iterator do not mess up line information anymoreAndreas Rumpf2017-01-251-0/+22
* fixes #2050Araq2016-12-301-0/+8
* fixes #4308, fixes #4905Araq2016-12-182-0/+24
/a> 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442