Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deprecated unary '<' | Andreas Rumpf | 2017-10-29 | 1 | -1/+1 |
| | |||||
* | fixes c2nim regression; do not produce more newlines | Andreas Rumpf | 2017-10-19 | 1 | -18/+21 |
| | |||||
* | some progress on the nimpretty tool; still not ready | Araq | 2017-10-16 | 1 | -15/+53 |
| | |||||
* | fixes a renderer regression that affects c2nim | Andreas Rumpf | 2017-10-10 | 1 | -1/+4 |
| | |||||
* | nimpretty bugfix | Andreas Rumpf | 2017-10-06 | 1 | -1/+3 |
| | |||||
* | beginnings of the new nimpretty tool; still unusable | Andreas Rumpf | 2017-10-05 | 1 | -149/+159 |
| | |||||
* | 'with' and 'without' are not keywords anymore | Araq | 2017-09-30 | 1 | -2/+2 |
| | |||||
* | breaking change: getAst strips away pointless nnkStmtList nodes; node ↵ | Andreas Rumpf | 2017-09-26 | 1 | -1/+7 |
| | | | | rendering of nnkStmtList without wrong indentation | ||||
* | first implementation of the 'func' keyword | Andreas Rumpf | 2017-09-23 | 1 | -1/+4 |
| | |||||
* | Fix #6295 (#6296) | BigEpsilon | 2017-08-30 | 1 | -1/+1 |
| | |||||
* | when displaying proc signatures, don't render the implicit generic params | Zahary Karadjov | 2017-03-24 | 1 | -8/+19 |
| | |||||
* | fixes #5467 | Araq | 2017-03-07 | 1 | -1/+5 |
| | |||||
* | removed compiler internal list implementation (#5371) | Arne Döring | 2017-02-22 | 1 | -1/+1 |
| | |||||
* | removed tyArrayConstr completely from the compiler; introduced tyAlias ↵ | Araq | 2016-11-14 | 1 | -1/+2 |
| | | | | instead in preparation for further bugfixes | ||||
* | big refactoring: step 1 | Araq | 2016-10-31 | 1 | -2/+0 |
| | |||||
* | clean up tyMutable remnants | Jacek Sieka | 2016-10-24 | 1 | -2/+1 |
| | |||||
* | clean up tyConst remnants | Jacek Sieka | 2016-10-24 | 1 | -1/+1 |
| | |||||
* | remove unused stuff | Jacek Sieka | 2016-08-09 | 1 | -20/+1 |
| | |||||
* | gensym'ed symbols are rendered with their ID for much easier debugging | Andreas Rumpf | 2016-07-08 | 1 | -2/+6 |
| | |||||
* | fixes #1713 | Andreas Rumpf | 2016-05-30 | 1 | -1/+5 |
| | |||||
* | small bugfix for the AST renderer | Andreas Rumpf | 2016-04-17 | 1 | -1/+1 |
| | |||||
* | fixes #3868 | Andreas Rumpf | 2016-03-04 | 1 | -16/+32 |
| | |||||
* | use 'using' instead of 'sig' keyword; cleans up new features a bit | Andreas Rumpf | 2016-02-29 | 1 | -3/+6 |
| | |||||
* | added 'sig' feature; removed tfShared support in the compiler | Andreas Rumpf | 2016-02-28 | 1 | -3/+4 |
| | |||||
* | made AST renderer more robust for wrong macros | Andreas Rumpf | 2016-02-19 | 1 | -61/+68 |
| | |||||
* | make rendering of typeof operator clearer; refs #3710 | Andreas Rumpf | 2016-01-26 | 1 | -2/+4 |
| | |||||
* | implements multi-line-comments; pounds are stripped from the doc comments | Andreas Rumpf | 2016-01-16 | 1 | -14/+5 |
| | |||||
* | made closure iterators tests green, updated docs | Andreas Rumpf | 2015-12-31 | 1 | -0/+2 |
| | |||||
* | source code renderer doesn't produce trailing whitespace anymore | Araq | 2015-07-12 | 1 | -4/+19 |
| | |||||
* | Fixed renderer for asm node in JS | yglukhov | 2015-05-28 | 1 | -1/+2 |
| | |||||
* | fixes #2509 | Araq | 2015-04-11 | 1 | -0/+1 |
| | |||||
* | breaking change: 'concept' is now a keyword and used instead of 'generic' | Araq | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | fixes #1805 | Araq | 2015-03-21 | 1 | -5/+6 |
| | |||||
* | fixes #2366 | Araq | 2015-03-21 | 1 | -2/+5 |
| | |||||
* | fixes #2287 | Araq | 2015-03-12 | 1 | -236/+238 |
| | |||||
* | interpret `tuple` as a class and `tuple[]` as the empty tuple | Max Zerzouri | 2015-03-06 | 1 | -4/+6 |
| | | | | | | | | When the indentation syntax is allowed it is always interpreted as a tuple: type Unit = tuple | ||||
* | Replaced deprecated repeatChar() with repeat() or spaces(). | Hans Raaf | 2015-03-04 | 1 | -3/+3 |
| | |||||
* | patch required for c2nim | Araq | 2015-01-07 | 1 | -4/+5 |
| | |||||
* | cleaned up os.nim; docgen improvements | Araq | 2014-12-21 | 1 | -5/+11 |
| | |||||
* | fixes #1187 | Araq | 2014-12-19 | 1 | -2/+2 |
| | |||||
* | fixes #1388 | Araq | 2014-12-17 | 1 | -1/+1 |
| | |||||
* | fixes #940 | Araq | 2014-11-17 | 1 | -2/+9 |
| | |||||
* | fixes a minor bug when 'type' is used in a wrong way | Araq | 2014-10-02 | 1 | -2/+2 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -2/+2 |
| | |||||
* | renamefest | Araq | 2014-08-23 | 1 | -1/+1 |
| | |||||
* | 'lambda' is no keyword anymore | Araq | 2014-08-08 | 1 | -1/+1 |
| | |||||
* | fixes #1144 | Araq | 2014-06-30 | 1 | -12/+13 |
| | |||||
* | new concurrency model: first steps; shared is not a keyword anymore | Araq | 2014-04-14 | 1 | -6/+0 |
| | |||||
* | merged better html links #850 | Araq | 2014-04-08 | 1 | -11/+17 |
| | |||||
* | implements ``distinct with/without X, Y`` | Zahary Karadjov | 2014-03-20 | 1 | -3/+12 |
| | | | | | | This still doesn't work quite right, because some common operations like array indexing lay completely outside the scope/symbol lookup system - they are not even magics. |