summary refs log tree commit diff stats
path: root/compiler/layouter.nim
Commit message (Expand)AuthorAgeFilesLines
* nimpretty: check the rendered AST for wrong output (#23057)Andreas Rumpf2023-12-131-10/+15
* some Token refactors (#21762)metagn2023-05-061-3/+3
* refactor strongSpaceB with an enum (#20809)ringabout2022-11-101-2/+2
* fixes #15688; handle `strongSpace` overflow issues (#20724)ringabout2022-11-031-3/+3
* fixes #20553; don't format code for stropping identifier (#20561) [backport]ringabout2022-10-131-5/+9
* fix #12155, improve nimpretty's handling of pragmas (#17353)Miran2021-03-121-1/+2
* Use modern enums in compiler (#15775)cooldome2020-11-021-9/+9
* Big compiler Cleanup (#14777)Clyybber2020-08-281-3/+3
* fix #14401, trailing comma confuses nimpretty (#14867)Miran2020-07-011-0/+3
* make `from` an operator (#14241)hlaaftana2020-05-081-1/+1
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-2/+2
* Refactor closeEmitter to make it more modular (#12365)Federico Ceratto2019-10-071-4/+12
* Expose some layouter elements, improve readme (#12361)Federico Ceratto2019-10-041-3/+3
* [backport] fix nimpretty removing space before pragmanarimiran2019-09-271-1/+2
* nimpretty: fix #11937 (wrong indentation)narimiran2019-08-191-0/+3
* cosmetic improvementsnarimiran2019-08-191-8/+5
* nimpretty: fixes #11699Araq2019-07-181-7/+16
* [refactoring] nimprettyAraq2019-07-181-15/+29
* nimpretty: implement a --maxLineLen command line optionAraq2019-07-121-6/+6
* nimpretty: fix #11700, no extra newlines (#11714)Miran2019-07-121-15/+24
* minor style changesAraq2019-07-111-3/+3
* nimpretty: more comment indentation fixesnarimiran2019-07-091-6/+7
* nimpretty: more improvementsAraq2019-07-091-15/+22
* nimpretty: yet another improvementAraq2019-07-091-1/+1
* nimpretty: don't introduce extra spaces after a colon or a comma (#11672)Miran2019-07-071-3/+7
* nimpretty: improved detection of commas and semicolons (#11661)Miran2019-07-061-4/+11
* nimpretty: don't touch formatted multiline comments (#11663)Miran2019-07-051-19/+27
* nimpretty: nicer debugging [ci skip]narimiran2019-07-051-1/+1
* nimpretty: relax line length rules when dealing with (inline) comments (#11657)Miran2019-07-051-5/+7
* nimpretty: fix out of bounds error [ci skip]narimiran2019-07-041-2/+3
* nimpretty: nimpretty now understands splitting newlinesAraq2019-07-041-4/+21
* nimpretty: distinguish between the different kinds of newlines in NimAraq2019-07-041-10/+16
* [bugfix] fix wrong nimpretty unidents, refs #11616 (#11645)Miran2019-07-031-1/+1
* [bugfix] nimpretty indents multiline comments correctly (#11607)Miran2019-07-021-0/+4
* nimpretty: bugfix [bugfix]Araq2019-06-281-7/+23
* [bugfix] fix #11469, new rules for a newline in nimpretty (#11512)Miran2019-06-261-52/+69
* [bugfix] nimpretty: better alignment; fixes #11467Araq2019-06-141-6/+12
* [bugfix] nimpretty: fixes #11470Araq2019-06-131-3/+3
* nimpretty: smart tabs support, fixes #9399 [bugfix]Andreas Rumpf2019-06-101-24/+90
* nimpretty: keep a seq of tokens instead of a single string to enable better t...Andreas Rumpf2019-06-091-72/+90
* nimpretty: fixes #10156 [bugfix]Andreas Rumpf2019-06-081-1/+30
* nimpretty: fixes #9505 [bugfix]Araq2019-06-071-1/+9
* nimpretty: fixes #10177 [bugfix]Araq2019-06-071-40/+67
* nimpretty: fixes #10295Araq2019-06-071-5/+9
* fixes #10200 (#10950)tofu2019-04-041-1/+2
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-3/+4
* nimpretty: explicit --indent option; fixes #9502; refs #9510 [backport]Andreas Rumpf2018-11-111-4/+5
* nimpretty: fixes #9673 [backport]Andreas Rumpf2018-11-111-1/+1
* nimpretty: fixes #9506Andreas Rumpf2018-10-261-3/+4
* nimpretty: fixes #9504Araq2018-10-251-3/+10