Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | 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: Fix location (line, col) for diagnostics | ||||
| * | Parser: Test for exact missing ':' location column | Adam Strzelecki | 2015-04-21 | 3 | -0/+39 |
| | | | | | | | | | | This ensures compiler points to the right place when claiming that ':' is missing. | ||||
* | | 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 |
|\| | | | | | | | | | Conflicts: compiler/semstmts.nim | ||||
| * | 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 |
| | | |||||
| * | Added tests for keyword operators in tstrongspaces | ReneSac | 2015-04-08 | 1 | -1/+18 |
| | | | | | | | | Changed one old test to account for the effect of strong spaces on "and" and cia now. | ||||
* | | Get rid of tkUnderscore. Map _ to tkSymbol. | Dominik Picheta | 2015-04-08 | 1 | -0/+3 |
| | | |||||
* | | Implements #2154. | Dominik Picheta | 2015-03-31 | 1 | -0/+18 |
|/ | | | | | When unpacking tuples in var/let declarations a part of the tuple can now be discarded using a single underscore. | ||||
* | fixes long standing parsing issue with command syntax | Araq | 2015-03-22 | 2 | -3/+13 |
| | |||||
* | fixes #1802 | Araq | 2015-03-22 | 1 | -0/+19 |
| | |||||
* | fixes #1805 | Araq | 2015-03-21 | 1 | -0/+19 |
| | |||||
* | fixes #2123 | Araq | 2015-02-14 | 1 | -0/+11 |
| | |||||
* | fixes a small bug concerning semicolons for top level statements | Araq | 2014-12-23 | 1 | -2/+6 |
| | |||||
* | osproc compiles again for haiku | Araq | 2014-03-10 | 1 | -0/+52 |
| | |||||
* | Remove spurious import added in the last commit. | ReneSac | 2014-02-03 | 1 | -1/+1 |
| | |||||
* | Fix optarg() and added two more tests. | ReneSac | 2014-02-03 | 1 | -3/+9 |
| | | | | One for 'do notation' in a single function in an expression, another the trick of using the method call syntax to pass two parameters. | ||||
* | cleaned up command expressions | Araq | 2014-02-02 | 1 | -5/+10 |
| | |||||
* | next steps for closure iterators | Araq | 2014-01-22 | 2 | -0/+50 |
| | |||||
* | parser support anon iterators | Araq | 2014-01-20 | 2 | -0/+32 |
| | |||||
* | command syntax is allowed in expressions | Araq | 2014-01-20 | 1 | -0/+12 |