summary refs log tree commit diff stats
path: root/tests/destructor/tarc3.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #13195 (#13198)cooldome2020-01-201-0/+25
| | | | | | | | * fixes #13195 * extra fix * fix typo
* Revert "fixes #13195"Andrii Riabushenko2020-01-191-25/+0
| | | | This reverts commit cd7904f2b29e623998a1d32ee726d000f56fc5ce.
* revert last commitAndrii Riabushenko2020-01-191-0/+25
|
* more on arc codegen (#13178)cooldome2020-01-191-1/+20
| | | | | | | | | | | | * arc codegen for union type * add more tests * fix offsetof * fix tsizeof test * fix style
* Working towards arc codegen (#13153)cooldome2020-01-161-0/+57
fixes #13029