summary refs log tree commit diff stats
path: root/tests/arc/tarcmisc.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #24141; Calling algorithm reverse causes a SIGSEGV on ORC (#24142)ringabout2024-09-191-0/+14
* fixes #23973; fixes #23974; Memory corruption with lent and ORC (#23981)ringabout2024-08-201-0/+31
* fixes #23907; Double destroy using proc type alias with a sink (#23909)ringabout2024-08-111-0/+23
* fixes #23627; Simple destructor code gives invalid C (#23631)ringabout2024-05-211-5/+29
* fixes #23524; global variables cannot be analysed when injecting `move` (#23529)ringabout2024-04-241-0/+15
* fixes #23505; fixes injectdestructors errors on transformed addr (deref) refs...ringabout2024-04-181-0/+13
* fixes #22923; fixes `=dup` issues (#23182)ringabout2024-01-111-0/+26
* fixes #19250; fixes #22259; ORC AssertionDefect not containsManagedMemory(n.t...ringabout2023-10-131-0/+53
* fixes #22664; guard against potential seqs self assignments (#22671)ringabout2023-09-081-0/+21
* fixes #21617; createTypeBoundOps with PContext in order to instantiate generi...ringabout2023-04-071-0/+6
* fixes #21592; create type bound operations for calls in the method dispatcher...ringabout2023-04-011-0/+11
* fixes #19857; Exception raised in closure may be "skipped" in ORC (#21530)ringabout2023-03-161-0/+39
* fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...ringabout2023-02-221-2/+2
* fixes a long-standing ARC bug (#20849)ringabout2022-11-161-0/+12
* Arc global (#20768)Bung2022-11-061-1/+1
* Revert "fix arc global variable issues" (#20764)ringabout2022-11-051-1/+1
* fix arc global variable issues (#20759)Bung2022-11-051-1/+1
* closes #9401; add testcase (#20507)ringabout2022-10-061-0/+49
* fixes an old ARC bug: the produced copy/sink operations don't copy the hidden...Andreas Rumpf2021-12-091-0/+15
* close #17319; add testcase (#18934)flywind2021-10-011-0/+19
* add testcase for #7308 (#18849)flywind2021-09-141-11/+0
* fixes #16246 (#18800)Andreas Rumpf2021-09-041-0/+11
* added `nimAllocPagesViaMalloc` switch (#18490)Andreas Rumpf2021-07-151-1/+1
* fixes #18030 (#18415)Andreas Rumpf2021-07-011-0/+30
* Fix #17712 (#17873)Clyybber2021-04-271-0/+11
* Fix #17199 (#17348)Clyybber2021-03-261-0/+32
* use doAssert in tests (#16486)flywind2020-12-281-2/+2
* Fix #15599 (#15601)Clyybber2020-10-161-1/+13
* fix #15405. deepcopy arc (#15410)cooldome2020-10-011-1/+32
* fixes #15122 [backport:1.2] (#15139)Andreas Rumpf2020-08-011-0/+28
* fixes #15038 [backport:1.2]Andreas Rumpf2020-07-261-0/+26
* fixes #15052Andreas Rumpf2020-07-261-0/+11
* fixes #15044 [backport:1.2]Andreas Rumpf2020-07-231-0/+18
* Add a testcase for #14480. Fixes #14480 (#15037)Danil Yarantsev2020-07-221-0/+7
* Fix #14994 (#14996)Clyybber2020-07-151-0/+14
* injectdestructors fixes and refactor (#14964)Clyybber2020-07-141-2/+36
* Fix #14396 (#14793)Clyybber2020-07-041-26/+26
* scoped memory management (#14790)Andreas Rumpf2020-07-041-0/+36
* fixes #14495 [backport:1.2] (#14496)Andreas Rumpf2020-05-291-5/+43
* fix #14333 (#14336)cooldome2020-05-131-1/+17
* fix #14243 (#14257)cooldome2020-05-071-1/+15
* fix #14236 (#14250)cooldome2020-05-071-0/+16
* destructors: don't produce stupid code for 'cast' (#14208) [backport:1.2]Andreas Rumpf2020-05-041-0/+14
* fixes #14079 [backport:1.2] (#14163)Andreas Rumpf2020-04-291-2/+12
* fixes #14003 (#14006) [backport:1.2]cooldome2020-04-171-0/+17
* fixes #13810 (#13821)cooldome2020-03-311-1/+22
* fixes #13691 (#13694)Andreas Rumpf2020-03-191-0/+29