summary refs log tree commit diff stats
path: root/tests/gc/cycleleak.nim
Commit message (Expand)AuthorAgeFilesLines
* ARC: ported the GC tests over to --gc:arcAraq2019-11-261-1/+1
* open arrays documented in the manualAraq2013-02-101-3/+17
* first version of a simple mark&sweep GC; activate with --gc:markAndSweepAraq2013-02-071-5/+5
* added 2 GC leak test casesZahary Karadjov2012-11-221-0/+42
.com> 2020-11-18 23:59:17 +0000 committer Darren Bane <darren.bane@gmail.com> 2020-11-18 23:59:17 +0000 Checkpointing from my Mac' href='/dbane/lsp/commit/loot.lsp?id=6e7cdcd4280f5330229ec9c943b9caf090846452'>6e7cdcd ^
e8cd4c3 ^



6e7cdcd ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40