summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | | | | | | Splits token parsing case into separate proc. Refs #740.Grzegorz Adam Hankiewicz2014-02-151-106/+115
| | | | |_|_|_|_|_|_|_|_|_|/ / / / / / | | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Merge pull request #929 from skyfex/develAndreas Rumpf2014-02-163-9/+71
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ / / / / / / | | | |/| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Fixed issue 391 (nested break in except-stmts)Audun Wilhelmsen2014-02-163-9/+71
| | * | | | | | | | | | | | | | | | | Merge pull request #928 from Varriount/testement/nil-to-discardAndreas Rumpf2014-02-1626-74/+74
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Changed tests and tools to use 'discard' statements instead of 'nil' for empt...Clay Sweetser2014-02-1526-74/+74
| | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | fix #188Zahary Karadjov2014-02-173-1/+45
| * | | | | | | | | | | | | | | | | fix argument_parserZahary Karadjov2014-02-161-24/+29
| |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Merge branch 'devel' of gh:/Araq/Nimrod into develZahary Karadjov2014-02-1530-76/+240
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | made 'koch web' work when current dir has a space in itAraq2014-02-153-6/+11
| | * | | | | | | | | | | | | | | actors.nim compiles againAraq2014-02-151-2/+6
| | | |_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | fixes #584Araq2014-02-145-27/+86
| | * | | | | | | | | | | | | | fixes #811Araq2014-02-141-1/+1
| | * | | | | | | | | | | | | | fixes #811Araq2014-02-142-4/+7
| | * | | | | | | | | | | | | | fixes #914Araq2014-02-144-3/+7
| | * | | | | | | | | | | | | | bugfix: 'system' on windows is saneAraq2014-02-141-1/+4
| | * | | | | | | | | | | | | | fixes #712Araq2014-02-142-1/+22
| | * | | | | | | | | | | | | | fixes #833Araq2014-02-142-0/+13
| | * | | | | | | | | | | | | | fixes #892Araq2014-02-144-5/+20
| | * | | | | | | | | | | | | | nil->discardAraq2014-02-141-6/+6
| | * | | | | | | | | | | | | | koch install should work now as documentedAraq2014-02-141-9/+18
| | * | | | | | | | | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-1310-31/+115
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | moved tsets test to collections/Simon Hafner2014-02-121-0/+0
| | | | |_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | | newProc can now be used to construct iterator defs.Dominik Picheta2014-02-121-1/+1
| | | | |_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | | Fixes macros.len crashing on nodes which lack the sons field.Dominik Picheta2014-02-111-1/+1
| | | | |_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | |
| | * | | | | | | | | | | | the tester now produces a diff in the JSONAraq2014-02-131-9/+35
| | * | | | | | | | | | | | edited compiler's configAraq2014-02-131-0/+2
| | * | | | | | | | | | | | fixes #612Araq2014-02-111-0/+1
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | more things case consistentAraq2014-02-103-8/+7
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | fix some regressions caused by tyTypeDesc[tyNone]Zahary Karadjov2014-02-156-32/+39
| * | | | | | | | | | | handle nested case objects in destructor generationZahary Karadjov2014-02-152-36/+75
| * | | | | | | | | | | the delegator pragma becomes a set of dot operatorsZahary Karadjov2014-02-157-75/+169
| | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | 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
| | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | 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
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | / / / / / | | | |/ / / / / | | |/| | | | |
| | * | | | | | 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
| | |\ \ \ \ \ \
| | * | | | | | | Epoll now works.Dominik Picheta2013-10-312-32/+54