summary refs log tree commit diff stats
path: root/tests/destructor/tnonvardestructor.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` (...ringabout2023-11-251-2/+29
* fixes #22197; Distinct ref objects + destructor cause C++ codegen error (#22207)ringabout2023-07-021-1/+26
* allow destructors to accept non var parameters; deprecate `proc =destroy(x: v...ringabout2023-06-211-0/+195