summary refs log tree commit diff stats
path: root/tests/errmsgs
Commit message (Collapse)AuthorAgeFilesLines
* Expand tyAlias in typeToString (#8634)LemonBoy2018-08-181-0/+8
| | | Fixes #8339
* 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 ↵Araq2018-02-107-14/+14
| | | | confusions with tuple types
* 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
| | | | | | | | | This commit returns to a bit less strict checking of the number of macro arguments, because some old immediate macros rely on a behavior where even the arity of the macro is not being checked. It may be better if such macros are just declared to use varargs[expr], but this remains for another day.
* 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