Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #1392 | Flaviu Tamas | 2014-07-22 | 1 | -3/+3 |
| | |||||
* | 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 |
|\ | | | | | | | | | | | | | Conflicts: todo.txt web/news.txt web/nimrod.ini | ||||
| * | 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 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: lib/system.nim | ||||
| * | | | 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 |
| | | | | |||||
* | | | | fixes #1103; fixes #1297 | Araq | 2014-07-08 | 2 | -29/+70 |
| | | | | |||||
* | | | | implements #1332 | Araq | 2014-07-06 | 1 | -2/+2 |
| | | | | |||||
* | | | | fixes #1310 | Araq | 2014-07-02 | 2 | -1/+15 |
| | | | | |||||
* | | | | fixes #1275 | Araq | 2014-07-01 | 1 | -3/+4 |
| | | | | |||||
* | | | | fixed build configuration detection | Araq | 2014-07-01 | 1 | -19/+24 |
| | | | | |||||
* | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-07-01 | 3 | -1/+7 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #1304 from rbehrends/fix-packagenames | Andreas Rumpf | 2014-07-01 | 2 | -1/+2 |
| |\ \ \ \ | | | | | | | | | | | | | Fix generation of package-dependent init names. | ||||
| | * | | | | Fix generation of package-dependent init names. | Reimer Behrends | 2014-06-25 | 2 | -1/+2 |
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code incorrectly used relative instead of absolute paths to see if *.babel files could be found, which could result in them not being located properly. Also added an underscore between the package and the module name for package_moduleInit() and package_moduleDatInit() so that there won't be spurious conflicts, e.g. for package A and module BC vs. package AB and module C. | ||||
| * | | | | Merge pull request #1249 from gradha/pr_shows_git_hash | Andreas Rumpf | 2014-07-01 | 1 | -0/+5 |
| |\ \ \ \ | | | | | | | | | | | | | Adds git hash to compiler's version switch. Refs #1119. | ||||
| | * | | | | Adds git hash to compiler's version switch. Refs #1119. | Grzegorz Adam Hankiewicz | 2014-04-22 | 1 | -0/+5 |
| | | | | | | |||||
* | | | | | | fixes #898 | Araq | 2014-07-01 | 2 | -2/+8 |
| | | | | | | |||||
* | | | | | | fixes #751 | Araq | 2014-07-01 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | fixes #1166 | Araq | 2014-07-01 | 1 | -12/+9 |
| | | | | | | |||||
* | | | | | | fixes #1161 | Araq | 2014-07-01 | 1 | -9/+12 |
|/ / / / / | |||||
* | | | | | fixes #904 | Araq | 2014-07-01 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | fixes #1265 | Araq | 2014-07-01 | 1 | -2/+8 |
| | | | | | |||||
* | | | | | fixes #1264 | Araq | 2014-07-01 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | fixes #1285 | Araq | 2014-06-30 | 10 | -99/+55 |
| | | | | | |||||
* | | | | | fixes #1144 | Araq | 2014-06-30 | 1 | -12/+13 |
| | | | | | |||||
* | | | | | fixes #1319 | Araq | 2014-06-30 | 1 | -1/+4 |
| | | | | | |||||
* | | | | | corrected backends.txt | Araq | 2014-06-30 | 1 | -0/+7 |
| | | | | | |||||
* | | | | | fixes constant array indexing bug | Araq | 2014-06-30 | 3 | -1522/+38 |
| |_|_|/ |/| | | | |||||
* | | | | Merge pull request #1260 from enurlyx/structs-in-structs | Andreas Rumpf | 2014-06-28 | 3 | -48/+245 |
|\ \ \ \ | | | | | | | | | | | c2nim -> Support for anonymous structs/unions | ||||
| * | | | | Made the code more robust and detect nkPrefix as number (-1 or +4) for enum ↵ | enurlyx | 2014-06-17 | 2 | -9/+54 |
| | | | | | | | | | | | | | | | | | | | | sorting. Added also a new test for enums. | ||||
| * | | | | Sorting enumerations and generation of consts for enumfields with the same ↵ | enurlyx | 2014-06-15 | 2 | -15/+77 |
| | | | | | | | | | | | | | | | | | | | | value + test | ||||
| * | | | | Removed time and added a hash based on filename, line and column for ↵ | enurlyx | 2014-06-14 | 1 | -12/+9 |
| | | | | | | | | | | | | | | | | | | | | creating a unique struct id | ||||
| * | | | | Added test for anonymous structs and unions | enurlyx | 2014-06-10 | 1 | -0/+27 |
| | | | | | |||||
| * | | | | Add support for structs/unions defined in structs/unions | enurlyx | 2014-05-31 | 1 | -34/+100 |
| | | | | | |||||
* | | | | | Add 'lib/pure/concurrency' path to nimrod.ini | Clay Sweetser | 2014-06-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | Fixes #1303 | ||||
* | | | | | Merge pull request #1278 from Varriount/fix-1090 | Andreas Rumpf | 2014-06-26 | 2 | -7/+10 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix 1090 | ||||
| * | | | | | Fixed #1090 | Clay Sweetser | 2014-06-15 | 1 | -8/+7 |
| | | | | | |