summary refs log tree commit diff stats
path: root/tests/arc/tdup.nim
Commit message (Collapse)AuthorAgeFilesLines
* lift the `=dup` hook (#21903)ringabout2023-06-021-3/+4
| | | | | | * fixes tests again * remove helper functions * fixes closures, owned refs * final cleanup
* adds documentation for `=wasMoved` and `=dup` hooks and small fixes (#21827)ringabout2023-05-111-1/+1
| | | | | | | | | | | * adds documentation for `=wasMoved` and `=dup` hooks and small fixes * Update doc/destructors.md * Update doc/destructors.md --------- Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* implement `=dup` hook eliminating `wasMoved` and `=copy` pairs (#21586)ringabout2023-05-061-0/+70
* import `=dup` hook eliminating `wasMoved` and `=copy` pairs * add dup * add a test for dup * fixes documentation * fixes signature * resolve comments * fixes tests * fixes tests * clean up