summary refs log tree commit diff stats
path: root/tests/errmsgs
Commit message (Collapse)AuthorAgeFilesLines
* 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