Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .experimental can now be used to enable specific features | Andreas Rumpf | 2018-04-24 | 1 | -1/+1 |
| | |||||
* | revert the error message | Araq | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | improve compiler error message | Araq | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | fixes #7335 | Araq | 2018-03-18 | 1 | -3/+3 |
| | |||||
* | make concept tests green again | Andreas Rumpf | 2018-02-27 | 1 | -1/+1 |
| | |||||
* | improve the error message for #4659; closes #4659 | Andreas Rumpf | 2018-02-25 | 1 | -9/+12 |
| | |||||
* | improve the error message for mutability problems | Araq | 2018-02-17 | 1 | -1/+7 |
| | |||||
* | fixes #6186 | Andreas Rumpf | 2018-02-11 | 1 | -2/+16 |
| | |||||
* | better error messages: use <T1, T2> instead of (T1, T2) in order to prevent ↵ | Araq | 2018-02-10 | 1 | -4/+4 |
| | | | | confusions with tuple types | ||||
* | improve error message for twrongcolon | Andreas Rumpf | 2018-02-06 | 1 | -2/+2 |
| | |||||
* | improve the error messages regarding type mismatches in overloading resolution | Andreas Rumpf | 2018-02-04 | 1 | -2/+16 |
| | |||||
* | preparations for language extensions: 'sink' and 'lent' types | Andreas Rumpf | 2018-01-07 | 1 | -1/+1 |
| | |||||
* | make tests green again | Araq | 2017-12-01 | 1 | -2/+0 |
| | |||||
* | improve the error messages when overloaded '.' operators are involved | Araq | 2017-11-30 | 1 | -1/+3 |
| | |||||
* | language change: change how the experimental dot operators work | Andreas Rumpf | 2017-11-29 | 1 | -5/+4 |
| | |||||
* | made nimresolve part of the compiler | Andreas Rumpf | 2017-10-29 | 1 | -1/+1 |
| | |||||
* | deprecated unary '<' | Andreas Rumpf | 2017-10-29 | 1 | -2/+2 |
| | |||||
* | preparations for another bugfix | Andreas Rumpf | 2017-10-19 | 1 | -0/+4 |
| | |||||
* | first implementation of the 'func' keyword | Andreas Rumpf | 2017-09-23 | 1 | -1/+1 |
| | |||||
* | fix #1017; fix #3309 | Zahary Karadjov | 2017-06-20 | 1 | -1/+2 |
| | |||||
* | improve confusing error messages for failed overloading resolution when ↵ | Araq | 2017-05-31 | 1 | -1/+7 |
| | | | | deref of first arg failed | ||||
* | doh, forgot to add all files in the previous commit | Zahary Karadjov | 2017-05-12 | 1 | -1/+1 |
| | |||||
* | fixes #5638 | Araq | 2017-04-04 | 1 | -3/+1 |
| | |||||
* | revert PR #5638 because it breaks code | Araq | 2017-04-04 | 1 | -2/+2 |
| | |||||
* | Fixed issue #5638 (#5639) | Anatoly Galiulin | 2017-04-01 | 1 | -0/+1 |
| | |||||
* | make all tests green again | Zahary Karadjov | 2017-03-31 | 1 | -1/+1 |
| | | | | | | properly disabling the extra diagnostics in semCompiles proved to be too much work. I have some plans for further improving the error messages in the future and I'll revisit this later. | ||||
* | requested code review changes | Zahary Karadjov | 2017-03-29 | 1 | -12/+18 |
| | |||||
* | carefully reviewed and merged the changes from the devel branch | Zahary Karadjov | 2017-03-24 | 1 | -61/+75 |
| | |||||
* | further improvements to the error messages produced by concepts | Zahary Karadjov | 2017-03-24 | 1 | -3/+3 |
| | |||||
* | proper error reporting for concepts and the introduction of the {.explain.} ↵ | Zahary Karadjov | 2017-03-24 | 1 | -108/+113 |
| | | | | pragma | ||||
* | kill the reportConceptFailures options as it will be replaced by the ↵ | Zahary Karadjov | 2017-03-24 | 1 | -5/+2 |
| | | | | .explain. pragma | ||||
* | fixes a potential endless loop | Andreas Rumpf | 2017-03-20 | 1 | -1/+1 |
| | |||||
* | Fixes #5167 and related problems (#5475) | zah | 2017-03-12 | 1 | -0/+1 |
| | | | | | | | | | 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. | ||||
* | fixes #5430 | Araq | 2017-02-26 | 1 | -1/+1 |
| | |||||
* | big compiler refactoring; avoid globals for multi method dispatcher generation | Andreas Rumpf | 2017-02-22 | 1 | -2/+2 |
| | |||||
* | removed tyArrayConstr completely from the compiler; introduced tyAlias ↵ | Araq | 2016-11-14 | 1 | -1/+1 |
| | | | | instead in preparation for further bugfixes | ||||
* | fixes a simple .borrow bug | Andreas Rumpf | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | fixes #4671 | Andreas Rumpf | 2016-09-13 | 1 | -0/+1 |
| | |||||
* | pickBestCandidate: pre-calculate candidates when symbol table modified | Matthew Baulch | 2016-09-03 | 1 | -42/+72 |
| | |||||
* | fixes #4491 | Andreas Rumpf | 2016-08-26 | 1 | -0/+3 |
| | |||||
* | fixes #3928 | Andreas Rumpf | 2016-08-26 | 1 | -0/+3 |
| | |||||
* | Optimise pickBestCandidate: reduce heap allocations. | Matthew Baulch | 2016-08-21 | 1 | -61/+43 |
| | |||||
* | fixes #4534 | Andreas Rumpf | 2016-08-01 | 1 | -8/+5 |
| | |||||
* | make tests green again | Andreas Rumpf | 2016-07-29 | 1 | -1/+12 |
| | |||||
* | fixes #3548 | Andreas Rumpf | 2016-07-15 | 1 | -0/+14 |
| | |||||
* | decent error message for 'var T' problems | Andreas Rumpf | 2016-07-15 | 1 | -14/+13 |
| | |||||
* | fixes #1713 | Andreas Rumpf | 2016-05-30 | 1 | -1/+5 |
| | |||||
* | fixes #4084 | Andreas Rumpf | 2016-04-29 | 1 | -1/+13 |
| | |||||
* | better 'self' handling for overload resolution | Andreas Rumpf | 2016-02-29 | 1 | -28/+23 |
| | |||||
* | 'using' statement is obsolete | Andreas Rumpf | 2016-02-28 | 1 | -5/+0 |
| |