summary refs log tree commit diff stats
path: root/tests/arc
Commit message (Expand)AuthorAgeFilesLines
* fixes #20954; bounchecks for len(toOpenArray()) [backport] (#20956)ringabout2022-12-051-0/+16
* rename `std/threads` to `std/typedthreads` (#20850)ringabout2022-11-161-1/+1
* fixes a long-standing ARC bug (#20849)ringabout2022-11-161-0/+12
* support `UncheckedArray[T]` in repr_v2.nim (#20816)Derek 呆2022-11-111-0/+8
* fix topt_no_cursor.nim (#20791)Bung2022-11-091-11/+22
* Arc global (#20768)Bung2022-11-062-1/+47
* Revert "fix arc global variable issues" (#20764)ringabout2022-11-051-1/+1
* fix arc global variable issues (#20759)Bung2022-11-051-1/+1
* put std/threads under the umbrella of nimPreviewSlimSystem (#20711)ringabout2022-10-311-0/+3
* fixes #20572 (#20585)Andreas Rumpf2022-10-171-0/+29
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-111-1/+1
* closes #9401; add testcase (#20507)ringabout2022-10-061-0/+49
* closes #11267; closes #11259; closes #11085; add testcases (#20505)ringabout2022-10-061-0/+12
* fixes #19231; newFinalize doesn't work with ORC (#20291)ringabout2022-10-051-0/+18
* [ARC] fixes #18645; C Compiler error when initializing {.global.} with a bloc...ringabout2022-10-031-0/+18
* fixes nim check with orc (#20456)ringabout2022-10-021-0/+7
* move widestrs out of system (#20462)metagn2022-10-011-0/+2
* new move analyser2 (#20471)Andreas Rumpf2022-10-012-3/+24
* Update message for checking `cast` (#20145)konsumlamm2022-09-282-2/+2
* fixes #19457 seqs are not properly updated in loop with ARC/ORC (#19922)ringabout2022-09-282-15/+38
* fixes #19401; fixes #19402; rework Forward declaration and finalizer for ORC ...ringabout2022-09-272-0/+64
* Add testcase for bug #20305 (#20323)Antonis Geralis2022-09-131-0/+25
* fixes #19724; don't be aggressive when you infer sink parameters (#20314)Andreas Rumpf2022-09-121-3/+3
* fixes #20303; wasMoved expressions with side effects for ORC (#20307) [backport]ringabout2022-09-081-0/+13
* Add improved Windows UNC path support in std/os (#20281)havardjohn2022-09-031-21/+14
* [Testament] Extend and document message testing aids (#19996)quantimnot2022-09-012-2/+2
* dec inLoop after exiting the while scope in computeLiveRanges [backport] (#19...flywind2022-06-291-0/+45
* fix #19862; make widestrs consistent between refc and orc (#19874) [backport]flywind2022-06-091-0/+13
* fix #19435; don't create TypeBoundOps for tyOpenArray, tyVarargs [backport: 1...flywind2022-04-251-0/+29
* [add testcase] arc problems with recursive types (#19456)flywind2022-03-231-0/+87
* fix #16458; make useNimRtl compile for --gc:orc (#19512)flywind2022-02-111-0/+6
* don't use a temp for addr [backport: 1.6] (#19503)flywind2022-02-081-0/+22
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-162-2/+2
* style usages part one (openarray => openArray) (#19321)flywind2022-01-042-4/+4
* fixes an old ARC bug: the produced copy/sink operations don't copy the hidden...Andreas Rumpf2021-12-091-0/+15
* fix #18410 (Errors initializing an object of RootObj with the C++ backend) [b...flywind2021-10-311-1/+2
* fix #18971 (#19070) [backport:1.6]Derek 呆2021-10-291-0/+10
* close #17319; add testcase (#18934)flywind2021-10-011-0/+19
* alternative to #18918 (#18927)flywind2021-09-301-0/+9
* add testcase for #7308 (#18849)flywind2021-09-141-11/+0
* fixes #16246 (#18800)Andreas Rumpf2021-09-041-0/+11
* fix #18627(Program segfaults with ARC when using openArray[string]) (#18713)flywind2021-08-191-0/+24
* make proc names consistent (#18626)flywind2021-08-011-1/+1
* fixes #18579 (#18600)Andreas Rumpf2021-07-271-0/+26
* fixes #18565 (#18593)Andreas Rumpf2021-07-271-0/+17
* fixes #18469 (#18544)Andreas Rumpf2021-07-201-0/+44
* added `nimAllocPagesViaMalloc` switch (#18490)Andreas Rumpf2021-07-151-1/+1
* fixes #17893 (#18485)Andreas Rumpf2021-07-131-0/+67
* closes #18433 (#18484)Andreas Rumpf2021-07-131-0/+38
* thamming_orc test created/destroyed counts match (#18471)GordonBGood2021-07-121-4/+4
12 13:21:39 +0000 free memory' href='/danisanti/numericx-c/commit/numericx.c?h=main&id=90c869857b55782d4d6b21434a58da4d2f9e6be3'>90c8698 ^
a1447b8 ^
06bb899 ^


4f221f3






dcc93c0 ^



4f221f3

df82e9e ^








4f221f3
43398cf ^






90c8698 ^



a1447b8 ^
43398cf ^





06d3c41 ^
43398cf ^

4f221f3
dcc93c0 ^
4f221f3

4f221f3
45f470b ^
06d3c41 ^



4f221f3

45f470b ^

4f221f3
45f470b ^

310002d ^
06d3c41 ^
4f221f3
4f221f3



45f470b ^

4f221f3
45f470b ^
4f221f3
dcc93c0 ^
4f221f3
45f470b ^
4f221f3
90c8698 ^





4f221f3

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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323