summary refs log tree commit diff stats
path: root/tests/arc
Commit message (Expand)AuthorAgeFilesLines
* fixes #22237; fixes #21160; wrong cursor on unowned parameters in the for loo...ringabout2023-07-101-0/+55
* fixes #22175 (#22229)Andreas Rumpf2023-07-061-0/+12
* fixes #22132; hoisted openArray params result in erroneous code (#22224)ringabout2023-07-051-0/+18
* fix controlflow test (#22194)Jacek Sieka2023-06-301-1/+1
* fixes #22001 (#22177)Andreas Rumpf2023-06-271-0/+22
* adds =destroy T support for strings and seqs (#22167)ringabout2023-06-271-1/+1
* fixes #22058; invalid free with {.noSideEffect.} in template (#22088)ringabout2023-06-131-0/+16
* fixes #21987; don't create type bound ops for anything in a function with a `...ringabout2023-06-041-0/+48
* lift the `=dup` hook (#21903)ringabout2023-06-023-15/+10
* fixes #21974; fixes sameConstant fieldDefect (#21981)ringabout2023-06-011-0/+30
* close #19990; adds a test case (#21853)ringabout2023-05-151-0/+14
* adds documentation for `=wasMoved` and `=dup` hooks and small fixes (#21827)ringabout2023-05-111-1/+1
* make ORC threadlocal, take two (#21818)Andreas Rumpf2023-05-102-2/+2
* revert #21799 and #21802 which don't pass the tests (#21804)ringabout2023-05-072-2/+2
* implement `=dup` hook eliminating `wasMoved` and `=copy` pairs (#21586)ringabout2023-05-062-2/+71
* ORC: make rootsThreshold thread local [backport] (#21799)Andreas Rumpf2023-05-062-2/+2
* 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
* tuple unpacking for vars as just sugar, allowing nesting (#21563)metagn2023-03-281-0/+30
* fixes #20993 [backport:1.6] (#21574)Andreas Rumpf2023-03-281-0/+41
* fixes #14255; Crash in compiler when using `system.any` by accident. (#21562)ringabout2023-03-231-1/+4
* fix #18977; disallow change branch of an object variant in ORC (#21526)ringabout2023-03-163-18/+59
* fixes #19857; Exception raised in closure may be "skipped" in ORC (#21530)ringabout2023-03-161-0/+39
* fixes #21023; Segfault when mixing seqs, orc, variants and futures (#21497)ringabout2023-03-101-0/+61
* fixes #20422; emit nimPrepareStrMutationV2 for toOpenArray to keep th… (#21...Andreas Rumpf2023-03-021-0/+12
* fixes #19291; implements `wasMoved` hook (#21303)ringabout2023-03-023-17/+23
* fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...ringabout2023-02-221-2/+2
* fixes #21171; dynamic acyclic refs need to use dyn decRef (#21184)ringabout2022-12-281-0/+77
* fix #20588 (#21104)Bung2022-12-151-0/+22
* fixes #20954; bounchecks for len(toOpenArray()) [backport] (#20956)ringabout2022-12-051-0/+16
* rename `std/threads` to `std/typedthreads` (#20850)ringabout2022-11-161-1/+1
* fixes a long-standing ARC bug (#20849)ringabout2022-11-161-0/+12
* support `UncheckedArray[T]` in repr_v2.nim (#20816)Derek 呆2022-11-111-0/+8
* fix topt_no_cursor.nim (#20791)Bung2022-11-091-11/+22
* Arc global (#20768)Bung2022-11-062-1/+47
* Revert "fix arc global variable issues" (#20764)ringabout2022-11-051-1/+1
* fix arc global variable issues (#20759)Bung2022-11-051-1/+1
* put std/threads under the umbrella of nimPreviewSlimSystem (#20711)ringabout2022-10-311-0/+3
* fixes #20572 (#20585)Andreas Rumpf2022-10-171-0/+29
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-111-1/+1
* closes #9401; add testcase (#20507)ringabout2022-10-061-0/+49
* closes #11267; closes #11259; closes #11085; add testcases (#20505)ringabout2022-10-061-0/+12
* fixes #19231; newFinalize doesn't work with ORC (#20291)ringabout2022-10-051-0/+18
* [ARC] fixes #18645; C Compiler error when initializing {.global.} with a bloc...ringabout2022-10-031-0/+18
* fixes nim check with orc (#20456)ringabout2022-10-021-0/+7
* move widestrs out of system (#20462)metagn2022-10-011-0/+2
* new move analyser2 (#20471)Andreas Rumpf2022-10-012-3/+24
* Update message for checking `cast` (#20145)konsumlamm2022-09-282-2/+2
* fixes #19457 seqs are not properly updated in loop with ARC/ORC (#19922)ringabout2022-09-282-15/+38
* fixes #19401; fixes #19402; rework Forward declaration and finalizer for ORC ...ringabout2022-09-272-0/+64