summary refs log tree commit diff stats
path: root/tests/destructor/tcustomstrings.nim
Commit message (Collapse)AuthorAgeFilesLines
* remove {.this.} pragma, deprecated since 0.19 (#20201)metagn2022-08-231-11/+9
| | | Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * deprecate unsafeAddr; extend addr addr is now available for all addressable locations, unsafeAddr is deprecated and become an alias for addr * follow @Vindaar's advice * change the signature of addr * unsafeAddr => addr (stdlib) * Update changelog.md * unsafeAddr => addr (tests) * Revert "unsafeAddr => addr (stdlib)" This reverts commit ab83c99c507048a8396e636bf22d55fdd84d7d1c. * doc changes; thanks to @konsumlamm Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
* make megatest green againAndreas Rumpf2019-03-051-0/+1
|
* make tests green againAndreas Rumpf2019-03-041-1/+0
|
* topttree destructor finally worksAraq2017-10-261-4/+6
|
* don't use .this in tcustomstrings.nimAraq2017-10-251-8/+6
|
* destructors: lift type bound ops to objects and arrays etcAndreas Rumpf2017-10-171-1/+4
|
* new destroyer pass works with procs tooAndreas Rumpf2017-10-131-3/+2
|
* added a test case for --newruntimeAndreas Rumpf2017-10-131-0/+97