Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implemented new experimental scriptable import mechanism | Andreas Rumpf | 2017-10-01 | 1 | -5/+7 |
| | |||||
* | first implementation of the 'func' keyword | Andreas Rumpf | 2017-09-23 | 1 | -1/+1 |
| | |||||
* | introduce a pre-processing pass for the concept bodies | Zahary Karadjov | 2017-06-20 | 1 | -0/+1 |
| | | | | | | | fixes #4982 fixes #3805 close #3414 | ||||
* | Restore the Nim's 0.14 proper handling of generic aliases | Zahary Karadjov | 2017-04-08 | 1 | -7/+20 |
| | | | | | | | | | | | A more efficient implementation is possible by restoring the old lifting ot tyGenericInvocation to tyGenericInst in liftTypeParam, but this fix will suffice for now. fixes #5087 fixes #5602 fixes #5641 fixes #5570 | ||||
* | cleaned up the code and implemented proper error messages | Zahary Karadjov | 2017-04-06 | 1 | -1/+15 |
| | |||||
* | further improvements to the error messages produced by concepts | Zahary Karadjov | 2017-03-24 | 1 | -1/+0 |
| | |||||
* | Merge branch 'devel' into faster-nimsuggest | Andreas Rumpf | 2017-03-14 | 1 | -0/+7 |
|\ | |||||
| * | Fixes #5167 and related problems (#5475) | zah | 2017-03-12 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | nimsuggest: more things work | Araq | 2017-03-09 | 1 | -0/+4 |
|/ | |||||
* | nimsuggest supports prefix matching (first version) | Araq | 2017-02-28 | 1 | -2/+7 |
| | |||||
* | fixes #5430 | Araq | 2017-02-26 | 1 | -6/+6 |
| | |||||
* | Merge branch 'devel' into faster-nimsuggest | Andreas Rumpf | 2017-02-24 | 1 | -1/+1 |
|\ | |||||
| * | removed compiler internal list implementation (#5371) | Arne Döring | 2017-02-22 | 1 | -1/+1 |
| | | |||||
* | | big compiler refactoring; avoid globals for multi method dispatcher generation | Andreas Rumpf | 2017-02-22 | 1 | -9/+9 |
|/ | |||||
* | fixes #5405 | Araq | 2017-02-16 | 1 | -10/+0 |
| | |||||
* | fixes #5383 | Araq | 2017-02-16 | 1 | -0/+15 |
| | |||||
* | macros are now checked to not produce cyclic ASTs | Andreas Rumpf | 2017-02-08 | 1 | -1/+13 |
| | |||||
* | fixes #5185 | Andreas Rumpf | 2017-01-06 | 1 | -2/+2 |
| | |||||
* | Merge branch 'devel' into sighashes | Araq | 2016-12-19 | 1 | -0/+1 |
|\ | |||||
| * | fixes #4308, fixes #4905 | Araq | 2016-12-18 | 1 | -0/+1 |
| | | |||||
* | | removed tyArrayConstr completely from the compiler; introduced tyAlias ↵ | Araq | 2016-11-14 | 1 | -4/+4 |
|/ | | | | instead in preparation for further bugfixes | ||||
* | new dependency tracking for nimsuggest | Araq | 2016-11-05 | 1 | -4/+6 |
| | |||||
* | refactoring complete: explicit ident cache | Araq | 2016-10-31 | 1 | -4/+4 |
| | |||||
* | big refactoring: step 1 | Araq | 2016-10-31 | 1 | -3/+3 |
| | |||||
* | fixes #4626 | Andreas Rumpf | 2016-09-13 | 1 | -1/+5 |
| | |||||
* | Display error message if defer statement is used at top level | Kier Davis | 2016-09-07 | 1 | -0/+2 |
| | |||||
* | remove unused stuff | Jacek Sieka | 2016-08-09 | 1 | -2/+0 |
| | |||||
* | get rid of deprecated toLower/toUpper | Andreas Rumpf | 2016-07-19 | 1 | -1/+1 |
| | |||||
* | nimsuggest improvements | Andreas Rumpf | 2016-07-16 | 1 | -2/+1 |
| | |||||
* | new language feature: explicit 'import system' statements are allowed | Andreas Rumpf | 2016-07-07 | 1 | -3/+22 |
| | |||||
* | fixes #537 | Andreas Rumpf | 2016-07-06 | 1 | -0/+9 |
| | |||||
* | fixes #2159 | Andreas Rumpf | 2016-05-28 | 1 | -0/+6 |
| | | | | Hints and warnings are only emitted for the main package that is compiled | ||||
* | fixes #4066 | Andreas Rumpf | 2016-05-18 | 1 | -1/+0 |
| | |||||
* | fixes #4084 | Andreas Rumpf | 2016-04-29 | 1 | -9/+0 |
| | |||||
* | fixed regressions | Andreas Rumpf | 2016-03-29 | 1 | -1/+4 |
| | |||||
* | Spellcheck | Federico Ceratto | 2016-02-29 | 1 | -1/+1 |
| | |||||
* | fixes all known regressions | Andreas Rumpf | 2016-01-06 | 1 | -1/+1 |
| | |||||
* | fixes regressions | Andreas Rumpf | 2016-01-05 | 1 | -0/+2 |
| | |||||
* | breaking change: disallow .closure procs for const | Andreas Rumpf | 2015-12-29 | 1 | -1/+1 |
| | |||||
* | fixes #3622 | Andreas Rumpf | 2015-12-04 | 1 | -2/+1 |
| | |||||
* | nimsuggest: added 'chk', 'outline' and 'highlight' features | Araq | 2015-11-01 | 1 | -2/+4 |
| | |||||
* | fixes #3158 | Araq | 2015-08-02 | 1 | -1/+5 |
| | |||||
* | implemented {.noforward:on.} for type sections; useful for c2nim generated ↵ | Araq | 2015-07-08 | 1 | -1/+5 |
| | | | | wrappers; to be documented | ||||
* | fixes #2470, fixes #1354 | Araq | 2015-04-28 | 1 | -0/+4 |
| | |||||
* | system.locals is now a plugin for education | Araq | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin ↵ | Araq | 2015-04-22 | 1 | -1/+1 |
| | | | | system to the compiler | ||||
* | first implementation of overloading of '='; missing: rewriting let/var sections | Araq | 2015-04-06 | 1 | -1/+1 |
| | |||||
* | fixes #2346 | Araq | 2015-03-16 | 1 | -0/+1 |
| | |||||
* | fixes #2252 | Araq | 2015-03-04 | 1 | -23/+23 |
| | |||||
* | fixes #2216 | Araq | 2015-02-26 | 1 | -9/+0 |
| |