Oscar Nihlgård
|
8caf257607
Don't escape multibyte characters (#7570)
|
6 gadi atpakaļ |
Araq
|
9bc963508f
nimpretty: next steps
|
6 gadi atpakaļ |
Andreas Rumpf
|
47335aab41
introduce nkTupleConstr AST node for unary tuple construction; breaking change
|
6 gadi atpakaļ |
Arne Döring
|
abfcbaa74c
fewer temporary string allocations for the compiler's renderer (#7484)
|
6 gadi atpakaļ |
Andreas Rumpf
|
437caf4358
Merge branch 'devel' into nimv2
|
7 gadi atpakaļ |
Andreas Rumpf
|
c924fac5c8
fixes #7019
|
7 gadi atpakaļ |
Andreas Rumpf
|
e4081a7201
preparations for language extensions: 'sink' and 'lent' types
|
7 gadi atpakaļ |
Araq
|
cf259fbd1c
fixes #6972
|
7 gadi atpakaļ |
Araq
|
218679fc95
Merge branch 'devel' of github.com:nim-lang/Nim into devel
|
7 gadi atpakaļ |
Araq
|
ee67a67ac4
first steps in adding template/macro calls to stack traces
|
7 gadi atpakaļ |
Mathias Stearn
|
07fe1aa655
Use escape sequences rather than hex in string/char literals (#6941)
|
7 gadi atpakaļ |
Araq
|
e06d76669a
renderer.nim: fixes a long standing bug that kept triple string literals from being rendered properly
|
7 gadi atpakaļ |
Araq
|
34f07d10f2
renderer.nim: support for outputting symbol magics for debugging
|
7 gadi atpakaļ |
Andreas Rumpf
|
70ea45cdba
deprecated unary '<'
|
7 gadi atpakaļ |
Andreas Rumpf
|
186e7d49d3
fixes c2nim regression; do not produce more newlines
|
7 gadi atpakaļ |
Araq
|
604a15c0aa
some progress on the nimpretty tool; still not ready
|
7 gadi atpakaļ |
Andreas Rumpf
|
ac3e3cf2b0
fixes a renderer regression that affects c2nim
|
7 gadi atpakaļ |
Andreas Rumpf
|
125ccd303e
nimpretty bugfix
|
7 gadi atpakaļ |
Andreas Rumpf
|
eddf9abd13
beginnings of the new nimpretty tool; still unusable
|
7 gadi atpakaļ |
Araq
|
3ccc9c467d
'with' and 'without' are not keywords anymore
|
7 gadi atpakaļ |
Andreas Rumpf
|
61720e0df9
breaking change: getAst strips away pointless nnkStmtList nodes; node rendering of nnkStmtList without wrong indentation
|
7 gadi atpakaļ |
Andreas Rumpf
|
1a61c4d46d
first implementation of the 'func' keyword
|
7 gadi atpakaļ |
BigEpsilon
|
6f6e6fe4eb
Fix #6295 (#6296)
|
7 gadi atpakaļ |
Zahary Karadjov
|
9e9b289fc5
when displaying proc signatures, don't render the implicit generic params
|
8 gadi atpakaļ |
Araq
|
3fa428c88b
fixes #5467
|
8 gadi atpakaļ |
Arne Döring
|
92c2a51bf7
removed compiler internal list implementation (#5371)
|
8 gadi atpakaļ |
Araq
|
e6c5622aa7
removed tyArrayConstr completely from the compiler; introduced tyAlias instead in preparation for further bugfixes
|
8 gadi atpakaļ |
Araq
|
773d17cd14
big refactoring: step 1
|
8 gadi atpakaļ |
Jacek Sieka
|
f5c3eb6a25
clean up tyMutable remnants
|
8 gadi atpakaļ |
Jacek Sieka
|
b3de34548d
clean up tyConst remnants
|
8 gadi atpakaļ |