Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hrm, the new errors highlighted some code that seems to be broken | Zahary Karadjov | 2020-04-01 | 1 | -1/+1 |
| | | | | | | New issue: since `Table[A, B]` allocates its backing storage with `newSeq[KeyValuePair[A, B]]`, it's no longer legal to create a table with `not nil` types used as either keys or values. | ||||
* | revert discardable transformation (#10905) | Andreas Rumpf | 2019-04-21 | 1 | -0/+20 |
| | | | | | | | | | | * Revert "Properly wrap discarded statements (#10322)" This reverts commit 15584879b91e14565156ca140eef1dc100cf34c4. * add test for implicit discard after defer * enable t10241 again * make C++ tests green again | ||||
* | fix off by 1 error in `col` shown by toFileLineCol (#10138) | Timothee Cour | 2018-12-31 | 1 | -1/+1 |
| | | | | | * fix off by 1 error in `col` shown by toFileLineCol * fix test failures | ||||
* | lots of small changes | Arne Döring | 2018-12-11 | 1 | -0/+3 |
| | |||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 3 | -3/+3 |
| | |||||
* | updated tests to be executed | Arne Döring | 2018-11-23 | 1 | -0/+7 |
| | |||||
* | fix #9726 (#9765) | Arne Döring | 2018-11-20 | 1 | -0/+8 |
| | |||||
* | add illegal discard test | Arne Döring | 2018-11-08 | 1 | -0/+9 |
| | |||||
* | fixes #9076 | Araq | 2018-09-26 | 1 | -0/+22 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | more chatty error message for the 'discard' checking | Andreas Rumpf | 2018-02-05 | 1 | -1/+1 |
| | |||||
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 1 | -1/+1 |
| | |||||
* | compiler: better error messages (#5613) | Andreas Rumpf | 2017-03-26 | 2 | -3/+3 |
| | |||||
* | fixes #1528 | Araq | 2015-09-10 | 1 | -0/+12 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 2 | -4/+4 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | fixes #942 | Araq | 2014-03-05 | 1 | -0/+16 |
| | |||||
* | made some tests green; htmlgen still broken | Araq | 2014-02-25 | 1 | -1/+1 |
| | |||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 2 | -0/+25 |