summary refs log tree commit diff stats
path: root/tests/destructor/tmove_objconstr.nim
Commit message (Collapse)AuthorAgeFilesLines
* ARC: solves phase ordering problems (#12654)Andreas Rumpf2019-11-141-3/+3
|
* lift destructor for openarray (#12073)cooldome2019-08-281-1/+16
| | | | * destroy for sink openarray
* make tests green againAndreas Rumpf2019-03-051-0/+1
|
* make megatest green againAndreas Rumpf2019-03-051-0/+1
|
* make tests green againAndreas Rumpf2019-03-041-14/+13
|
* isLastRead regression fix (#10463)cooldome2019-01-281-0/+9
| | | | | | * fixes #10462 * add a test
* lots of small changesArne Döring2018-12-111-1/+1
|
* improve testAndrii Riabushenko2018-12-071-3/+8
|
* add testAndrii Riabushenko2018-12-051-1/+10
|
* move movesAndrii Riabushenko2018-11-291-2/+31
|
* Destructors: more moves for tuples (#9808)cooldome2018-11-271-2/+6
|
* Destructors: move into nkTupleConstr and move on tuple unpacking (#9776)cooldome2018-11-221-0/+59
|
* enable destructors for top level statements; needs to be documentedAndreas Rumpf2018-09-241-1/+1
|
* workaround the fact that top level statements currently don't produce ↵Araq2018-08-211-6/+9
| | | | destructor calls
* closes #985Araq2017-11-291-1/+25
|
* destructors: harden the test caseAraq2017-11-291-1/+4
|
* destructors: some improvements for bug #4214: object constructors are moved tooAraq2017-11-291-0/+32