summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2016-07-1434-75/+361
|\ \ \ \ \ \
| * | | | | | docgen improvement: hidden 'attachedType' span is generated for upcoming docg...Andreas Rumpf2016-07-131-1/+51
| * | | | | | --listCmd also needs to affect linking stepAndreas Rumpf2016-07-132-3/+2
| * | | | | | nimsuggest: dependencies are recalculated properlyAndreas Rumpf2016-07-131-6/+7
| |/ / / / /
| * | | | | the Nim compiler supports the jsondoc2 commandAndreas Rumpf2016-07-134-25/+64
| * | | | | fixes #3706Andreas Rumpf2016-07-135-1/+47
| * | | | | fixes #2730Andreas Rumpf2016-07-131-2/+2
| | |_|/ / | |/| | |
| * | | | Merge pull request #4480 from apahl/develAndreas Rumpf2016-07-121-0/+33
| |\ \ \ \
| | * | | | use table literal syntaxAxel Pahl2016-07-121-2/+2
| | * | | | explain difference between Table and TableRef in tables.nimAxel Pahl2016-07-121-0/+33
| * | | | | fixes #4429Andreas Rumpf2016-07-121-1/+3
| * | | | | fixes #4358Andreas Rumpf2016-07-121-3/+6
| |/ / / /
| * | | | fixes #4301Andreas Rumpf2016-07-121-0/+3
| * | | | fixes edge cases in the lexerAndreas Rumpf2016-07-121-3/+5
| * | | | fixes #4471Andreas Rumpf2016-07-122-3/+26
| * | | | fixes a critical JS codegen bug which caused 'importcpp' statements not to be...Andreas Rumpf2016-07-111-0/+1
| * | | | fixes a strange JS codegen bugAndreas Rumpf2016-07-111-0/+2
| * | | | Merge pull request #4476 from yglukhov/gc-trace-fixAndreas Rumpf2016-07-111-8/+14
| |\ \ \ \
| | * | | | Fixed crash with leakDetector and threads enabled.Yuriy Glukhov2016-07-111-8/+14
| * | | | | Merge pull request #4477 from kierdavis/4475-segfaultAndreas Rumpf2016-07-112-2/+8
| |\ \ \ \ \
| | * | | | | Add regression test for fix for #4475Kier Davis2016-07-111-0/+6
| | * | | | | Fix #4475Kier Davis2016-07-111-2/+2
| | |/ / / /
| * | | | | Merge pull request #4474 from mbaulch/fix3516Andreas Rumpf2016-07-112-2/+19
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Recursively check literals for tyEmpty.Matthew Baulch2016-07-112-2/+19
| * | | | | Merge pull request #4472 from mbaulch/fix4422Andreas Rumpf2016-07-111-0/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix #4422: Reset queue element on pop. Prevent NimVM confusion. Help GC.Matthew Baulch2016-07-111-0/+2
| |/ / / /
| * | | | make tests green againAndreas Rumpf2016-07-106-12/+5
| * | | | Merge pull request #4469 from FedericoCeratto/patch-11Andreas Rumpf2016-07-101-1/+1
| |\ \ \ \
| | * | | | Fix "string literal as key expected" errorFederico Ceratto2016-07-091-1/+1
| * | | | | make hint/warning work properly after Nimscript executionAndreas Rumpf2016-07-091-0/+1
| |/ / / /
| * | | | Nimscript: added support for 'patchFile'Andreas Rumpf2016-07-097-3/+52
| * | | | undocumented feature: JS backend: unit and group separators generate hash and...Andreas Rumpf2016-07-091-1/+9
* | | | | mergedAraq2016-07-0872-1790/+4784
|\| | | |
| * | | | Fixes a critical JS codegen bug about @ in call patternAndreas Rumpf2016-07-081-0/+1
| * | | | Nimscript supports hint() and warning() procs; refs #3688Andreas Rumpf2016-07-084-3/+24
| * | | | fixes #3055Andreas Rumpf2016-07-082-1/+29
| * | | | fixes #2377Andreas Rumpf2016-07-082-1/+15
| * | | | async: use -d:nimDumpAsync to see what the async macro generatesAndreas Rumpf2016-07-081-1/+3
| * | | | gensym'ed symbols are rendered with their ID for much easier debuggingAndreas Rumpf2016-07-081-2/+6
| * | | | improve error message if C and Nim disagree on pointer sizeAndreas Rumpf2016-07-081-3/+3
| * | | | docgen: hide pragmasAndreas Rumpf2016-07-082-3/+47
| * | | | fixes #4399Andreas Rumpf2016-07-081-0/+1
| * | | | fixes #4462Andreas Rumpf2016-07-082-4/+16
| * | | | fixes #4371Andreas Rumpf2016-07-0821-39/+84
| | |/ / | |/| |
| * | | fixes #4340Andreas Rumpf2016-07-071-0/+2
| * | | new language feature: explicit 'import system' statements are allowedAndreas Rumpf2016-07-075-5/+37
| * | | ospaths can always be imported; fixes #4249Andreas Rumpf2016-07-061-1/+1
| * | | Merge pull request #4458 from cheatfate/fixtest1Andreas Rumpf2016-07-061-0/+1
| |\ \ \
| | * | | Resolve problems with test on macosx.cheatfate2016-07-061-0/+1
| |/ / /
| * | | added test case for #537Andreas Rumpf2016-07-061-0/+42
#n193'>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
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513