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
*
nimpretty: check the rendered AST for wrong output (#23057)
Andreas Rumpf
2023-12-13
1
-10
/
+15
*
some Token refactors (#21762)
metagn
2023-05-06
1
-3
/
+3
*
refactor strongSpaceB with an enum (#20809)
ringabout
2022-11-10
1
-2
/
+2
*
fixes #15688; handle `strongSpace` overflow issues (#20724)
ringabout
2022-11-03
1
-3
/
+3
*
fixes #20553; don't format code for stropping identifier (#20561) [backport]
ringabout
2022-10-13
1
-5
/
+9
*
fix #12155, improve nimpretty's handling of pragmas (#17353)
Miran
2021-03-12
1
-1
/
+2
*
Use modern enums in compiler (#15775)
cooldome
2020-11-02
1
-9
/
+9
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-3
/
+3
*
fix #14401, trailing comma confuses nimpretty (#14867)
Miran
2020-07-01
1
-0
/
+3
*
make `from` an operator (#14241)
hlaaftana
2020-05-08
1
-1
/
+1
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-2
/
+2
*
Refactor closeEmitter to make it more modular (#12365)
Federico Ceratto
2019-10-07
1
-4
/
+12
*
Expose some layouter elements, improve readme (#12361)
Federico Ceratto
2019-10-04
1
-3
/
+3
*
[backport] fix nimpretty removing space before pragma
narimiran
2019-09-27
1
-1
/
+2
*
nimpretty: fix #11937 (wrong indentation)
narimiran
2019-08-19
1
-0
/
+3
*
cosmetic improvements
narimiran
2019-08-19
1
-8
/
+5
*
nimpretty: fixes #11699
Araq
2019-07-18
1
-7
/
+16
*
[refactoring] nimpretty
Araq
2019-07-18
1
-15
/
+29
*
nimpretty: implement a --maxLineLen command line option
Araq
2019-07-12
1
-6
/
+6
*
nimpretty: fix #11700, no extra newlines (#11714)
Miran
2019-07-12
1
-15
/
+24
*
minor style changes
Araq
2019-07-11
1
-3
/
+3
*
nimpretty: more comment indentation fixes
narimiran
2019-07-09
1
-6
/
+7
*
nimpretty: more improvements
Araq
2019-07-09
1
-15
/
+22
*
nimpretty: yet another improvement
Araq
2019-07-09
1
-1
/
+1
*
nimpretty: don't introduce extra spaces after a colon or a comma (#11672)
Miran
2019-07-07
1
-3
/
+7
*
nimpretty: improved detection of commas and semicolons (#11661)
Miran
2019-07-06
1
-4
/
+11
*
nimpretty: don't touch formatted multiline comments (#11663)
Miran
2019-07-05
1
-19
/
+27
*
nimpretty: nicer debugging [ci skip]
narimiran
2019-07-05
1
-1
/
+1
*
nimpretty: relax line length rules when dealing with (inline) comments (#11657)
Miran
2019-07-05
1
-5
/
+7
*
nimpretty: fix out of bounds error [ci skip]
narimiran
2019-07-04
1
-2
/
+3
*
nimpretty: nimpretty now understands splitting newlines
Araq
2019-07-04
1
-4
/
+21
*
nimpretty: distinguish between the different kinds of newlines in Nim
Araq
2019-07-04
1
-10
/
+16
*
[bugfix] fix wrong nimpretty unidents, refs #11616 (#11645)
Miran
2019-07-03
1
-1
/
+1
*
[bugfix] nimpretty indents multiline comments correctly (#11607)
Miran
2019-07-02
1
-0
/
+4
*
nimpretty: bugfix [bugfix]
Araq
2019-06-28
1
-7
/
+23
*
[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
[next]