Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #7637; assignments are not allowed to slice object; minor breaking change | Andreas Rumpf | 2018-04-21 | 3 | -13/+34 |
| | |||||
* | avoid creating temporary in genObjConstr if possible (#7032) | jcosborn | 2018-01-11 | 2 | -1/+13 |
| | |||||
* | Improved collection-to-string behavior (#6825) | Fabian Keller | 2017-12-14 | 1 | -10/+10 |
| | |||||
* | fixes #6294 | Araq | 2017-09-05 | 1 | -1/+37 |
| | |||||
* | Fix typo (#6236) | Daniil Yarancev | 2017-08-12 | 1 | -1/+1 |
| | |||||
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 1 | -1/+1 |
| | |||||
* | fixes #5892 | Araq | 2017-07-17 | 1 | -0/+19 |
| | |||||
* | fixes #4763 | Araq | 2017-07-17 | 1 | -0/+32 |
| | |||||
* | fixes #4673 | Andreas Rumpf | 2016-09-01 | 1 | -0/+13 |
| | |||||
* | make test green again (code was wrong, but not detected by compiler) | Andreas Rumpf | 2016-04-30 | 1 | -1/+1 |
| | |||||
* | fixes regression: tobjconstr2 test works again | Araq | 2015-10-14 | 1 | -1/+1 |
| | |||||
* | fix test failure due to "illegal recursion" error message | Aman Gupta | 2015-10-01 | 1 | -1/+1 |
| | | | | | | | | | | FAIL: tillegal_recursion.nim Test "tests/objects/tillegal_recursion.nim" in category "objects" Failure: reMsgsDiffer Expected: illegal recursion in type 'object' Gotten: inheritance only works with non-final objects | ||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 7 | -17/+17 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | fixes #3038 | Araq | 2015-07-03 | 1 | -0/+28 |
| | |||||
* | renamed writeln to writeLine in tests | patrick dw | 2015-06-19 | 2 | -13/+13 |
| | |||||
* | fixes #1658 | Araq | 2015-04-11 | 1 | -0/+15 |
| | |||||
* | fixes #1691 | Araq | 2015-04-11 | 1 | -0/+7 |
| | |||||
* | fixes #2509 | Araq | 2015-04-11 | 1 | -0/+19 |
| | |||||
* | fixes #1791 | Araq | 2015-03-12 | 1 | -13/+13 |
| | |||||
* | some love for the testsuite; fixed regressions | Araq | 2015-03-01 | 1 | -0/+3 |
| | |||||
* | cleanup index generation | Araq | 2015-02-10 | 1 | -0/+27 |
| | |||||
* | fixes #837 | Araq | 2014-11-21 | 2 | -6/+34 |
| | |||||
* | fixes #1053, fixes #924 | Araq | 2014-11-19 | 1 | -0/+55 |
| | |||||
* | fixes #1274 | Araq | 2014-11-18 | 1 | -0/+16 |
| | |||||
* | further adaptations | Araq | 2014-08-29 | 1 | -1/+1 |
| | |||||
* | fixes #1275 | Araq | 2014-07-01 | 1 | -0/+12 |
| | |||||
* | Added support for {.packed.} pragma on objects | Audun Wilhelmsen | 2014-03-18 | 1 | -0/+49 |
| | | | | Added tests for packed and union pragmas | ||||
* | next steps for closure iterators | Araq | 2014-01-22 | 9 | -0/+280 |
| | |||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 1 | -0/+52 |