summary refs log tree commit diff stats
path: root/tests/destructor/tbintree2.nim
Commit message (Expand)AuthorAgeFilesLines
* don't introduce 'dispose', use '=dispose', fixes #17003 [backport:1.4] (#17062)Andreas Rumpf2021-02-171-1/+1
* fix #14421 items uses lent T (#14447)Timothee Cour2020-05-291-1/+1
* contributing docs: symbols need package prefix; changed allocStats to nimAllo...Timothee Cour2020-01-251-1/+1
* Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0....Ico Doornekamp2020-01-231-6/+4
* ARC: cycle detector (#12823)Andreas Rumpf2019-12-171-1/+1
* [bugfix] system.nim: make pop work with --newruntimeAndreas Rumpf2019-06-201-0/+103
> 2016-05-30 15:07:19 +0200 committer Andreas Rumpf <rumpf_a@web.de> 2016-05-30 16:24:52 +0200 moved random procs from math to its own module (breaking change)' href='/ahoang/Nim/commit/tests/stdlib/tunittest.nim?h=devel&id=95bb19a57938b75a58169f816856be0cad4474b9'>95bb19a57 ^
464ec61e9 ^










c62698b29 ^












































fc0bb8280 ^





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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91