Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge pull request #1467 from Varriount/fix-1424 | Andreas Rumpf | 2014-08-10 | 1 | -1/+3 | |
| |\ \ | ||||||
| | * | | Update semexprs.nim | Varriount | 2014-08-10 | 1 | -5/+1 | |
| | * | | Fix #1424 some more | Clay Sweetser | 2014-08-08 | 1 | -1/+5 | |
| | * | | Fix #1424 | Clay Sweetser | 2014-08-07 | 1 | -0/+2 | |
* | | | | distinguish between 'defined' and 'declared' | Araq | 2014-08-11 | 7 | -10/+63 | |
* | | | | fixes tinavlid_array_bounds test | Araq | 2014-08-10 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-10 | 3 | -0/+7 | |
|\ \ \ | ||||||
| * | | | Adds documentation on skipTypes and mapType | Clay Sweetser | 2014-08-09 | 2 | -0/+5 | |
| * | | | Fixes #1435 | Clay Sweetser | 2014-08-09 | 1 | -0/+2 | |
* | | | | progress on 'spawn' | Araq | 2014-08-10 | 4 | -10/+15 | |
|/ / / | ||||||
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-08 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | Also include string.h for strlen for C backend | def | 2014-08-08 | 1 | -1/+1 | |
| * | | | Include string.h for strlen with cpp backend | def | 2014-08-07 | 1 | -0/+1 | |
| |/ / | ||||||
* | | | 'parallel' statement works again | Araq | 2014-08-08 | 4 | -9/+8 | |
* | | | 'lambda' is no keyword anymore | Araq | 2014-08-08 | 3 | -5/+5 | |
|/ / | ||||||
* | | some bugfixes for 'deepCopy' | Araq | 2014-08-06 | 1 | -5/+6 | |
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-05 | 7 | -16/+24 | |
|\ \ | ||||||
| * \ | Merge pull request #1426 from Varriount/fix-813 | Andreas Rumpf | 2014-08-02 | 2 | -5/+11 | |
| |\ \ | ||||||
| | * | | Update commands.nim | Varriount | 2014-08-02 | 1 | -2/+0 | |
| | * | | Clean up more | Clay Sweetser | 2014-07-29 | 1 | -2/+2 | |
| | * | | Clean up a bit. | Clay Sweetser | 2014-07-29 | 1 | -5/+5 | |
| | * | | Fix #813 | Clay Sweetser | 2014-07-29 | 2 | -6/+14 | |
| * | | | Merge pull request #1437 from def-/fix-#1291 | Andreas Rumpf | 2014-08-01 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | Fix typo in mHigh | def | 2014-08-01 | 1 | -1/+1 | |
| | |/ / | ||||||
| * / / | Set kind of literal nodes as resExpr | def | 2014-08-01 | 1 | -0/+4 | |
| |/ / | ||||||
| * | | normalize "run" command | def | 2014-07-29 | 1 | -1/+1 | |
| * | | Allow arguments for "nimrod run" | def | 2014-07-28 | 3 | -7/+5 | |
| |/ | ||||||
| * | Fix #1392 | Flaviu Tamas | 2014-07-22 | 1 | -3/+3 | |
* | | added debug output (but not active) | Araq | 2014-08-05 | 1 | -0/+1 | |
* | | check there is only one deepCopy per type | Araq | 2014-08-05 | 1 | -1/+4 | |
* | | fixes yet another LL bug | Araq | 2014-08-05 | 1 | -2/+9 | |
* | | progress on deepCopy | Araq | 2014-08-01 | 11 | -53/+141 | |
|/ | ||||||
* | fixes subtle interaction between closures and 'yield' | Araq | 2014-07-22 | 1 | -30/+74 | |
* | parseBiggestFloat is now builtin | Araq | 2014-07-16 | 6 | -4/+36 | |
* | fixes #1355 | Araq | 2014-07-15 | 1 | -1/+2 | |
* | fixes #1362 | Araq | 2014-07-15 | 1 | -1/+2 | |
* | Merge branch 'new_spawn' into devel | Araq | 2014-07-15 | 20 | -6941/+487 | |
|\ | ||||||
| * | c2nim is not part of the compiler anymore | Araq | 2014-06-30 | 16 | -6635/+0 | |
| * | Merge branch 'devel' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-28 | 7 | -59/+262 | |
| |\ | ||||||
| * | | new jester compiles | Araq | 2014-06-28 | 2 | -8/+26 | |
| * | | compiles again | Araq | 2014-06-27 | 1 | -1/+1 | |
| * | | some progress for jester+async | Araq | 2014-06-27 | 3 | -28/+68 | |
| * | | Merge branch 'devel' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-26 | 15 | -45/+84 | |
| |\ \ | ||||||
| * | | | rewrote lambdalifting; fixes deeply nested closures | Araq | 2014-06-26 | 3 | -296/+419 | |
* | | | | fixes latest regression | Araq | 2014-07-11 | 1 | -1/+1 | |
* | | | | better error messages for macro instantiations | Araq | 2014-07-10 | 1 | -0/+3 | |
* | | | | VM: fixes 'raise' | Araq | 2014-07-10 | 1 | -2/+2 | |
* | | | | fixes #1011 | Araq | 2014-07-09 | 1 | -3/+34 | |
* | | | | fixes #1323 | Araq | 2014-07-08 | 1 | -3/+6 | |
* | | | | fixes #933 | Araq | 2014-07-08 | 1 | -4/+1 |