summary refs log tree commit diff stats
path: root/compiler/layouter.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* nimpretty: fixes #9499Andreas Rumpf2018-10-251-0/+4
* nimpretty: fixes #9144Andreas Rumpf2018-10-161-0/+1
* nimpretty: add #!nimpretty on/off directivesAndreas Rumpf2018-10-161-2/+18
* nimpretty: fixes #8626Andreas Rumpf2018-10-161-2/+2
* make tests green againAraq2018-09-071-3/+4
* nimpretty: detect '; vs ,' style based on the first usage of the token in par...Araq2018-06-261-1/+7
7 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641