summary refs log tree commit diff stats
path: root/tests/arc
Commit message (Collapse)AuthorAgeFilesLines
* [backport] pseudorandom probing for hash collision (#13418)Timothee Cour2020-02-191-1/+1
|
* fixes #13368 (#13397)cooldome2020-02-141-0/+11
|
* fixes #13314 (#13372)Andreas Rumpf2020-02-091-1/+25
|
* 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