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
/
layouter.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
[bugfix] fix #11469, new rules for a newline in nimpretty (#11512)
Miran
2019-06-26
1
-52
/
+69
*
[bugfix] nimpretty: better alignment; fixes #11467
Araq
2019-06-14
1
-6
/
+12
*
[bugfix] nimpretty: fixes #11470
Araq
2019-06-13
1
-3
/
+3
*
nimpretty: smart tabs support, fixes #9399 [bugfix]
Andreas Rumpf
2019-06-10
1
-24
/
+90
*
nimpretty: keep a seq of tokens instead of a single string to enable better t...
Andreas Rumpf
2019-06-09
1
-72
/
+90
*
nimpretty: fixes #10156 [bugfix]
Andreas Rumpf
2019-06-08
1
-1
/
+30
*
nimpretty: fixes #9505 [bugfix]
Araq
2019-06-07
1
-1
/
+9
*
nimpretty: fixes #10177 [bugfix]
Araq
2019-06-07
1
-40
/
+67
*
nimpretty: fixes #10295
Araq
2019-06-07
1
-5
/
+9
*
fixes #10200 (#10950)
tofu
2019-04-04
1
-1
/
+2
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-3
/
+4
*
nimpretty: explicit --indent option; fixes #9502; refs #9510 [backport]
Andreas Rumpf
2018-11-11
1
-4
/
+5
*
nimpretty: fixes #9673 [backport]
Andreas Rumpf
2018-11-11
1
-1
/
+1
*
nimpretty: fixes #9506
Andreas Rumpf
2018-10-26
1
-3
/
+4
*
nimpretty: fixes #9504
Araq
2018-10-25
1
-3
/
+10
*
nimpretty: fixes #9499
Andreas Rumpf
2018-10-25
1
-0
/
+4
*
nimpretty: fixes #9144
Andreas Rumpf
2018-10-16
1
-0
/
+1
*
nimpretty: add #!nimpretty on/off directives
Andreas Rumpf
2018-10-16
1
-2
/
+18
*
nimpretty: fixes #8626
Andreas Rumpf
2018-10-16
1
-2
/
+2
*
make tests green again
Araq
2018-09-07
1
-3
/
+4
*
nimpretty: detect '; vs ,' style based on the first usage of the token in par...
Araq
2018-06-26
1
-1
/
+7
*
nimpretty: bugfixes; refs #8078
Araq
2018-06-20
1
-4
/
+7
*
nimpretty: fixes more reported issues
Andreas Rumpf
2018-06-20
1
-3
/
+4
*
nimpretty: don't produce trailing whitespace; fixes the rendering of unary op...
Andreas Rumpf
2018-06-19
1
-4
/
+9
*
nimpretty: proper command line handling; added tests; travis ensures these st...
Andreas Rumpf
2018-06-19
1
-7
/
+5
*
nimpretty improvements
Andreas Rumpf
2018-06-19
1
-41
/
+46
*
nimpretty: don't touch dense binary operators
Andreas Rumpf
2018-06-17
1
-9
/
+13
*
nimpretty: stuff that doesn't work
Andreas Rumpf
2018-06-16
1
-6
/
+34
*
nimpretty: more features
Andreas Rumpf
2018-06-16
1
-11
/
+27
*
nimpretty: render and/or/notin/in properly
Andreas Rumpf
2018-06-16
1
-2
/
+9
*
nimpretty: first version that seems useful for others to test it
Andreas Rumpf
2018-06-16
1
-0
/
+201