summary refs log tree commit diff stats
path: root/tests/destructor
Commit message (Expand)AuthorAgeFilesLines
* fixes #13457 (#13458)Andreas Rumpf2020-02-211-1/+8
* Repr v2 progress (#13268)cooldome2020-01-281-1/+1
* ARC: remove unnecessary codeAraq2020-01-261-4/+3
* contributing docs: symbols need package prefix; changed allocStats to nimAllo...Timothee Cour2020-01-258-8/+8
* Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0....Ico Doornekamp2020-01-239-56/+31
* fixes #13195 (#13198)cooldome2020-01-201-0/+25
* Revert "fixes #13195"Andrii Riabushenko2020-01-191-25/+0
* revert last commitAndrii Riabushenko2020-01-191-0/+25
* more on arc codegen (#13178)cooldome2020-01-191-1/+20
* make sink operator optional (#13068)cooldome2020-01-172-12/+4
* Working towards arc codegen (#13153)cooldome2020-01-161-0/+57
* fixes #13105 (#13138)Andreas Rumpf2020-01-141-0/+18
* fixes #13119 (#13128)Andreas Rumpf2020-01-141-0/+12
* fixes #13112 (#13127)Andreas Rumpf2020-01-131-0/+6
* more arc features (#13098)Andreas Rumpf2020-01-101-0/+25
* fixes #13070Araq2020-01-101-0/+40
* Continue #13002 (#13021)Clyybber2020-01-061-1/+1
* fixes #12964 (#13027)Andreas Rumpf2020-01-041-0/+14
* Fixes #13026 (#13028)cooldome2020-01-041-1/+83
* fixes #12961 (#13019)Andreas Rumpf2020-01-031-0/+11
* fixes #12978 (#13012)Andreas Rumpf2020-01-031-1/+24
* Sink to MemMove optimization in injectdestructors (#13002)cooldome2020-01-021-1/+1
* --exception:goto switch for deterministic exception handling (#12977)Andreas Rumpf2020-01-013-0/+228
* fixes #12989 (#12992)cooldome2019-12-312-1/+10
* fixes #12965 (#12991)Andreas Rumpf2019-12-311-0/+4
* Revert "fixes #12989"Andrii Riabushenko2019-12-311-9/+0
* fixes #12989Andrii Riabushenko2019-12-311-0/+9
* fixes #12826Araq2019-12-241-0/+33
* fixes #12899 (#12921)Andreas Rumpf2019-12-181-1/+25
* ARC: cycle detector (#12823)Andreas Rumpf2019-12-1716-16/+299
* Fixes #12883 (#12894)cooldome2019-12-131-1/+34
* fixes #12882 (#12889)cooldome2019-12-131-0/+18
* ARC: fixes cycle detection and move the .cursor attribute into closures (#12872)Andreas Rumpf2019-12-111-0/+54
* ARC: yet another bugfix (#12871)Andreas Rumpf2019-12-101-0/+11
* fixes #12827 (#12829) [backport]cooldome2019-12-101-0/+17
* fixes #12820 (#12828)cooldome2019-12-091-0/+7
* fixes #12821 (#12822)cooldome2019-12-061-0/+16
* ARC related bugfixes and refactorings (#12781)Andreas Rumpf2019-12-053-1/+77
* fixes #12669Araq2019-11-291-0/+75
* fixes #12766Araq2019-11-292-0/+84
* ARC: ported the GC tests over to --gc:arcAraq2019-11-261-1/+1
* Revert "ARC: another critical bugfix; temporary tuples we introduce for tuple...narimiran2019-11-241-1/+1
* ARC: another critical bugfix; temporary tuples we introduce for tuple unpacka...Araq2019-11-221-1/+1
* ARC: yet another silly bugfixAraq2019-11-221-0/+29
* more arc improvements (#12690)Andreas Rumpf2019-11-201-2/+15
* ARC: closure bugfixes (#12677)Andreas Rumpf2019-11-181-0/+19
* ARC: fixes leaking new() statement (#12665)Andreas Rumpf2019-11-151-0/+9
* ARC: solves phase ordering problems (#12654)Andreas Rumpf2019-11-141-3/+3
* ARC: closure inside object constructor now worksAraq2019-11-132-2/+15
* .cursor implementation (#12637)Andreas Rumpf2019-11-121-0/+38