Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testament: error instead of silently ignore invalid targets; remove ↵ | Timothee Cour | 2020-12-14 | 1 | -1/+1 |
| | | | | | | | | | | | pointless alias target vs targets; document matrix; DRY (#16343) * testament: error instead of silently ignore invalid targets * s/target/targets/ * fix test; refs #16344 * address comments * Update testament/specs.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | injectdestructors fixes and refactor (#14964) | Clyybber | 2020-07-14 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * injectdestructors fixes and refactor * Tiny cleanup * Refactor and expand testcase * Closes #14902 by adding testcase * Better naming * Fix test failures * Misc cleanup * Add testcase for #14968 * Better approach; expand testcases * Optimizations and fixes * Add testcase * typo * Tiny cleanup | ||||
* | progress | Araq | 2020-07-08 | 1 | -1/+1 |
| | |||||
* | Fix #14568 (#14583) | Clyybber | 2020-06-07 | 1 | -0/+1 |
| | | | | | | | * Fix #14568 * Add testcase * Fix bogus test * Adapt other failing tests * Declarations are always first writes | ||||
* | ARC: solves phase ordering problems (#12654) | Andreas Rumpf | 2019-11-14 | 1 | -3/+3 |
| | |||||
* | lift destructor for openarray (#12073) | cooldome | 2019-08-28 | 1 | -1/+16 |
| | | | | * destroy for sink openarray | ||||
* | make tests green again | Andreas Rumpf | 2019-03-05 | 1 | -0/+1 |
| | |||||
* | make megatest green again | Andreas Rumpf | 2019-03-05 | 1 | -0/+1 |
| | |||||
* | make tests green again | Andreas Rumpf | 2019-03-04 | 1 | -14/+13 |
| | |||||
* | isLastRead regression fix (#10463) | cooldome | 2019-01-28 | 1 | -0/+9 |
| | | | | | | * fixes #10462 * add a test | ||||
* | lots of small changes | Arne Döring | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | improve test | Andrii Riabushenko | 2018-12-07 | 1 | -3/+8 |
| | |||||
* | add test | Andrii Riabushenko | 2018-12-05 | 1 | -1/+10 |
| | |||||
* | move moves | Andrii Riabushenko | 2018-11-29 | 1 | -2/+31 |
| | |||||
* | Destructors: more moves for tuples (#9808) | cooldome | 2018-11-27 | 1 | -2/+6 |
| | |||||
* | Destructors: move into nkTupleConstr and move on tuple unpacking (#9776) | cooldome | 2018-11-22 | 1 | -0/+59 |
| | |||||
* | enable destructors for top level statements; needs to be documented | Andreas Rumpf | 2018-09-24 | 1 | -1/+1 |
| | |||||
* | workaround the fact that top level statements currently don't produce ↵ | Araq | 2018-08-21 | 1 | -6/+9 |
| | | | | destructor calls | ||||
* | closes #985 | Araq | 2017-11-29 | 1 | -1/+25 |
| | |||||
* | destructors: harden the test case | Araq | 2017-11-29 | 1 | -1/+4 |
| | |||||
* | destructors: some improvements for bug #4214: object constructors are moved too | Araq | 2017-11-29 | 1 | -0/+32 |