Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | c2nim is not part of the compiler anymore | Araq | 2014-06-30 | 20 | -6936/+3 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-28 | 10 | -65/+403 |
|\ | |||||
| * | Futures with an error but no callback no longer raise. | Dominik Picheta | 2014-06-28 | 1 | -6/+11 |
| | | | | | | | | | | | | | | This was done as a safety measure against futures which may be accidentally discarded when they have an exception leading the exception being silently forgotten. Unfortunately we will need to come up with some other solution. | ||||
| * | 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 |
| | | | |||||
| * | | Merge pull request #1317 from Varriount/fix-1303 | Varriount | 2014-06-27 | 1 | -0/+1 |
| |\ \ | | | | | | | | | Add 'lib/pure/concurrency' path to nimrod.ini | ||||
| | * | | 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 |
| | | | | |||||
| | * | | Fixing issue #1090 | Clay Sweetser | 2014-06-15 | 2 | -3/+7 |
| | | | | |||||
| * | | | Merge pull request #1308 from flyx/tset_additions | Andreas Rumpf | 2014-06-26 | 2 | -18/+18 |
| |\ \ \ | | | | | | | | | | | Logical operations for TSet | ||||
| | * | | | Fixed TSet proc names to conform with set | Felix Krause | 2014-06-26 | 2 | -14/+14 |
| | | | | | |||||
| | * | | | Fixed doc comments in sets.nim | Felix Krause | 2014-06-26 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | Merge pull request #1306 from flyx/devel | Andreas Rumpf | 2014-06-26 | 3 | -4/+136 |
| |\| | | | | | | | | | | | | | Fixed handling swap in vmgen | ||||
| | * | | | Added logical set operations to TSet | Felix Krause | 2014-06-25 | 2 | -0/+130 |
| | | | | | |||||
| | * | | | Fixed handling swap in vmgen | Felix Krause | 2014-06-25 | 1 | -4/+6 |
| | | | | | |||||
* | | | | | minor changes to todo.txt | Araq | 2014-06-28 | 2 | -0/+7 |
| | | | | | |||||
* | | | | | new jester compiles | Araq | 2014-06-28 | 3 | -8/+58 |
| | | | | | |||||
* | | | | | compiles again | Araq | 2014-06-27 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | some progress for jester+async | Araq | 2014-06-27 | 12 | -29/+7587 |
| | | | | | |||||
* | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-26 | 40 | -114/+385 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/system.nim | ||||
| * | | | | Merge pull request #1294 from def-/tut-fix | Simon Hafner | 2014-06-25 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | Rename {.effect.} to {.effects.} in Tut 2 | ||||
| | * | | | | Rename {.effect.} to {.effects.} in Tut 2 | def | 2014-06-21 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge pull request #1293 from def-/website-monospace | Simon Hafner | 2014-06-25 | 1 | -1/+1 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | Use monospace as fallback font on website | ||||
| | * | | | | Use monospace as fallback font on website | def | 2014-06-21 | 1 | -1/+1 |
| | |/ / / | |||||
| * | | | | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Dominik Picheta | 2014-06-22 | 1 | -0/+2 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge pull request #1295 from rbehrends/fix-staticexec | Andreas Rumpf | 2014-06-22 | 1 | -0/+2 |
| | |\ \ \ \ | | | |/ / / | | |/| | | | Fixed gorge/staticExec to not strip newlines. | ||||
| | | * | | | Fixed gorge/staticExec to not strip newlines. | Reimer Behrends | 2014-06-22 | 1 | -0/+2 |
| | |/ / / | |||||
| * / / / | Remove varargs from json.`{}` | Dominik Picheta | 2014-06-22 | 1 | -6/+4 |
| |/ / / | |||||
| * | | | Merge pull request #1279 from Varriount/fix-1216 | Simon Hafner | 2014-06-18 | 2 | -1/+15 |
| |\ \ \ | | | | | | | | | | | Fix issue #1216 | ||||
| | * | | | Added notnil test for issue #1216 | Clay Sweetser | 2014-06-18 | 1 | -0/+14 |
| | | | | | |||||
| | * | | | Fix issue #1216 | Clay Sweetser | 2014-06-15 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | Allow async lambdas. Other socket modifications. | Dominik Picheta | 2014-06-19 | 4 | -12/+25 |
| | | | | |||||
| * | | | Merge pull request #1283 from fowlmouth/patch-4 | Varriount | 2014-06-18 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | fix json.`[]` | ||||
| | * | | | fix json.`[]` | Billingsly Wetherfordshire | 2014-06-17 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Improve caasdriver output. | Dominik Picheta | 2014-06-16 | 1 | -7/+11 |
| | | | | |||||
| * | | | Merge pull request #1282 from flaviut/devel | Andreas Rumpf | 2014-06-16 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | Fix bootstrapping | ||||
| | * | | | Fix bootstrapping | flaviut | 2014-06-16 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merge pull request #1281 from Araq/new_spawn | Andreas Rumpf | 2014-06-16 | 42 | -192/+2115 |
| |\ \ \ | | | | | | | | | | | New spawn | ||||
| * \ \ \ | Merge pull request #1277 from PavelVozenilek/patch-1 | Dominik Picheta | 2014-06-16 | 1 | -2/+2 |
| |\ \ \ \ | | | | | | | | | | | | | making clear structural equivalency for tuples doc | ||||
| | * | | | | making clear structural equivalency for tuples doc | PavelVozenilek | 2014-06-15 | 1 | -2/+2 |
| |/ / / / | |||||
| * | / / | Fix idetools --def crash. | Dominik Picheta | 2014-06-15 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
| * | | | Fixes #1263. | Dominik Picheta | 2014-06-15 | 1 | -0/+4 |
| | | | | |||||
| * | | | Add osproc stdin test. | Dominik Picheta | 2014-06-15 | 2 | -0/+19 |
| | | | | |||||
| * | | | Update categories.nim | Varriount | 2014-06-14 | 1 | -19/+26 |
| | | | | | | | | | | | | Fixed the tester from crashing when the babel package file is invalid. | ||||
| * | | | Update json.nim | Varriount | 2014-06-14 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixed a bug with json.[], which caused a segfault on debug builds. |