Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | Rename keepIfIt to keepItIf | def | 2014-06-28 | 1 | -5/+5 | |
| | * | | | | | | | | | Add keepIf proc and keepIfIt template to sequtils | def | 2014-06-22 | 1 | -0/+49 | |
| | | |_|_|/ / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1312 from def-/missing-unsigned-operators | Andreas Rumpf | 2014-06-30 | 1 | -5/+5 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Add type constraints for uint and uint64 to the System module's procs instead | def | 2014-06-28 | 2 | -26/+5 | |
| | * | | | | | | | | | Add inc and dec for uint and uint64 | def | 2014-06-27 | 1 | -0/+8 | |
| | * | | | | | | | | | Add missing operators for uint and uint64: `+=`, `-=`, `*=` | def | 2014-06-27 | 1 | -0/+13 | |
* | | | | | | | | | | | fixes constant array indexing bug | Araq | 2014-06-30 | 12 | -1523/+47 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #1318 from rbehrends/rename-distnct | Andreas Rumpf | 2014-06-28 | 3 | -11/+8 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Rename sequtils.distnct to sequtils.deduplicate. | Reimer Behrends | 2014-06-28 | 3 | -11/+8 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | / / | AsyncHttpServer now supports POST. | Dominik Picheta | 2014-06-28 | 2 | -8/+34 | |
| |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
* | | | | | | | | | Futures with an error but no callback no longer raise. | Dominik Picheta | 2014-06-28 | 1 | -6/+11 | |
* | | | | | | | | | Merge pull request #1260 from enurlyx/structs-in-structs | Andreas Rumpf | 2014-06-28 | 3 | -48/+245 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Made the code more robust and detect nkPrefix as number (-1 or +4) for enum s... | enurlyx | 2014-06-17 | 2 | -9/+54 | |
| * | | | | | | | | | Sorting enumerations and generation of consts for enumfields with the same va... | enurlyx | 2014-06-15 | 2 | -15/+77 | |
| * | | | | | | | | | Removed time and added a hash based on filename, line and column for creating... | enurlyx | 2014-06-14 | 1 | -12/+9 | |
| * | | | | | | | | | 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 | Clay Sweetser | 2014-06-27 | 1 | -0/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #1278 from Varriount/fix-1090 | Andreas Rumpf | 2014-06-26 | 2 | -7/+10 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | 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 | |
|\| | | | | | | | | | | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
| * | | | | | | | | | 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 | 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 |