summary refs log tree commit diff stats
path: root/tests/arc/topt_no_cursor.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` (...ringabout2023-11-251-1/+1
* items, pairs and friends now use `unCheckedInc` (#22729)ringabout2023-09-201-0/+4
* round out tuple unpacking assignment, support underscores (#22537)metagn2023-08-241-4/+4
* adds =destroy T support for strings and seqs (#22167)ringabout2023-06-271-1/+1
* lift the `=dup` hook (#21903)ringabout2023-06-021-10/+5
* make ORC threadlocal, take two (#21818)Andreas Rumpf2023-05-101-1/+1
* revert #21799 and #21802 which don't pass the tests (#21804)ringabout2023-05-071-1/+1
* implement `=dup` hook eliminating `wasMoved` and `=copy` pairs (#21586)ringabout2023-05-061-2/+1
* ORC: make rootsThreshold thread local [backport] (#21799)Andreas Rumpf2023-05-061-1/+1
* fixes #19291; implements `wasMoved` hook (#21303)ringabout2023-03-021-9/+10
* fix topt_no_cursor.nim (#20791)Bung2022-11-091-11/+22
* new move analyser2 (#20471)Andreas Rumpf2022-10-011-1/+1
* fixes #19724; don't be aggressive when you infer sink parameters (#20314)Andreas Rumpf2022-09-121-3/+3
* Add improved Windows UNC path support in std/os (#20281)havardjohn2022-09-031-21/+14
* [Testament] Extend and document message testing aids (#19996)quantimnot2022-09-011-1/+1
* fixes #18287 (#18346)Andreas Rumpf2021-06-251-1/+50
* ORC: cursor inference bugfix (#17973)Andreas Rumpf2021-05-081-1/+46
* Fix #16437 (#17277)Clyybber2021-03-061-1/+2
* ARC Analysis in one pass v3 (#17068)Clyybber2021-02-171-1/+1
* fixes #17033 [backport:1.4] (#17061)Andreas Rumpf2021-02-171-2/+84
* Revert "ARC: Analysis in one pass v2 (#17000)" (#17046)Clyybber2021-02-151-1/+1
* ARC: Analysis in one pass v2 (#17000)Clyybber2021-02-101-1/+1
* Revert "ARC Analysis in one pass (#16849)" (#16984)Clyybber2021-02-091-1/+1
* ARC Analysis in one pass (#16849)Clyybber2021-02-091-1/+1
* fixes #16069; [backport:1.2] [backport:1.4] (#16115)Andreas Rumpf2020-11-241-1/+1
* renamed '=' to '=copy' [backport:1.2] (#15585)Andreas Rumpf2020-10-151-6/+6
* cursor inference: makes combparser work; refactorings (#15411)Andreas Rumpf2020-09-261-2/+4
* fixes #15361 (#15401)Andreas Rumpf2020-09-241-2/+2
* fixes #15147 (#15315)Andreas Rumpf2020-09-121-0/+21
* fixes #15130 (#15141)Andreas Rumpf2020-08-011-2/+75
* cursor and mutation tracking fixes (#15113)Andreas Rumpf2020-07-301-5/+8
* cursor inference bugfixAndreas Rumpf2020-07-201-2/+62
* An optimizer for ARC (#14962)Andreas Rumpf2020-07-151-0/+37