Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | get rid of the SymTab* procs in astalgo | Zahary Karadjov | 2013-05-12 | 1 | -1/+1 |
| | | |||||
| * | switch to a linked list of scopes | Zahary Karadjov | 2013-05-11 | 1 | -6/+6 |
| | | |||||
* | | 'inject' for 'for' loop variables | Araq | 2013-05-14 | 1 | -18/+26 |
| | | |||||
* | | todo.txt changes | Araq | 2013-05-11 | 1 | -3/+14 |
|/ | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | allow 'mixin' in generics | Araq | 2012-10-12 | 1 | -23/+0 |
| | |||||
* | bugfix: gensym in rofiles | Araq | 2012-10-05 | 1 | -1/+2 |
| | |||||
* | proc bodies can be expressions with a type | Araq | 2012-09-22 | 1 | -0/+23 |
| |