Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | 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 | 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 | 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. | 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 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | 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.`[]` | 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 | flaviut | 2014-06-16 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #1281 from Araq/new_spawn | Andreas Rumpf | 2014-06-16 | 42 | -192/+2115 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | 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 | |
| | * | | | | | | | 'parallel' statement almost working | Araq | 2014-05-22 | 10 | -115/+470 | |
| | * | | | | | | | 'parallel' statement: next steps | Araq | 2014-05-14 | 7 | -50/+221 | |
| | * | | | | | | | progress for the 'parallel' statement | Araq | 2014-05-14 | 10 | -94/+122 | |
| | * | | | | | | | initial non-compiling version of 'parallel' | Araq | 2014-05-12 | 16 | -91/+1058 | |
* | | | | | | | | | Merge pull request #1277 from PavelVozenilek/patch-1 | Dominik Picheta | 2014-06-16 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | 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 |