summary refs log tree commit diff stats
path: root/compiler/renderer.nim
Commit message (Expand)AuthorAgeFilesLines
* big refactoring: magicsys compiles againAndreas Rumpf2018-05-101-8/+10
* warn about inconsistent spacing around binary operators; fixes #7582Andreas Rumpf2018-05-051-1/+1
* Fix renderer's errors (#7742)Dmitry Atamanov2018-05-011-5/+7
* renderer.nim: bugfixAndreas Rumpf2018-04-291-0/+1
* Don't escape multibyte characters (#7570)Oscar Nihlgård2018-04-231-28/+5
* nimpretty: next stepsAraq2018-04-181-11/+6
* introduce nkTupleConstr AST node for unary tuple construction; breaking changeAndreas Rumpf2018-04-131-0/+8
* fewer temporary string allocations for the compiler's renderer (#7484)Arne Döring2018-04-041-15/+20
* Merge branch 'devel' into nimv2Andreas Rumpf2018-01-081-0/+8
|\
| * fixes #7019Andreas Rumpf2018-01-081-0/+8
* | preparations for language extensions: 'sink' and 'lent' typesAndreas Rumpf2018-01-071-2/+2
|/
* fixes #6972Araq2017-12-291-0/+1
* Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-12-211-2/+11
|\
| * Use escape sequences rather than hex in string/char literals (#6941)Mathias Stearn2017-12-181-2/+11
* | first steps in adding template/macro calls to stack tracesAraq2017-12-211-2/+2
|/
* renderer.nim: fixes a long standing bug that kept triple string literals from...Araq2017-12-171-1/+1
* renderer.nim: support for outputting symbol magics for debuggingAraq2017-11-301-1/+4
* deprecated unary '<'Andreas Rumpf2017-10-291-1/+1
* fixes c2nim regression; do not produce more newlinesAndreas Rumpf2017-10-191-18/+21
* some progress on the nimpretty tool; still not readyAraq2017-10-161-15/+53
* fixes a renderer regression that affects c2nimAndreas Rumpf2017-10-101-1/+4
* nimpretty bugfixAndreas Rumpf2017-10-061-1/+3
* beginnings of the new nimpretty tool; still unusableAndreas Rumpf2017-10-051-149/+159
* 'with' and 'without' are not keywords anymoreAraq2017-09-301-2/+2
* breaking change: getAst strips away pointless nnkStmtList nodes; node renderi...Andreas Rumpf2017-09-261-1/+7
* first implementation of the 'func' keywordAndreas Rumpf2017-09-231-1/+4
* Fix #6295 (#6296)BigEpsilon2017-08-301-1/+1
* when displaying proc signatures, don't render the implicit generic paramsZahary Karadjov2017-03-241-8/+19
* fixes #5467Araq2017-03-071-1/+5
* removed compiler internal list implementation (#5371)Arne Döring2017-02-221-1/+1
* removed tyArrayConstr completely from the compiler; introduced tyAlias instea...Araq2016-11-141-1/+2
* big refactoring: step 1Araq2016-10-311-2/+0
* clean up tyMutable remnantsJacek Sieka2016-10-241-2/+1
* clean up tyConst remnantsJacek Sieka2016-10-241-1/+1
* remove unused stuffJacek Sieka2016-08-091-20/+1
* gensym'ed symbols are rendered with their ID for much easier debuggingAndreas Rumpf2016-07-081-2/+6
* fixes #1713Andreas Rumpf2016-05-301-1/+5
* small bugfix for the AST rendererAndreas Rumpf2016-04-171-1/+1
* fixes #3868Andreas Rumpf2016-03-041-16/+32
* use 'using' instead of 'sig' keyword; cleans up new features a bitAndreas Rumpf2016-02-291-3/+6
* added 'sig' feature; removed tfShared support in the compilerAndreas Rumpf2016-02-281-3/+4
* made AST renderer more robust for wrong macrosAndreas Rumpf2016-02-191-61/+68
* make rendering of typeof operator clearer; refs #3710Andreas Rumpf2016-01-261-2/+4
* implements multi-line-comments; pounds are stripped from the doc commentsAndreas Rumpf2016-01-161-14/+5
* made closure iterators tests green, updated docsAndreas Rumpf2015-12-311-0/+2
* source code renderer doesn't produce trailing whitespace anymoreAraq2015-07-121-4/+19
* Fixed renderer for asm node in JSyglukhov2015-05-281-1/+2
* fixes #2509Araq2015-04-111-0/+1
* breaking change: 'concept' is now a keyword and used instead of 'generic'Araq2015-03-231-1/+1
* fixes #1805Araq2015-03-211-5/+6