summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-081-0/+1
|\
| * Also include string.h for strlen for C backenddef2014-08-081-1/+1
| * Include string.h for strlen with cpp backenddef2014-08-071-0/+1
* | 'parallel' statement works againAraq2014-08-084-9/+8
* | 'lambda' is no keyword anymoreAraq2014-08-083-5/+5
|/
* some bugfixes for 'deepCopy'Araq2014-08-061-5/+6
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-057-16/+24
|\
| * Merge pull request #1426 from Varriount/fix-813Andreas Rumpf2014-08-022-5/+11
| |\
| | * Update commands.nimVarriount2014-08-021-2/+0
| | * Clean up moreClay Sweetser2014-07-291-2/+2
| | * Clean up a bit.Clay Sweetser2014-07-291-5/+5
| | * Fix #813Clay Sweetser2014-07-292-6/+14
| * | Merge pull request #1437 from def-/fix-#1291Andreas Rumpf2014-08-011-1/+1
| |\ \
| | * | Fix typo in mHighdef2014-08-011-1/+1
| | |/
| * / Set kind of literal nodes as resExprdef2014-08-011-0/+4
| |/
| * normalize "run" commanddef2014-07-291-1/+1
| * Allow arguments for "nimrod run"def2014-07-283-7/+5
| * Fix #1392Flaviu Tamas2014-07-221-3/+3
* | added debug output (but not active)Araq2014-08-051-0/+1
* | check there is only one deepCopy per typeAraq2014-08-051-1/+4
* | fixes yet another LL bugAraq2014-08-051-2/+9
* | progress on deepCopyAraq2014-08-0111-53/+141
|/
* fixes subtle interaction between closures and 'yield'Araq2014-07-221-30/+74
* parseBiggestFloat is now builtinAraq2014-07-166-4/+36
* fixes #1355Araq2014-07-151-1/+2
* fixes #1362Araq2014-07-151-1/+2
* Merge branch 'new_spawn' into develAraq2014-07-1520-6941/+487
|\
| * c2nim is not part of the compiler anymoreAraq2014-06-3016-6635/+0
| * Merge branch 'devel' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-287-59/+262
| |\
| * | new jester compilesAraq2014-06-282-8/+26
| * | compiles againAraq2014-06-271-1/+1
| * | some progress for jester+asyncAraq2014-06-273-28/+68
| * | Merge branch 'devel' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-2615-45/+84
| |\ \
| * | | rewrote lambdalifting; fixes deeply nested closuresAraq2014-06-263-296/+419
* | | | fixes latest regressionAraq2014-07-111-1/+1
* | | | better error messages for macro instantiationsAraq2014-07-101-0/+3
* | | | VM: fixes 'raise'Araq2014-07-101-2/+2
* | | | fixes #1011Araq2014-07-091-3/+34
* | | | fixes #1323Araq2014-07-081-3/+6
* | | | fixes #933Araq2014-07-081-4/+1
* | | | fixes #1103; fixes #1297Araq2014-07-082-29/+70
* | | | implements #1332Araq2014-07-061-2/+2
* | | | fixes #1310Araq2014-07-022-1/+15
* | | | fixes #1275Araq2014-07-011-3/+4
* | | | fixed build configuration detectionAraq2014-07-011-19/+24
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-07-013-1/+7
|\ \ \ \
| * \ \ \ Merge pull request #1304 from rbehrends/fix-packagenamesAndreas Rumpf2014-07-012-1/+2
| |\ \ \ \
| | * | | | Fix generation of package-dependent init names.Reimer Behrends2014-06-252-1/+2
| | | |/ / | | |/| |
| * | | | Merge pull request #1249 from gradha/pr_shows_git_hashAndreas Rumpf2014-07-011-0/+5
| |\ \ \ \
| | * | | | Adds git hash to compiler's version switch. Refs #1119.Grzegorz Adam Hankiewicz2014-04-221-0/+5