summary refs log tree commit diff stats
path: root/tests/arc
Commit message (Collapse)AuthorAgeFilesLines
* fixes #13269 (#13344)Andreas Rumpf2020-02-071-0/+14
|
* Fixed codegen for constant cstring with --gc:arc (#13326)Ico Doornekamp2020-02-041-0/+16
| | | | | | * Fixed codegen for constant cstring with --gc:arc, fixes #13321 * Added test for #13321
* Repr v2 progress (#13268)cooldome2020-01-281-0/+34
| | | | | | | | | | * progress on repr_v2 * repr progress * add ref objects with distrinct * fix failing tests
* ARC works for async on Windows (#13179)Andreas Rumpf2020-01-171-0/+69
|
* ARC: misc bugfixes (#13156)Andreas Rumpf2020-01-152-0/+210
* fixes #13102 * closes #13149 * ARC: fixes a move optimizer bug (there are more left regarding array and tuple indexing) * proper fix; fixes #12957 * fixes yet another case object '=' code generation problem