| Commit message (Expand) | Author | Age | Files | Lines |
* | nimpretty: nimpretty now understands splitting newlines | Araq | 2019-07-04 | 1 | -4/+13 |
* | [bugfix] fix #11469, new rules for a newline in nimpretty (#11512) | Miran | 2019-06-26 | 1 | -0/+2 |
* | [bugfix] nimpretty: fixes #11468 | Araq | 2019-06-13 | 1 | -2/+6 |
* | nimpretty: smart tabs support, fixes #9399 [bugfix] | Andreas Rumpf | 2019-06-10 | 1 | -21/+34 |
* | nimpretty: fixes #10295 | Araq | 2019-06-07 | 1 | -0/+2 |
* | revert parser stmtListExpr (#11007) | cooldome | 2019-04-17 | 1 | -19/+9 |
* | relax warning about inconsistent spacing (#10968) | Miran | 2019-04-05 | 1 | -1/+1 |
* | fixes #10896 (#10903) | Andreas Rumpf | 2019-03-25 | 1 | -1/+3 |
* | fixes #10861 (#10877) | cooldome | 2019-03-21 | 1 | -2/+3 |
* | REVERT "optPar" | Andrii Riabushenko | 2019-03-21 | 1 | -3/+2 |
* | optPar | Andrii Riabushenko | 2019-03-21 | 1 | -2/+3 |
* | Support for stmtListExpr in parser after major keywords. Scaled down version.... | cooldome | 2019-03-18 | 1 | -10/+21 |
* | fixes #10838 (#10841) | cooldome | 2019-03-18 | 1 | -0/+2 |
* | Tuple unpacking now works for `for` vars (#10152) | Neelesh Chandola | 2019-02-23 | 1 | -15/+24 |
* | gc: destructors is beginning to work (#10483) | Andreas Rumpf | 2019-01-29 | 1 | -26/+22 |
* | Correct lineinfo for accent quoted symbols in proc definition (#10399) | alaviss | 2019-01-21 | 1 | -1/+4 |
* | Deprecate gc v2 (#10151) | Neelesh Chandola | 2019-01-01 | 1 | -2/+2 |
* | Deprecated pragma is now supported on enum fields (#10113) | Neelesh Chandola | 2018-12-30 | 1 | -11/+21 |
* | Pragma syntax is now consistent (#9993) | Neelesh Chandola | 2018-12-27 | 1 | -3/+34 |
* | much simpler implementation of constant tuple declarations | Andreas Rumpf | 2018-12-19 | 1 | -37/+17 |
* | Const tuple unpacking (#9964) | Neelesh Chandola | 2018-12-19 | 1 | -9/+31 |
* | nimpretty: explicit --indent option; fixes #9502; refs #9510 [backport] | Andreas Rumpf | 2018-11-11 | 1 | -1/+1 |
* | er... 'a not b' is an infix call | Andreas Rumpf | 2018-11-08 | 1 | -1/+1 |
* | fixes parsing regressions; binary 'not' for 'not nil' must stay | Andreas Rumpf | 2018-11-08 | 1 | -2/+17 |
* | fixes #9633 | Andreas Rumpf | 2018-11-08 | 1 | -5/+8 |
* | parser/grammar sync; fixes #9608 [backport] | Andreas Rumpf | 2018-11-07 | 1 | -1/+1 |
* | compiler cleanup: flag tfOldSchoolExprStmt is gone | Araq | 2018-11-06 | 1 | -2/+0 |
* | removed the undocumented #? strongSpaces parsing mode | Araq | 2018-11-06 | 1 | -11/+7 |
* | Maps `out` keyword to an nnkIdent. Fixes #6011. (#9536) | Dominik Picheta | 2018-10-29 | 1 | -2/+1 |
* | nimpretty: add #!nimpretty on/off directives | Andreas Rumpf | 2018-10-16 | 1 | -2/+2 |
* | nimpretty: fixes #8626 | Andreas Rumpf | 2018-10-16 | 1 | -0/+2 |
* | Add checks for except: body blocks (#9191) | Dheepak Krishnamurthy | 2018-10-09 | 1 | -1/+0 |
* | parser.nim: minor code style fix | Andreas Rumpf | 2018-09-16 | 1 | -1/+1 |
* | Merge branch 'devel' into araq-better-docgen | Araq | 2018-09-14 | 1 | -18/+21 |
|\ |
|
| * | fixes merge conflicts | Andreas Rumpf | 2018-09-11 | 1 | -157/+234 |
| |\ |
|
| * | | steps to get for loops as expressions | Andreas Rumpf | 2018-02-28 | 1 | -18/+21 |
* | | | compiler refactoring; use typesafe path handing; docgen: render symbols betwe... | Andreas Rumpf | 2018-09-07 | 1 | -3/+4 |
| |/
|/| |
|
* | | Renderer bug fixes (#8804) | cooldome | 2018-09-07 | 1 | -35/+0 |
* | | Cosmetic: fix typo on TRIPLESTR_LIT (#8663) | Iván Montes | 2018-08-21 | 1 | -1/+1 |
* | | WIP: disallow 'nil' for strings and seqs | Andreas Rumpf | 2018-08-13 | 1 | -1/+2 |
* | | Render bug: if expression with statement list expression as condition (#8375) | cooldome | 2018-07-21 | 1 | -0/+1 |
* | | Merge branch 'devel' into typedesc-reforms | Andreas Rumpf | 2018-06-26 | 1 | -3/+25 |
|\ \ |
|
| * | | nimpretty improvements | Andreas Rumpf | 2018-06-19 | 1 | -1/+1 |
| * | | nimpretty: fixes pragma rendering | Andreas Rumpf | 2018-06-17 | 1 | -1/+1 |
| * | | nimpretty: more features | Andreas Rumpf | 2018-06-16 | 1 | -2/+24 |
* | | | Implement the `is` operator for the new static and typedesc type classes | Zahary Karadjov | 2018-06-16 | 1 | -2/+1 |
* | | | A minimal patch enabling the new typedesc and static types syntax | Zahary Karadjov | 2018-06-16 | 1 | -26/+37 |
|/ / |
|
* | | nimpretty: first version that seems useful for others to test it | Andreas Rumpf | 2018-06-16 | 1 | -0/+16 |
* | | more refactoring | Andreas Rumpf | 2018-05-27 | 1 | -1/+1 |
* | | remove more global variables in the Nim compiler | Andreas Rumpf | 2018-05-27 | 1 | -1/+1 |