Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use strictdefs for compiler (#22365) | ringabout | 2023-08-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * wip; use strictdefs for compiler * checkpoint * complete the chores * more fixes * first phase cleanup * Update compiler/bitsets.nim * cleanup | ||||
* | fixes a long-standing ARC bug (#20849) | ringabout | 2022-11-16 | 1 | -2/+6 |
| | | | | | * fixes an ARC bug * add a testcase | ||||
* | new move analyser2 (#20471) | Andreas Rumpf | 2022-10-01 | 1 | -0/+124 |
* produce better code for closure environment creation * new 'first write' analysis; * scope based move analyser * code cleanup Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com> |