summary refs log tree commit diff stats
path: root/tests/destructor
Commit message (Expand)AuthorAgeFilesLines
* Size ptr tuple (#10846)Arne Döring2019-03-182-0/+83
* revert discard in destroyer (#10840)cooldome2019-03-152-23/+1
* make tests green againAndreas Rumpf2019-03-053-0/+3
* make megatest green againAndreas Rumpf2019-03-059-0/+15
* make tests green againAndreas Rumpf2019-03-047-24/+14
* gc:destructors: progressAndreas Rumpf2019-02-281-1/+64
* discard destroys its argument in-place (#9478)LemonBoy2019-02-231-0/+18
* add tests for recently closed issues (#10722)Miran2019-02-231-1/+2
* gc:destructors: progressAndreas Rumpf2019-02-211-1/+10
* gc:destructors: add first test programAndreas Rumpf2019-02-191-0/+17
* Do not walk into type sub-nodes for cast/conv expr (#10616)LemonBoy2019-02-131-0/+18
* isLastRead regression fix (#10463)cooldome2019-01-281-0/+9
* destructors: first step towards fixing #9617 (#10341)cooldome2019-01-182-0/+23
* destructors: lift type bound operations for case and distinct objects (#10238)cooldome2019-01-101-21/+50
* testament: joinable is now an explicit concept of a test specAndreas Rumpf2018-12-111-0/+1
* lots of small changesArne Döring2018-12-112-3/+6
* use control flow graph for sink paramsAndrii Riabushenko2018-12-091-3/+7
* Double sink checksAndrii Riabushenko2018-12-081-6/+6
* 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
* Fixes multiple bugs with sink arguments (#9802)cooldome2018-11-261-2/+50
* Destructors: move into nkTupleConstr and move on tuple unpacking (#9776)cooldome2018-11-222-8/+72
* fixes #9743Araq2018-11-191-1/+11
* added test case for #9594Araq2018-11-031-0/+31
* Change the order of compilation passes, transformation is made lazy at code g...cooldome2018-10-182-17/+57
* DFA: implement exception handling properlyAndreas Rumpf2018-10-141-13/+33
* destructors: optimize more assignments into moves; also fixes #9294Andreas Rumpf2018-10-124-2/+65
* fixes #9263Andreas Rumpf2018-10-101-0/+117
* don't require an implementation for procs marked with .error; activate the mo...Araq2018-09-291-0/+33
* make t7346 work againAndreas Rumpf2018-09-241-0/+10
* C codegen: support system.move and system.wasMovedAndreas Rumpf2018-09-241-0/+19
* enable destructors for top level statements; needs to be documentedAndreas Rumpf2018-09-242-1/+3
* MoveGanesh Viswanathan2018-09-141-0/+19
* workaround the fact that top level statements currently don't produce destruc...Araq2018-08-211-6/+9
* WIP: strings/seqs based on destructorsAndreas Rumpf2018-07-171-3/+4
* turn destructors into finalizersAndreas Rumpf2018-07-051-0/+22
* more progress on destructors; removed old destructor based code as it proved ...Araq2017-12-014-34/+108
* 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
* destructors: supportsCopyMem finally works for recursive typesAraq2017-10-261-3/+9
* topttree destructor finally worksAraq2017-10-262-7/+9
* destructors: work in progressAraq2017-10-261-6/+7
* don't use .this in tcustomstrings.nimAraq2017-10-251-8/+6
* added broken tbintree testAndreas Rumpf2017-10-191-0/+97
* make nested custom seqs workAndreas Rumpf2017-10-191-1/+13
* destructors: tcustomseqs less embarrassingAndreas Rumpf2017-10-171-4/+9
* destructors: irresponsibly simple tcustomseq test worksAndreas Rumpf2017-10-171-0/+126