Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes more nil handling regressions | Araq | 2018-08-13 | 1 | -9/+9 |
| | |||||
* | Resolve converter call to constants in case arms (#8336) | LemonBoy | 2018-07-16 | 1 | -0/+10 |
| | | | Fixes #8333 | ||||
* | Reject enums with holes when computedGoto is used (#8132) | LemonBoy | 2018-06-27 | 1 | -0/+15 |
| | | | Fixes #7699 | ||||
* | Fixes #7407 (#7427) | cooldome | 2018-04-06 | 1 | -5/+14 |
| | |||||
* | Improve semchecking for duplicate cases in case statements (#7176) | Oscar Nihlgård | 2018-02-24 | 1 | -0/+50 |
| | | | | | | | | * Improve semchecking for duplicate cases in case statements * Revert to previous solution * Improve test | ||||
* | make more tests green | Araq | 2018-02-10 | 1 | -1/+1 |
| | |||||
* | Implement language feature #6885 (#6954) | cooldome | 2017-12-24 | 1 | -0/+59 |
| | |||||
* | the parser finally parses 'echo {1,2}' as it should | Andreas Rumpf | 2017-09-30 | 1 | -1/+1 |
| | |||||
* | use 'using' instead of 'sig' keyword; cleans up new features a bit | Andreas Rumpf | 2016-02-29 | 1 | -1/+1 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 4 | -8/+8 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | made test green | Araq | 2015-03-25 | 1 | -2/+3 |
| | |||||
* | Allow empty sets in case/of branches. | Hans Raaf | 2015-02-24 | 1 | -0/+24 |
| | | | | | | | Added support for conditional compilation using 'when' with empty sets and arrays in 'case of' branches. Please enter the commit message for your changes. Lines starting | ||||
* | make tests green | Araq | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | fixes #1103; fixes #1297 | Araq | 2014-07-08 | 1 | -0/+19 |
| | |||||
* | Changed tests and tools to use 'discard' statements instead of 'nil' for ↵ | Clay Sweetser | 2014-02-15 | 1 | -2/+2 |
| | | | | empty blocks. | ||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 7 | -0/+189 |