summary refs log tree commit diff stats
path: root/compiler/parser.nim
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-191/+190
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* nimpretty: fixes #11616Araq2019-07-181-6/+27
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-3/+3
* nimpretty: nimpretty now understands splitting newlinesAraq2019-07-041-4/+13
* [bugfix] fix #11469, new rules for a newline in nimpretty (#11512)Miran2019-06-261-0/+2
* [bugfix] nimpretty: fixes #11468Araq2019-06-131-2/+6
* nimpretty: smart tabs support, fixes #9399 [bugfix]Andreas Rumpf2019-06-101-21/+34
* nimpretty: fixes #10295Araq2019-06-071-0/+2
* revert parser stmtListExpr (#11007)cooldome2019-04-171-19/+9
* relax warning about inconsistent spacing (#10968)Miran2019-04-051-1/+1
* fixes #10896 (#10903)Andreas Rumpf2019-03-251-1/+3
* fixes #10861 (#10877)cooldome2019-03-211-2/+3
* REVERT "optPar"Andrii Riabushenko2019-03-211-3/+2
* optParAndrii Riabushenko2019-03-211-2/+3
* Support for stmtListExpr in parser after major keywords. Scaled down version....cooldome2019-03-181-10/+21
* fixes #10838 (#10841)cooldome2019-03-181-0/+2
* Tuple unpacking now works for `for` vars (#10152)Neelesh Chandola2019-02-231-15/+24
* gc: destructors is beginning to work (#10483)Andreas Rumpf2019-01-291-26/+22
* Correct lineinfo for accent quoted symbols in proc definition (#10399)alaviss2019-01-211-1/+4
* Deprecate gc v2 (#10151)Neelesh Chandola2019-01-011-2/+2
* Deprecated pragma is now supported on enum fields (#10113)Neelesh Chandola2018-12-301-11/+21
* Pragma syntax is now consistent (#9993)Neelesh Chandola2018-12-271-3/+34
* much simpler implementation of constant tuple declarationsAndreas Rumpf2018-12-191-37/+17
* Const tuple unpacking (#9964)Neelesh Chandola2018-12-191-9/+31
* nimpretty: explicit --indent option; fixes #9502; refs #9510 [backport]Andreas Rumpf2018-11-111-1/+1
* er... 'a not b' is an infix callAndreas Rumpf2018-11-081-1/+1
* fixes parsing regressions; binary 'not' for 'not nil' must stayAndreas Rumpf2018-11-081-2/+17
* fixes #9633Andreas Rumpf2018-11-081-5/+8
* parser/grammar sync; fixes #9608 [backport]Andreas Rumpf2018-11-071-1/+1
* compiler cleanup: flag tfOldSchoolExprStmt is goneAraq2018-11-061-2/+0
* removed the undocumented #? strongSpaces parsing modeAraq2018-11-061-11/+7
* Maps `out` keyword to an nnkIdent. Fixes #6011. (#9536)Dominik Picheta2018-10-291-2/+1
* nimpretty: add #!nimpretty on/off directivesAndreas Rumpf2018-10-161-2/+2
* nimpretty: fixes #8626Andreas Rumpf2018-10-161-0/+2
* Add checks for except: body blocks (#9191)Dheepak Krishnamurthy2018-10-091-1/+0
* parser.nim: minor code style fixAndreas Rumpf2018-09-161-1/+1
* Merge branch 'devel' into araq-better-docgenAraq2018-09-141-18/+21
|\
| * fixes merge conflictsAndreas Rumpf2018-09-111-157/+234
| |\
| * | steps to get for loops as expressionsAndreas Rumpf2018-02-281-18/+21
* | | compiler refactoring; use typesafe path handing; docgen: render symbols betwe...Andreas Rumpf2018-09-071-3/+4
| |/ |/|
* | Renderer bug fixes (#8804)cooldome2018-09-071-35/+0
* | Cosmetic: fix typo on TRIPLESTR_LIT (#8663)Iván Montes2018-08-211-1/+1
* | WIP: disallow 'nil' for strings and seqsAndreas Rumpf2018-08-131-1/+2
* | Render bug: if expression with statement list expression as condition (#8375)cooldome2018-07-211-0/+1
* | Merge branch 'devel' into typedesc-reformsAndreas Rumpf2018-06-261-3/+25
|\ \
| * | nimpretty improvementsAndreas Rumpf2018-06-191-1/+1
| * | nimpretty: fixes pragma renderingAndreas Rumpf2018-06-171-1/+1
| * | nimpretty: more featuresAndreas Rumpf2018-06-161-2/+24