summary refs log tree commit diff stats
path: root/tests/destructor/tfinalizer.nim
Commit message (Collapse)AuthorAgeFilesLines
* Small improvements for string and char repr with gc:arc (#14400)Clyybber2020-05-201-1/+1
| | | | | * Small improvements for string and char repr with gc:arc * Fix test
* Repr v2 progress (#13268)cooldome2020-01-281-1/+1
| | | | | | | | | | * progress on repr_v2 * repr progress * add ref objects with distrinct * fix failing tests
* fixes #13112 (#13127)Andreas Rumpf2020-01-131-0/+6
| | | | | | * improve line error information * fixes #13112
* more arc features (#13098)Andreas Rumpf2020-01-101-0/+25
* config update * ARC now supports 'repr' and 'new' with finalizers is supported