summary refs log tree commit diff stats
path: root/compiler/nimsets.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2020-05-19 21:42:53 +0200
committerGitHub <noreply@github.com>2020-05-19 21:42:53 +0200
commitb35d370d885b07d3f4eca527197f42f532bdcf64 (patch)
treeac2de2a7fbe3e3646ef4e3063da4675473e233e1 /compiler/nimsets.nim
parente909486e5cde5a4a77cd6f21b42fc9ab38ec2ae6 (diff)
downloadNim-b35d370d885b07d3f4eca527197f42f532bdcf64.tar.gz
specialize genericReset (#14398)
* progress
* make tests green
* maybe we also want to reset pointers, dunno
* progress
* cleanup; fixes #13879 [backport:1.2]
Diffstat (limited to 'compiler/nimsets.nim')
0 files changed, 0 insertions, 0 deletions
tle='author Araq <rumpf_a@web.de> 2011-09-24 19:18:08 +0200 committer Araq <rumpf_a@web.de> 2011-09-24 19:18:08 +0200 renamed optional to discardable' href='/ahoang/Nim/commit/tests/accept/compile/tdiscardable.nim?h=devel&id=485c371942cbbb1f9a10c64b6fcc699e59511460'>485c37194 ^
72ceda98c ^
e80465dac ^
72ceda98c ^


e80465dac ^
72ceda98c ^





4f946cb44 ^

0926754e6 ^
4f946cb44 ^












39ad3a0da ^







fabc2a708 ^

















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