Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unused stuff | Jacek Sieka | 2016-08-09 | 1 | -29/+0 |
| | |||||
* | fixes #4353 | Andreas Rumpf | 2016-08-04 | 1 | -4/+6 |
| | |||||
* | fixes #4555 | Andreas Rumpf | 2016-08-02 | 1 | -1/+1 |
| | |||||
* | compiler almost free of deprecated expr/stmt names | Andreas Rumpf | 2016-07-30 | 1 | -1/+1 |
| | |||||
* | stdlib and compiler don't use .immediate anymore | Andreas Rumpf | 2016-07-29 | 1 | -2/+6 |
| | |||||
* | Merge branch 'devel' into new-ll | Andreas Rumpf | 2016-01-14 | 1 | -4/+1 |
|\ | |||||
| * | fixes #3498 | Adam Strzelecki | 2015-10-30 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | Previously it was not possible to use template arguments in template body as the symbols were not resolved correctly leading to Error: undeclared identifier: 'XX', eg.: template defaultOf[T](t: T): expr = (var d: T; d) echo defaultOf(1) #<- invalid identifier, but should output 0 | ||||
* | | first implementation of the new lambda-lifting pass; barely anything works | Andreas Rumpf | 2015-12-26 | 1 | -3/+1 |
|/ | |||||
* | fixes regression: NimForum compiles again | Araq | 2015-09-21 | 1 | -24/+61 |
| | |||||
* | Merge branch 'devel' into fix_bracket_expr | Araq | 2015-09-12 | 1 | -0/+11 |
|\ | |||||
| * | fixes some regressions | Araq | 2015-09-12 | 1 | -0/+11 |
| | | |||||
| * | fixes #1528 | Araq | 2015-09-12 | 1 | -24/+1 |
| | | |||||
* | | first attempt to fix 'a[i]' handling in generics | Araq | 2015-09-12 | 1 | -0/+51 |
| | | |||||
* | | fixes #1528 | Araq | 2015-09-10 | 1 | -24/+1 |
|/ | |||||
* | fixes #2670 | Araq | 2015-08-08 | 1 | -4/+19 |
| | |||||
* | minor refactoring for big fixes to come | Araq | 2015-07-24 | 1 | -3/+7 |
| | |||||
* | fixes #1738 | Araq | 2015-07-22 | 1 | -1/+1 |
| | |||||
* | don't store the scope for routines | Araq | 2015-04-04 | 1 | -1/+1 |
| | |||||
* | fixes #2390 | Araq | 2015-03-23 | 1 | -53/+59 |
| | |||||
* | fixes #2215 | Araq | 2015-02-25 | 1 | -1/+1 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -2/+2 |
| | |||||
* | nimsuggest improvements | Araq | 2015-01-30 | 1 | -3/+7 |
| | |||||
* | fixes #1915 | Araq | 2015-01-12 | 1 | -3/+12 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | fixes #940 | Araq | 2014-11-17 | 1 | -1/+2 |
| | |||||
* | nimfix improvements | Araq | 2014-09-10 | 1 | -4/+2 |
| | |||||
* | 'pretty' command does not exist anymore; improvements for nimfix | Araq | 2014-09-10 | 1 | -1/+15 |
| | |||||
* | updated the compiler to use the new symbol names | Araq | 2014-08-28 | 1 | -3/+3 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | fixes #1285 | Araq | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | Renamed considerAccents to considerQuotedIdent | Clay Sweetser | 2014-05-26 | 1 | -2/+2 |
| | |||||
* | Renamed 'considerAcc' to 'considerAccents' for clarity | Clay Sweetser | 2014-05-24 | 1 | -2/+2 |
| | | | | | Added documentation string to 'considerAccents' Modified renderParamType's assertion to allow nkAcc nodes. | ||||
* | propagate semExpr flags in macro/template expansion | Zahary Karadjov | 2014-04-06 | 1 | -2/+2 |
| | |||||
* | fixes #880 | Araq | 2014-04-01 | 1 | -14/+20 |
| | |||||
* | fixes tmemit regression | Araq | 2014-03-26 | 1 | -0/+14 |
| | |||||
* | fixes #1025; don't know what this breaks | Araq | 2014-03-26 | 1 | -2/+0 |
| | |||||
* | fixes #993 | Araq | 2014-03-13 | 1 | -1/+7 |
| | |||||
* | fix #909 | Zahary Karadjov | 2014-03-09 | 1 | -1/+3 |
| | |||||
* | split the inline and closure iterators into different symbol kinds for ↵ | Zahary Karadjov | 2014-03-06 | 1 | -2/+2 |
| | | | | easier discrimination between them | ||||
* | 'inject' for the new symbol binding rules in templates | Araq | 2014-01-19 | 1 | -7/+19 |
| | |||||
* | Templates will pick the candidate in the nearest scope when symbols are mixed-in | Zahary Karadjov | 2013-12-31 | 1 | -0/+1 |
| | |||||
* | case consistency: next steps | Araq | 2013-12-29 | 1 | -2/+2 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -27/+27 |
| | |||||
* | case consistency part 1 | Araq | 2013-12-27 | 1 | -2/+2 |
| | |||||
* | bootstraps with new template symbol binding rules | Araq | 2013-12-24 | 1 | -8/+8 |
| | |||||
* | attempt to merge newtempl | Araq | 2013-12-24 | 1 | -1/+3 |
| | |||||
* | 'bind' default for clean templates | Araq | 2013-05-15 | 1 | -3/+44 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-05-14 | 1 | -10/+9 |
|\ | |||||
| * | final fixes giving us a working compiler | Zahary Karadjov | 2013-05-12 | 1 | -3/+2 |
| | |