summary refs log tree commit diff stats
path: root/tests/iter
ModeNameSize
-rw-r--r--tanoniter1.nim430log stats plain blame
-rw-r--r--tchainediterators.nim660log stats plain blame
-rw-r--r--tclosureiters.nim2270log stats plain blame
-rw-r--r--tcountup.nim111log stats plain blame
-rw-r--r--timplicit_auto.nim403log stats plain blame
-rw-r--r--titer.nim1063log stats plain blame
-rw-r--r--titer10.nim940log stats plain blame
-rw-r--r--titer11.nim422log stats plain blame
-rw-r--r--titer2.nim1632log stats plain blame
-rw-r--r--titer3.nim733log stats plain blame
-rw-r--r--titer4.nim249log stats plain blame
-rw-r--r--titer5.nim196log stats plain blame
-rw-r--r--titer6.nim860log stats plain blame
-rw-r--r--titer7.nim1089log stats plain blame
-rw-r--r--titer8.nim1834log stats plain blame
-rw-r--r--titer9.nim314log stats plain blame
-rw-r--r--titer_issues.nim3854log stats plain blame
-rw-r--r--titer_no_tuple_unpack.nim331log stats plain blame
-rw-r--r--titerable.nim440log stats plain blame
-rw-r--r--titerconcat.nim320log stats plain blame
-rw-r--r--titerovl.nim308log stats plain blame
-rw-r--r--titerslice.nim98log stats plain blame
-rw-r--r--titervaropenarray.nim297log stats plain blame
-rw-r--r--tmoditer.nim455log stats plain blame
-rw-r--r--tpermutations.nim1692log stats plain blame
-rw-r--r--treciter.nim291log stats plain blame
-rw-r--r--tscheduler.nim1485log stats plain blame
-rw-r--r--tshallowcopy_closures.nim487log stats plain blame
-rw-r--r--twrap_walkdir.nim266log stats plain blame
-rw-r--r--twrongiter.nim178log stats plain blame
-rw-r--r--tyieldintry.nim8330log stats plain blame
00 committer Araq <rumpf_a@web.de> 2013-12-13 21:29:35 +0100 more tests work' href='/ahoang/Nim/commit/compiler/vmdef.nim?h=devel&id=f095e51275a2780ac3e69509c3bb0b75c1c324fb'>f095e5127 ^
5f943cf4b ^

b30e237a3 ^




3d1805337 ^




4ffe6a828 ^
3d1805337 ^
4ffe6a828 ^
3d1805337 ^






b30e237a3 ^




27b7ecbbf ^

b30e237a3 ^



c4f9c3b53 ^
b30e237a3 ^


aa92669d9 ^
b30e237a3 ^







b30e237a3 ^





ef975d277 ^

3d1805337 ^
9035d15ed ^
0c31686fe ^
ee1192679 ^
25610a2f7 ^
b30e237a3 ^

f9861e1fa ^

b30e237a3 ^
ef975d277 ^
27b7ecbbf ^
328f19329 ^
25610a2f7 ^

b30e237a3 ^
6a9baf3fd ^



b30e237a3 ^


438703f59 ^
b30e237a3 ^
d0438540d ^
b30e237a3 ^





be4526362 ^

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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220