Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Automatic dereferencing is removed (#20531) | ringabout | 2022-10-10 | 1 | -0/+15 |
| | |||||
* | less test time costs (#20479) | Bung | 2022-10-02 | 1 | -3/+2 |
| | |||||
* | remove some noises in tests (#16448) | flywind | 2020-12-27 | 1 | -7/+3 |
| | |||||
* | make megatest consistent with unjoined tests wrt newlines, honor newlines in ↵ | Timothee Cour | 2020-11-28 | 1 | -1/+1 |
| | | | | | | | output spec (#16151) * fix megatest newlines * still allow missing trailing newline for now but in a more strict way than before | ||||
* | fix #14698 nkRecWhen caused internalAssert in semConstructFields when ↵ | Timothee Cour | 2020-07-27 | 1 | -0/+20 |
| | | | | | | | | | | | generic type not mentioned in fields (#14709) * fix #14698 nkRecWhen caused internalAssert in semConstructFields when generic type not mentioned in fields * address comment * Update compiler/semtypinst.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | fixes #10195 | Araq | 2019-02-19 | 1 | -0/+5 |
| | |||||
* | fixes #10203 (#10290) | Andreas Rumpf | 2019-01-15 | 1 | -0/+20 |
| | | | | | | * fixes #10203 * make typredef test green again * fixes the regressions differently | ||||
* | make run the default action of a test in tester | Arne Döring | 2018-11-23 | 1 | -0/+4 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -1/+1 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | next steps for closure iterators | Araq | 2014-01-22 | 1 | -0/+15 |