summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* quite messy implementation of generic lambdas, needs reworking; fixes #715Zahary Karadjov2014-02-172-1/+11
* Merge branch 'devel' of gh:/Araq/Nimrod into develZahary Karadjov2014-02-1722-53/+162
|\
| * Merge branch 'newasync' into develDominik Picheta2014-02-161-0/+64
| |\
| | * Fix processing of 'await' with a nnkCall.Dominik Picheta2014-02-161-2/+1
| | * Added await test.Dominik Picheta2014-02-161-0/+65
| * | Merge pull request #929 from skyfex/develAndreas Rumpf2014-02-161-0/+45
| |\ \
| | * | Fixed issue 391 (nested break in except-stmts)Audun Wilhelmsen2014-02-161-0/+45
| * | | Changed tests and tools to use 'discard' statements instead of 'nil' for empt...Clay Sweetser2014-02-1520-53/+53
| |/ /
* / / fix #188Zahary Karadjov2014-02-171-0/+18
|/ /
* | Merge branch 'devel' of gh:/Araq/Nimrod into develZahary Karadjov2014-02-157-10/+117
|\|
| * fixes #584Araq2014-02-142-1/+36
| * fixes #914Araq2014-02-141-0/+3
| * fixes #712Araq2014-02-141-0/+20
| * fixes #833Araq2014-02-141-0/+10
| * fixes #892Araq2014-02-141-0/+13
| * Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-133-0/+49
| |\
| | * moved tsets test to collections/Simon Hafner2014-02-121-0/+0
| * | the tester now produces a diff in the JSONAraq2014-02-131-9/+35
* | | fix some regressions caused by tyTypeDesc[tyNone]Zahary Karadjov2014-02-151-0/+13
* | | handle nested case objects in destructor generationZahary Karadjov2014-02-151-0/+44
* | | the delegator pragma becomes a set of dot operatorsZahary Karadjov2014-02-151-0/+66
| |/ |/|
* | fixes #797; generic procs can be used in places expecting matching concrete p...Zahary Karadjov2014-02-111-0/+20
* | fixed a bug in `map` for setsSimon Hafner2014-02-101-1/+5
* | added tests for setSimon Hafner2014-02-101-0/+12
* | added `map` to setsSimon Hafner2014-02-101-0/+13
|/
* moved the tests for TSet to the correct placeSimon Hafner2014-02-091-0/+0
* fixes #885Araq2014-02-091-2/+2
* fixes 'newSeq[T]' instantiation bugAraq2014-02-091-0/+12
* tester compiles againAraq2014-02-072-2/+2
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-072-12/+28
|\
| * indexBy, which indexes a collection into a hashtableSimon Hafner2014-02-061-0/+22
| * removed unittest from talgorithmSimon Hafner2014-02-061-12/+6
* | bugfix: codegen issue that caused getGMTime() to leak memoryAraq2014-02-073-1/+31
|/
* fixes regression: constant fac4 didn't workAraq2014-02-061-1/+6
* tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is re...Araq2014-02-051-0/+29
* bugfix: immediate templates are preferred consistently (danger: breaks code)Araq2014-02-041-0/+17
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-031-3/+9
|\
| * Remove spurious import added in the last commit.ReneSac2014-02-031-1/+1
| * Fix optarg() and added two more tests.ReneSac2014-02-031-3/+9
* | macro tests almost greenAraq2014-02-035-7/+9
|/
* cleaned up command expressionsAraq2014-02-021-5/+10
* fixes #844Araq2014-02-021-0/+12
* Merge pull request #859 from reactormonk/sets_equivalenceAndreas Rumpf2014-02-011-0/+15
|\
| * added test specs for the testerSimon Hafner2014-02-011-0/+3
| * corrected docs and testsSimon Hafner2014-02-011-13/+9
| * sets equivalenceSimon Hafner2014-01-311-0/+16
* | remove the old testerAraq2014-02-021-0/+14
|\ \
| * | Fixes wrong slurp path in tester.Dominik Picheta2014-02-011-2/+2
| |/
| * product more robust against empty inputSimon Hafner2014-01-301-0/+5
| * added Cartesian productSimon Hafner2014-01-301-0/+9