summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | Rename keepIfIt to keepItIfdef2014-06-281-5/+5
| | * | | | | | | | | Add keepIf proc and keepIfIt template to sequtilsdef2014-06-221-0/+49
| | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #1312 from def-/missing-unsigned-operatorsAndreas Rumpf2014-06-301-5/+5
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Add type constraints for uint and uint64 to the System module's procs insteaddef2014-06-282-26/+5
| | * | | | | | | | | Add inc and dec for uint and uint64def2014-06-271-0/+8
| | * | | | | | | | | Add missing operators for uint and uint64: `+=`, `-=`, `*=`def2014-06-271-0/+13
* | | | | | | | | | | fixes constant array indexing bugAraq2014-06-3012-1523/+47
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #1318 from rbehrends/rename-distnctAndreas Rumpf2014-06-283-11/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Rename sequtils.distnct to sequtils.deduplicate.Reimer Behrends2014-06-283-11/+8
| |/ / / / / / / / /
* | | | | | | | / / AsyncHttpServer now supports POST.Dominik Picheta2014-06-282-8/+34
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Futures with an error but no callback no longer raise.Dominik Picheta2014-06-281-6/+11
* | | | | | | | | Merge pull request #1260 from enurlyx/structs-in-structsAndreas Rumpf2014-06-283-48/+245
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Made the code more robust and detect nkPrefix as number (-1 or +4) for enum s...enurlyx2014-06-172-9/+54
| * | | | | | | | | Sorting enumerations and generation of consts for enumfields with the same va...enurlyx2014-06-152-15/+77
| * | | | | | | | | Removed time and added a hash based on filename, line and column for creating...enurlyx2014-06-141-12/+9
| * | | | | | | | | Added test for anonymous structs and unionsenurlyx2014-06-101-0/+27
| * | | | | | | | | Add support for structs/unions defined in structs/unionsenurlyx2014-05-311-34/+100
* | | | | | | | | | Merge pull request #1317 from Varriount/fix-1303Varriount2014-06-271-0/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Add 'lib/pure/concurrency' path to nimrod.iniClay Sweetser2014-06-271-0/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #1278 from Varriount/fix-1090Andreas Rumpf2014-06-262-7/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fixed #1090Clay Sweetser2014-06-151-8/+7
| * | | | | | | | | Fixing issue #1090Clay Sweetser2014-06-152-3/+7
* | | | | | | | | | Merge pull request #1308 from flyx/tset_additionsAndreas Rumpf2014-06-262-18/+18
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixed TSet proc names to conform with setFelix Krause2014-06-262-14/+14
| * | | | | | | | | | Fixed doc comments in sets.nimFelix Krause2014-06-261-4/+4
* | | | | | | | | | | Merge pull request #1306 from flyx/develAndreas Rumpf2014-06-263-4/+136
|\| | | | | | | | | | | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | Added logical set operations to TSetFelix Krause2014-06-252-0/+130
| * | | | | | | | | Fixed handling swap in vmgenFelix Krause2014-06-251-4/+6
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #1294 from def-/tut-fixSimon Hafner2014-06-251-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Rename {.effect.} to {.effects.} in Tut 2def2014-06-211-1/+1
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #1293 from def-/website-monospaceSimon Hafner2014-06-251-1/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Use monospace as fallback font on websitedef2014-06-211-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'devel' of github.com:Araq/Nimrod into develDominik Picheta2014-06-221-0/+2
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #1295 from rbehrends/fix-staticexecAndreas Rumpf2014-06-221-0/+2
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Fixed gorge/staticExec to not strip newlines.Reimer Behrends2014-06-221-0/+2
| |/ / / / / / /
* / / / / / / / Remove varargs from json.`{}`Dominik Picheta2014-06-221-6/+4
|/ / / / / / /
* | | | | | | Merge pull request #1279 from Varriount/fix-1216Simon Hafner2014-06-182-1/+15
|\ \ \ \ \ \ \
| * | | | | | | Added notnil test for issue #1216Clay Sweetser2014-06-181-0/+14
| * | | | | | | Fix issue #1216Clay Sweetser2014-06-151-1/+1
| |/ / / / / /
* | | | | | | Allow async lambdas. Other socket modifications.Dominik Picheta2014-06-194-12/+25
* | | | | | | Merge pull request #1283 from fowlmouth/patch-4Varriount2014-06-181-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fix json.`[]`Billingsly Wetherfordshire2014-06-171-1/+1
|/ / / / / / /
* | | | | | | Improve caasdriver output.Dominik Picheta2014-06-161-7/+11
* | | | | | | Merge pull request #1282 from flaviut/develAndreas Rumpf2014-06-161-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix bootstrappingflaviut2014-06-161-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #1281 from Araq/new_spawnAndreas Rumpf2014-06-1642-192/+2115
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | some changesAraq2014-06-097-25/+70
| * | | | | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-069-223/+316
| |\ \ \ \ \ \
| | * | | | | | begin of spawn documentationAraq2014-06-061-0/+57
| | * | | | | | big rename: Promise -> FlowVarAraq2014-06-063-115/+115