summary refs log tree commit diff stats
path: root/tests/destructor/tarc.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #14983 (#15320)Andreas Rumpf2020-09-251-1/+14
| | | | | | | | | * fixes #14983 * allow bootstrapping with 0.20 * added a test case for the new system.add with a sink parameter * make npeg green again
* fix #14294 (#14301)cooldome2020-05-111-1/+25
| | | | | | | * fix #14294 * fix orc as well Co-authored-by: cooldome <ariabushenko@bk.ru>
* fixes #13105 (#13138)Andreas Rumpf2020-01-141-0/+18
|
* fixes #13119 (#13128)Andreas Rumpf2020-01-141-0/+12
| | | | | * fixes #13119 * fixes a regression
* fixes #12964 (#13027)Andreas Rumpf2020-01-041-0/+14
|
* ARC: yet another bugfix (#12871)Andreas Rumpf2019-12-101-0/+11
|
* more arc improvements (#12690)Andreas Rumpf2019-11-201-0/+92
* ARC: bugfix for =destroy for inherited objects * added code useful for debugging