Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #22132; hoisted openArray params result in erroneous code (#22224) | ringabout | 2023-07-05 | 1 | -0/+18 |
| | |||||
* | fixes #20422; emit nimPrepareStrMutationV2 for toOpenArray to keep th… ↵ | Andreas Rumpf | 2023-03-02 | 1 | -0/+12 |
| | | | | | (#21459) fixes #20422; emit nimPrepareStrMutationV2 for toOpenArray to keep the abstraction of mutable strings which have immutable string literals | ||||
* | fixes #20954; bounchecks for len(toOpenArray()) [backport] (#20956) | ringabout | 2022-12-05 | 1 | -0/+16 |
| | | | | | * bounchecks for len(toOpenArray()) * add a testcase | ||||
* | fix #18627(Program segfaults with ARC when using openArray[string]) (#18713) | flywind | 2021-08-19 | 1 | -0/+24 |
* fix #18627 * add testcase * rename * another * remove tyVarargs |