summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel' into newasyncDominik Picheta2014-02-121-1/+1
|\
| * newProc can now be used to construct iterator defs.Dominik Picheta2014-02-121-1/+1
* | Rename PFutureVoid to PFutureBase.Dominik Picheta2014-02-121-19/+14
* | Merge branch 'devel' into newasyncDominik Picheta2014-02-1115-101/+194
|\|
| * Fixes macros.len crashing on nodes which lack the sons field.Dominik Picheta2014-02-111-1/+1
| * fixes #797; generic procs can be used in places expecting matching concrete p...Zahary Karadjov2014-02-115-29/+80
| * fixed a bug in `map` for setsSimon Hafner2014-02-102-3/+7
| * added tests for setSimon Hafner2014-02-101-0/+12
| * added `map` to setsSimon Hafner2014-02-102-0/+17
| * Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-105-24/+25
| |\
| | * Merge pull request #867 from reactormonk/no_explicit_returnAndreas Rumpf2014-02-103-23/+24
| | |\
| | | * tracked down a few more returnsSimon Hafner2014-02-053-21/+22
| | | * removed explicit return in the documentationSimon Hafner2014-02-032-2/+2
| | * | Merge pull request #896 from reactormonk/set_fixAndreas Rumpf2014-02-102-1/+1
| | |\ \
| | | * | fixes #887Simon Hafner2014-02-091-1/+1
| | | * | moved the tests for TSet to the correct placeSimon Hafner2014-02-091-0/+0
| * | | | fixes #889Araq2014-02-101-8/+13
| |/ / /
| * | | nofoward doesn't exist yet; fixes #890Araq2014-02-101-39/+42
* | | | Resolved conflict.Dominik Picheta2014-02-091-3/+3
* | | | Merge branch 'devel' into newasyncDominik Picheta2014-02-092-11/+24
|\| | |
| * | | capturing of an iterator works betterAraq2014-02-092-11/+24
| * | | Merge branch 'newasync' of https://github.com/Araq/Nimrod into develAraq2014-02-096-0/+1141
| |\ \ \ | | |/ / | |/| |
* | | | Merge branch 'devel' of github.com:Araq/Nimrod into newasyncDominik Picheta2014-02-0910-43/+64
|\| | | | |/ / |/| |
| * | fixes #885Araq2014-02-093-29/+35
| * | compiles on sparc againAraq2014-02-092-2/+1
| * | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-091-2/+6
| |\ \
| * | | fixes #882; fixes #853Araq2014-02-091-1/+1
| * | | fixes 'newSeq[T]' instantiation bugAraq2014-02-095-11/+27
* | | | Added a generic-lacking version of PFuture.Dominik Picheta2014-02-081-2/+18
* | | | Added new sockets modules: asyncio2, net, and sockets2.Dominik Picheta2014-02-084-0/+788
* | | | Merge branch 'devel' into newasyncDominik Picheta2014-02-08848-75631/+25977
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #877 from EXetoC/times-symbol-exportAndreas Rumpf2014-02-071-2/+6
| |\ \ \ | | |/ / | |/| |
| | * | Export procs that are useful elsewhere.EXetoC2014-02-061-2/+6
| | |/
| * | tester compiles againAraq2014-02-072-2/+2
| * | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-076-33/+77
| |\ \
| | * | indexBy, which indexes a collection into a hashtableSimon Hafner2014-02-062-0/+32
| | * | removed unittest from talgorithmSimon Hafner2014-02-061-12/+6
| | * | Merge pull request #875 from EXetoC/mongoAndreas Rumpf2014-02-062-19/+37
| | |\ \
| | | * | A first attempt at fixing the MongoDB modules.EXetoC2014-02-022-19/+37
| | * | | Merge pull request #876 from superfunc/develAndreas Rumpf2014-02-061-2/+2
| | |\ \ \
| | | * | | Fixed typo's in tutorial 2superfunc2014-02-051-2/+2
| * | | | | bugfix: codegen issue that caused getGMTime() to leak memoryAraq2014-02-076-3/+35
| |/ / / /
| * | | | fixes regression: constant fac4 didn't workAraq2014-02-064-11/+26
| * | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-061-1/+5
| |\| | |
| | * | | Merge pull request #870 from barcharcraz/templaterrzah2014-02-041-1/+5
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | deleted assert that would never fire because it turned into an error messageCharlie Barto2014-02-041-1/+0
| | | * | added good error for stuff like string[int] or int[int]Charlie Barto2014-02-031-0/+5
| * | | | stdlib compiles mostly without warnings againAraq2014-02-069-16/+14
| * | | | case consistency for -d:useWinAnsiAraq2014-02-053-7/+7
| * | | | tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is re...Araq2014-02-0511-42/+87