summary refs log tree commit diff stats
path: root/tests/accept/compile
Commit message (Expand)AuthorAgeFilesLines
* got rid of 'accept' dir in the testsAraq2011-11-19126-3059/+0
* fixed some testsAraq2011-11-197-20/+16
* macros and templates can be expanded anywhere where a type is expected.Zahary Karadjov2011-11-181-0/+39
* added another test caseAraq2011-11-121-0/+10
* GC tests now finally part of testsuiteAraq2011-11-101-5/+5
* fixes #2Araq2011-11-021-3/+0
* 'bind' as a declarative statementAraq2011-10-102-0/+15
* code generator supports constant sequences; more consistent compile time eval...Araq2011-10-071-1/+0
* renamed optional to discardableAraq2011-09-241-3/+3
* implemented optional pragma for implicit discardAraq2011-09-241-0/+13
* more fixes to get rid of tyPureObjectAraq2011-09-241-4/+4
* fixed some newly introduced bugsAraq2011-09-212-22/+59
* Initial implementation of the parseExpr, parseStmt, getAst macro routines:Zahary Karadjov2011-09-201-2/+16
* Added AST introspection routines as a part of the standard libraryZahary Karadjov2011-09-201-20/+3
* added system.slurp for easy embedding of resourcesAraq2011-08-101-0/+6
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-0/+4
* fixes #42Araq2011-08-041-0/+35
* anonymous procs implemented; however no closure support yetAraq2011-08-011-0/+12
* void type improvements; documentation improvementsAraq2011-07-312-8/+25
* void type for genericsAraq2011-07-311-0/+13
* bugfix: forwarding of generic procs now worksAraq2011-07-301-0/+11
* bugfix: 'final' not passed to genericAraq2011-07-291-1/+1
* old pointer deref operator completely removedAraq2011-07-231-0/+53
* tests repaired; serious typo in the allocator fixed; fixes #32Araq2011-07-223-4/+4
* preparations for 0.8.12Araq2011-07-1022-54/+0
* tests are green againAraq2011-06-281-1/+1
* improvements to get code size down for programs that don't use GCAraq2011-06-262-0/+68
* code gen bugfixes; marshal.nim implementedAraq2011-06-261-0/+65
* bugfix: invoking a generic iterator twice triggers a code gen bug (titer2)Araq2011-06-201-9/+9
* bugfix: typeinfo generation for tuplesAraq2011-06-191-4/+15
* rebuilt csources; bootstrap should work againAraq2011-06-151-0/+40
* bugfix: proper return types for templatesAraq2011-06-151-0/+4
* tuple unpacking is not enforced in for loops anymoreAraq2011-06-152-0/+31
* basic thread analysis workingAraq2011-06-131-0/+54
* deprecated system.copy: use system.substr insteadAraq2011-05-141-1/+1
* loop unrolled for stack markingAraq2011-05-131-0/+19
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-0112-2/+52
* slices are first class citizensAraq2011-04-221-0/+16
* hashtables: 1st version; parseutils additionsAraq2011-04-181-2/+2
* := templatable; lexer improvementsAraq2011-04-171-0/+8
* p[] instead of p^Araq2011-04-112-2/+2
* some tests cleaned up; some bugfixesAraq2011-04-113-0/+32
* fixes #27dom962011-04-041-0/+17
* ugh, maybe broke gitAraq2011-04-013-0/+58
* some little bugfixesAraq2011-03-271-0/+7
* added 'reset' magic procAraq2011-03-253-0/+36
* bugfix: type converter that converts to bool in 'if' contextAraq2011-03-253-2/+26
* bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-235-0/+30
* linearScanEnd pragma; string case statement optimizationAraq2011-03-141-0/+11
* bugfix: tuple access in macros (issue #17)Araq2011-03-071-0/+21
revision' href='/akkartik/view.love/blame/commands.lua?id=bc464fe6f1fc99af269c20e87e7be38ec26de2b3'>^
e1c5a42 ^
4b3f359 ^
89b30a6 ^
fd7d36f ^
89b30a6 ^

e1c5a42 ^
4ab901c ^
9013eaa ^

e1c5a42 ^

fd7d36f ^
690a1c3 ^
6ed6084 ^
715c6fd ^
fd7d36f ^


690a1c3 ^

007b965 ^
690a1c3 ^



fd7d36f ^






2b3e09c ^
21b1583 ^
bc464fe ^
e1c5a42 ^
fd7d36f ^
e1c5a42 ^
fd7d36f ^
d141822 ^





e1c5a42 ^







21b1583 ^



e1c5a42 ^

21b1583 ^
bc464fe ^









4ab901c ^
bc464fe ^















4ab901c ^
bc464fe ^









4ab901c ^
bc464fe ^






21b1583 ^


















4ab901c ^
21b1583 ^
















4ab901c ^
21b1583 ^






















d141822 ^
2b3e09c ^
d141822 ^


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