Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [backport] pseudorandom probing for hash collision (#13418) | Timothee Cour | 2020-02-19 | 1 | -1/+1 |
| | |||||
* | fixes #13368 (#13397) | cooldome | 2020-02-14 | 1 | -0/+11 |
| | |||||
* | fixes #13314 (#13372) | Andreas Rumpf | 2020-02-09 | 1 | -1/+25 |
| | |||||
* | fixes #13269 (#13344) | Andreas Rumpf | 2020-02-07 | 1 | -0/+14 |
| | |||||
* | Fixed codegen for constant cstring with --gc:arc (#13326) | Ico Doornekamp | 2020-02-04 | 1 | -0/+16 |
| | | | | | | * Fixed codegen for constant cstring with --gc:arc, fixes #13321 * Added test for #13321 | ||||
* | Repr v2 progress (#13268) | cooldome | 2020-01-28 | 1 | -0/+34 |
| | | | | | | | | | | * progress on repr_v2 * repr progress * add ref objects with distrinct * fix failing tests | ||||
* | ARC works for async on Windows (#13179) | Andreas Rumpf | 2020-01-17 | 1 | -0/+69 |
| | |||||
* | ARC: misc bugfixes (#13156) | Andreas Rumpf | 2020-01-15 | 2 | -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 |