index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
renderer.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
big refactoring: magicsys compiles again
Andreas Rumpf
2018-05-10
1
-8
/
+10
*
warn about inconsistent spacing around binary operators; fixes #7582
Andreas Rumpf
2018-05-05
1
-1
/
+1
*
Fix renderer's errors (#7742)
Dmitry Atamanov
2018-05-01
1
-5
/
+7
*
renderer.nim: bugfix
Andreas Rumpf
2018-04-29
1
-0
/
+1
*
Don't escape multibyte characters (#7570)
Oscar Nihlgård
2018-04-23
1
-28
/
+5
*
nimpretty: next steps
Araq
2018-04-18
1
-11
/
+6
*
introduce nkTupleConstr AST node for unary tuple construction; breaking change
Andreas Rumpf
2018-04-13
1
-0
/
+8
*
fewer temporary string allocations for the compiler's renderer (#7484)
Arne Döring
2018-04-04
1
-15
/
+20
*
Merge branch 'devel' into nimv2
Andreas Rumpf
2018-01-08
1
-0
/
+8
|
\
|
*
fixes #7019
Andreas Rumpf
2018-01-08
1
-0
/
+8
*
|
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-2
/
+2
|
/
*
fixes #6972
Araq
2017-12-29
1
-0
/
+1
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Araq
2017-12-21
1
-2
/
+11
|
\
|
*
Use escape sequences rather than hex in string/char literals (#6941)
Mathias Stearn
2017-12-18
1
-2
/
+11
*
|
first steps in adding template/macro calls to stack traces
Araq
2017-12-21
1
-2
/
+2
|
/
*
renderer.nim: fixes a long standing bug that kept triple string literals from...
Araq
2017-12-17
1
-1
/
+1
*
renderer.nim: support for outputting symbol magics for debugging
Araq
2017-11-30
1
-1
/
+4
*
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 renderi...
Andreas Rumpf
2017-09-26
1
-1
/
+7
*
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 instea...
Araq
2016-11-14
1
-1
/
+2
*
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
[next]