Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARC: cycle detector (#12823) | Andreas Rumpf | 2019-12-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | * first implementation of the =trace and =dispose hooks for the cycle collector * a cycle collector for ARC: progress * manual: the .acyclic pragma is a thing once again * gcbench: adaptations for --gc:arc * enable valgrind tests for the strutils tests * testament: better valgrind support * ARC refactoring: growable jumpstacks * ARC cycle detector: non-recursive algorithm * moved and renamed core/ files back to system/ * refactoring: --gc:arc vs --gc:orc since 'orc' is even more experimental and we want to ship --gc:arc soonish | ||||
* | fixes #12827 (#12829) [backport] | cooldome | 2019-12-10 | 1 | -0/+17 |
| | |||||
* | fixes #12051 | Araq | 2019-09-10 | 1 | -2/+21 |
| | |||||
* | sink as lvalue | Andrii Riabushenko | 2019-09-02 | 1 | -0/+13 |
| | |||||
* | fixes #11833 (#12018) | Andreas Rumpf | 2019-08-24 | 1 | -0/+8 |
| | |||||
* | fixes #11844 (#11935) | Andreas Rumpf | 2019-08-13 | 1 | -1/+1 |
| | |||||
* | fixes #10689 | Araq | 2019-08-12 | 1 | -0/+17 |
| | |||||
* | fixes #11254 | Araq | 2019-08-12 | 1 | -0/+6 |
| | |||||
* | fixes #11891 | Andreas Rumpf | 2019-08-10 | 1 | -0/+6 |
| | |||||
* | fixes #11807 (#11900) | Andreas Rumpf | 2019-08-07 | 1 | -0/+50 |
* fixes #11807 * make tests green again |