Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | |||||
* | | | 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 | ||||
| * | | some changes | Araq | 2014-06-09 | 7 | -25/+70 |
| | | | |||||
| * | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-06 | 9 | -223/+316 |
| |\ \ | |||||
| | * | | begin of spawn documentation | Araq | 2014-06-06 | 1 | -0/+57 |
| | | | | |||||
| | * | | big rename: Promise -> FlowVar | Araq | 2014-06-06 | 3 | -115/+115 |
| | | | | |||||
| | * | | added 'fence' instructions to the barrier | Araq | 2014-06-06 | 3 | -39/+24 |
| | | | | |||||
| | * | | Promises are now refs | Araq | 2014-06-05 | 8 | -88/+133 |
| | | | | |||||
| | * | | barrier more efficient | Araq | 2014-06-03 | 1 | -19/+25 |
| | | | | |||||
| * | | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-02 | 3 | -13/+34 |
| |\| | | |||||
| | * | | fixed codegen for barriers | Araq | 2014-06-02 | 1 | -2/+7 |
| | | | | |||||
| | * | | hopefully faster barrier implementation | Araq | 2014-06-02 | 1 | -6/+14 |
| | | | | |||||
| | * | | bugfix: codegen for promises | Araq | 2014-06-02 | 3 | -5/+13 |
| | | | | |||||
| * | | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-01 | 38 | -159/+1923 |
| |\| | | |||||
| | * | | fixed codegen for return values | Araq | 2014-06-01 | 2 | -12/+19 |
| | | | | |||||
| | * | | pi test compiles, but crashes randomly | Araq | 2014-06-01 | 4 | -6/+43 |
| | | | | |||||
| | * | | tdisjoint_slice2 works | Araq | 2014-05-31 | 5 | -7/+27 |
| | | | | |||||
| | * | | tester works again | Araq | 2014-05-30 | 2 | -5/+5 |
| | | | | |||||
| | * | | correct code generation for tforstmt | Araq | 2014-05-30 | 2 | -22/+37 |
| | | | | |||||
| | * | | 'parallel' proves array bounds | Araq | 2014-05-29 | 3 | -14/+107 |
| | | | | |||||
| | * | | added 'sortoutput' option to make output deterministic for threading tests | Araq | 2014-05-29 | 2 | -3/+13 |
| | | | | |||||
| | * | | bugfix: regionized pointers in a generic context; renamed 'Future' to 'Promise' | Araq | 2014-05-25 | 7 | -109/+138 |
| | | | | |||||
| | * | | progress with futures | Araq | 2014-05-23 | 8 | -36/+68 |
| | | | |