summary refs log tree commit diff stats
path: root/tests/accept/compile
Commit message (Expand)AuthorAgeFilesLines
* 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
* distinction between re.replace and re.replacef; speed improvements for re moduleAraq2011-03-061-1/+1
* various bugfixes for generics; added generic sort procAraq2011-03-031-0/+69
* non-nil AST; continue after errors for IDE supportAraq2011-02-123-0/+0
* c2nim compiles again [#9 state:resolved]; better error message for named para...Araq2011-01-091-0/+8
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-01-051-0/+23
|\
| * Added a generics test case.dom962011-01-031-0/+23
* | bugfix: multiple yield statements and loop body varsAraq2010-12-132-1/+21
|/
* claro wrapper addedAraq2010-11-071-0/+5
* version 0.8.10Araq2010-10-215-12/+83
* handling of compiler procs improved for DLL generationAndreas Rumpf2010-07-292-0/+0
* implemented user-defined pragmasAndreas Rumpf2010-07-231-0/+7
* c2nim tool addedAndreas Rumpf2010-07-211-0/+16
* bugfix: exception handling (still not correct)Andreas Rumpf2010-06-043-0/+13
* resolved system.nim conflictsAndreas Rumpf2010-05-295-11/+11
|\
| * Integrating my changes, mostly minor/cosmetic fixes; plus a big Windows lib u...PhiLho2010-05-215-11/+11
* | added testsAndreas Rumpf2010-05-282-0/+23
|/
* Bugfix: code generation bug that affected dialogs.nimAndreas Rumpf2010-03-252-0/+10
* Bugfix: empty echo statementAndreas Rumpf2010-03-201-1/+1
* version 0.8.8Andreas Rumpf2010-03-151-0/+0
* version 0.8.8Andreas Rumpf2010-03-146-28/+33
* bugfix: len openarrayAndreas Rumpf2010-03-101-0/+17
* bugfix: wrong error: not all cases covered with enums with holesAndreas Rumpf2010-03-091-0/+16
* bugfix:hexadecimal ranges 0x00..0x01Andreas Rumpf2010-03-091-0/+8
* bugfix: bug499771Andreas Rumpf2010-03-081-18/+18
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-2672-0/+0
* SQLite wrapperAndreas Rumpf2010-02-242-0/+10
* start of yamllexerrumpf_a@web.de2010-02-212-0/+73
* start of tests refactoring; sqlite3 new wrapper fixesrumpf_a@web.de2010-02-2168-0/+1863
#n145'>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