| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove immediate pragma (#11308) | Arne Döring | 2019-05-29 | 1 | -5/+5 |
* | revert parser stmtListExpr (#11007) | cooldome | 2019-04-17 | 1 | -20/+0 |
* | fixes #10896 (#10903) | Andreas Rumpf | 2019-03-25 | 1 | -0/+5 |
* | fixes #10861 (#10877) | cooldome | 2019-03-21 | 1 | -1/+15 |
* | Support for stmtListExpr in parser after major keywords. Scaled down version.... | cooldome | 2019-03-18 | 1 | -0/+20 |
* | gc: destructors is beginning to work (#10483) | Andreas Rumpf | 2019-01-29 | 1 | -0/+9 |
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 7 | -15/+6 |
* | fixes #9633 | Andreas Rumpf | 2018-11-08 | 1 | -1/+17 |
* | parser change: 'not' is always a unary operator; fixes #9574 | Andreas Rumpf | 2018-11-07 | 1 | -0/+5 |
* | removed the undocumented #? strongSpaces parsing mode | Araq | 2018-11-06 | 1 | -83/+0 |
* | Fix #8126 (#8712) | zah | 2018-08-21 | 1 | -0/+4 |
* | Implement the `is` operator for the new static and typedesc type classes | Zahary Karadjov | 2018-06-16 | 1 | -7/+32 |
* | A minimal patch enabling the new typedesc and static types syntax | Zahary Karadjov | 2018-06-16 | 1 | -53/+99 |
* | Starting test recording the current state of the parser | Zahary Karadjov | 2018-06-16 | 1 | -0/+481 |
* | make tests green again | Araq | 2018-05-14 | 4 | -7/+7 |
* | update the changelog | Andreas Rumpf | 2018-05-06 | 1 | -432/+0 |
* | fixes #7582 | Andreas Rumpf | 2018-05-05 | 2 | -2/+13 |
* | Get symbol kind (#7491) | Arne Döring | 2018-04-11 | 1 | -89/+89 |
* | Fix parser bug with type classes (#7480) | Oscar Nihlgård | 2018-04-06 | 1 | -0/+17 |
* | added the 'x.p[:T]' notation for explicit generic instantiations in combinati... | Araq | 2018-04-06 | 1 | -1/+7 |
* | Fixes #7473 (#7475) | Arne Döring | 2018-04-04 | 1 | -5/+4 |
* | make tests green again | Andreas Rumpf | 2017-11-19 | 1 | -89/+89 |
* | Block expressions (#6695) | Fabian Keller | 2017-11-06 | 1 | -1/+10 |
* | fixes #6609; 'if' expressions support multiple statements; minor breaking change | Araq | 2017-11-05 | 1 | -0/+18 |
* | Restore the old behavior of parsing "quote do:" | Zahary Karadjov | 2017-08-19 | 1 | -182/+212 |
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 2 | -11/+10 |
* | Merge branch 'zahary' into araq2 | Andreas Rumpf | 2017-05-16 | 1 | -0/+513 |
|\ |
|
| * | fix a parsing regression (do is still mandatory in some situations) | Zahary Karadjov | 2017-04-14 | 1 | -0/+16 |
| * | fix a parsing regression (calls with do inside param lists) | Zahary Karadjov | 2017-04-10 | 1 | -0/+19 |
| * | fully consisent parsing between the new and the old 'do blocks' | Zahary Karadjov | 2017-04-10 | 1 | -0/+478 |
* | | fixes a parser bug | Araq | 2017-04-25 | 1 | -0/+6 |
|/ |
|
* | assignments support ': stmtList' like let/var do | Andreas Rumpf | 2017-04-04 | 1 | -1/+2 |
* | language addition: colon-block for expressions in let/var context | Andreas Rumpf | 2017-04-02 | 1 | -0/+33 |
* | implements #?braces syntax | Araq | 2016-10-16 | 1 | -0/+432 |
* | fixes critical 'do' parsing bug | Andreas Rumpf | 2016-05-28 | 1 | -0/+79 |
* | fixes multi-line comments | Andreas Rumpf | 2016-01-17 | 1 | -0/+30 |
* | fixes multiline comments | Andreas Rumpf | 2016-01-17 | 1 | -0/+16 |
* | fixes strutils.unescape; refs #3634 | Andreas Rumpf | 2016-01-17 | 1 | -0/+18 |
* | fixes #1799 properly | Araq | 2015-10-25 | 1 | -0/+71 |
* | sequtils related changes | Peter Mora | 2015-10-05 | 1 | -0/+1 |
* | minor testsuite cleanup | Araq | 2015-09-10 | 1 | -1/+1 |
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 3 | -13/+13 |
* | cleanups for underscores in tuple unpacking | Araq | 2015-04-24 | 1 | -2/+8 |
* | Merge pull request #2566 from nanoant/parser-diagnostic-location | Andreas Rumpf | 2015-04-24 | 3 | -0/+39 |
|\ |
|
| * | Parser: Test for exact missing ':' location column | Adam Strzelecki | 2015-04-21 | 3 | -0/+39 |
* | | Add sfGenSym for (_). | Dominik Picheta | 2015-04-23 | 1 | -12/+20 |
* | | Merge branch 'devel' into underscore-tuple-unpack | Dominik Picheta | 2015-04-23 | 1 | -1/+32 |
|\| |
|
| * | Changing the rule for arrow like operators again. | ReneSac | 2015-04-10 | 1 | -5/+5 |
| * | Restore newline at the end of the file. | ReneSac | 2015-04-09 | 1 | -1/+1 |
| * | Add tests for arrow like ops in tstrongspaces.nim | ReneSac | 2015-04-09 | 1 | -0/+14 |