| Commit message (Expand) | Author | Age | Files | Lines |
* | Add directory input support to nimpretty (#23590) | Mads Hougesen | 2024-05-10 | 1 | -1/+7 |
* | nimpretty: check the rendered AST for wrong output (#23057) | Andreas Rumpf | 2023-12-13 | 1 | -2/+40 |
* | Markdown code blocks migration part 8 (#22478) | Andrey Makarov | 2023-08-15 | 2 | -10/+10 |
* | some Token refactors (#21762) | metagn | 2023-05-06 | 2 | -2/+2 |
* | refactor strongSpaceB with an enum (#20809) | ringabout | 2022-11-10 | 2 | -2/+2 |
* | fixes #15688; handle `strongSpace` overflow issues (#20724) | ringabout | 2022-11-03 | 2 | -2/+2 |
* | fixes #20553; don't format code for stropping identifier (#20561) [backport] | ringabout | 2022-10-13 | 2 | -0/+22 |
* | fixed typos (#19316) | Smarcy | 2022-01-03 | 1 | -2/+2 |
* | gitutils: add diffStrings, diffFiles, and use it in testament to compare expe... | Timothee Cour | 2021-04-30 | 1 | -2/+3 |
* | improve nimsuggest/tester, minor improvements to koch.nim (#17879) | Timothee Cour | 2021-04-29 | 1 | -1/+1 |
* | fix #12155, improve nimpretty's handling of pragmas (#17353) | Miran | 2021-03-12 | 2 | -0/+9 |
* | use typeof instead type (#16962) | flywind | 2021-02-08 | 2 | -6/+6 |
* | export PrettyOptions,prettyPrint from nimpretty (#15865) | Bung | 2020-11-09 | 1 | -5/+6 |
* | Fix commentOffsetA for doc comments (#15643) | Clyybber | 2020-10-20 | 2 | -0/+10 |
* | nimpretty: do not produce 'line too long' messages (#15541) | Andreas Rumpf | 2020-10-10 | 1 | -3/+0 |
* | Big compiler Cleanup (#14777) | Clyybber | 2020-08-28 | 1 | -6/+6 |
* | nimpretty support for multiple files (#14890) | Alexander Wolfe | 2020-07-12 | 2 | -16/+65 |
* | {.deprecated: [existsFile: fileExists].} (#14735) | Timothee Cour | 2020-07-02 | 1 | -1/+1 |
* | fix #14401, trailing comma confuses nimpretty (#14867) | Miran | 2020-07-01 | 2 | -1/+43 |
* | Deprecate and/or remove ospaths (#14767) | Juan Carlos | 2020-06-23 | 2 | -2/+2 |
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 2 | -2/+2 |
* | fix nimpretty warning (#13700) | Jasper Jenkins | 2020-03-20 | 1 | -2/+1 |
* | Nimpretty Fix negative indent breaks code (#13580) | Juan Carlos | 2020-03-04 | 1 | -2/+2 |
* | make case-object transitions explicit, make unknownLineInfo a const, replace ... | Jasper Jenkins | 2020-01-17 | 1 | -1/+0 |
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 2 | -2/+2 |
* | nimpretty: fix #11937 (wrong indentation) | narimiran | 2019-08-19 | 3 | -1/+77 |
* | cosmetic improvements | narimiran | 2019-08-19 | 1 | -2/+1 |
* | nimpretty: fixes #11616 | Araq | 2019-07-18 | 2 | -0/+72 |
* | nimpretty: fixes #11699 | Araq | 2019-07-18 | 2 | -0/+55 |
* | [refactoring] nimpretty | Araq | 2019-07-18 | 1 | -2/+2 |
* | nimpretty: implement a --maxLineLen command line option | Araq | 2019-07-12 | 1 | -1/+6 |
* | nimpretty: fix #11700, no extra newlines (#11714) | Miran | 2019-07-12 | 2 | -0/+40 |
* | minor style changes | Araq | 2019-07-11 | 1 | -1/+1 |
* | nimpretty: more comment indentation fixes | narimiran | 2019-07-09 | 2 | -0/+26 |
* | nimpretty: more improvements | Araq | 2019-07-09 | 2 | -0/+90 |
* | nimpretty: yet another improvement | Araq | 2019-07-09 | 2 | -0/+20 |
* | nimpretty: don't introduce extra spaces after a colon or a comma (#11672) | Miran | 2019-07-07 | 2 | -130/+136 |
* | nimpretty: improved detection of commas and semicolons (#11661) | Miran | 2019-07-06 | 2 | -0/+4 |
* | nimpretty: don't touch formatted multiline comments (#11663) | Miran | 2019-07-05 | 2 | -4/+60 |
* | nimpretty: relax line length rules when dealing with (inline) comments (#11657) | Miran | 2019-07-05 | 3 | -5/+29 |
* | [bugfix] fix wrong nimpretty unidents, refs #11616 (#11645) | Miran | 2019-07-03 | 2 | -0/+25 |
* | [bugfix] nimpretty indents multiline comments correctly (#11607) | Miran | 2019-07-02 | 2 | -0/+38 |
* | nimpretty: bugfix [bugfix] | Araq | 2019-06-28 | 2 | -0/+78 |
* | [bugfix] fix #11469, new rules for a newline in nimpretty (#11512) | Miran | 2019-06-26 | 4 | -18/+36 |
* | [bugfix] nimpretty: better alignment; fixes #11467 | Araq | 2019-06-14 | 2 | -0/+350 |
* | [bugfix] nimpretty: fixes #11470 | Araq | 2019-06-13 | 2 | -0/+30 |
* | [bugfix] nimpretty: fixes #11468 | Araq | 2019-06-13 | 2 | -0/+16 |
* | [bugfix] fix nimpretty for absolute paths (#11480) | Jasper Jenkins | 2019-06-12 | 1 | -1/+3 |
* | nimpretty: smart tabs support, fixes #9399 [bugfix] | Andreas Rumpf | 2019-06-10 | 4 | -14/+35 |
* | nimpretty: fixes #10156 [bugfix] | Andreas Rumpf | 2019-06-08 | 2 | -0/+98 |