Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expand tyAlias in typeToString (#8634) | LemonBoy | 2018-08-18 | 1 | -0/+8 |
| | | | Fixes #8339 | ||||
* | fixes #8434 (incomplete info in errmsg about 'required type') (#8441) | skilchen | 2018-07-30 | 1 | -0/+16 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-07-05 | 1 | -2/+2 |
| | |||||
* | Test case for #6281 (#8190) | genotrance | 2018-07-02 | 1 | -0/+9 |
| | |||||
* | Allow stacktrace and linetrace pragmas on procs | Yuriy Glukhov | 2018-06-12 | 1 | -0/+18 |
| | |||||
* | Fixes #6803 | Yuriy Glukhov | 2018-06-11 | 1 | -6/+118 |
| | |||||
* | make tests green again | Araq | 2018-05-14 | 1 | -4/+4 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-04-28 | 1 | -2/+2 |
| | |||||
* | fixes #6393 | Andreas Rumpf | 2018-04-21 | 1 | -0/+9 |
| | |||||
* | test case for #1154 (#7648) | genotrance | 2018-04-18 | 1 | -0/+11 |
| | |||||
* | fixes #3948 | Andreas Rumpf | 2018-04-12 | 1 | -0/+8 |
| | |||||
* | fixes #7331 | Araq | 2018-03-18 | 1 | -0/+15 |
| | |||||
* | fixes #6186 | Andreas Rumpf | 2018-02-11 | 1 | -0/+30 |
| | |||||
* | better error messages: use <T1, T2> instead of (T1, T2) in order to prevent ↵ | Araq | 2018-02-10 | 7 | -14/+14 |
| | | | | confusions with tuple types | ||||
* | improve error message for twrongcolon | Andreas Rumpf | 2018-02-06 | 1 | -0/+11 |
| | |||||
* | improve the error messages regarding type mismatches in overloading resolution | Andreas Rumpf | 2018-02-04 | 1 | -0/+22 |
| | |||||
* | added a test case for bug #6776 | Andreas Rumpf | 2017-11-18 | 1 | -0/+23 |
| | |||||
* | Fix #4737 | Zahary Karadjov | 2017-06-20 | 2 | -0/+36 |
| | |||||
* | fix tinvalidinout | Zahary Karadjov | 2017-05-13 | 1 | -4/+4 |
| | |||||
* | support for external types with covariant generic params | Zahary Karadjov | 2017-05-08 | 1 | -0/+26 |
| | |||||
* | compiler: better error messages (#5613) | Andreas Rumpf | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | fixes #4756 (#5557) | zah | 2017-03-17 | 1 | -0/+16 |
| | |||||
* | Fixes #5167 and related problems (#5475) | zah | 2017-03-12 | 5 | -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) | zah | 2017-03-12 | 1 | -0/+47 |
| | |||||
* | fixes #5430 | Araq | 2017-02-26 | 1 | -0/+15 |
| | |||||
* | fixes #5400 | Araq | 2017-02-16 | 1 | -0/+23 |
| | |||||
* | bugfix: inline iterator do not mess up line information anymore | Andreas Rumpf | 2017-01-25 | 1 | -0/+22 |
| | |||||
* | fixes #2050 | Araq | 2016-12-30 | 1 | -0/+8 |
| | |||||
* | fixes #4308, fixes #4905 | Araq | 2016-12-18 | 2 | -0/+24 |