summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | new tester produces json outputAraq2014-02-025-715/+26
* | fixed casesAraq2014-02-021-3/+3
|/
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-01-231-1/+1
|\
| * fix the error "only proc headers can feature pragmas" when compiling in JS modeZahary Karadjov2014-01-231-1/+1
* | closure iterators workAraq2014-01-231-2/+2
* | next steps for closure iteratorsAraq2014-01-2217-1/+33
|/
* parser support anon iteratorsAraq2014-01-204-0/+39
* command syntax is allowed in expressionsAraq2014-01-202-0/+12
* resolved conflicts with masterAraq2014-01-186-0/+152
|\
| * added test cases from strange loop eventAraq2014-01-136-0/+152
* | unittest module works againAraq2014-01-182-2/+2
* | better testerAraq2014-01-1719-28/+36
* | better html generator for the tester; fixes some VM bugsAraq2014-01-174-18/+45
* | tester: htmlgen almost worksAraq2014-01-141-2/+14
* | tester support html generationAraq2014-01-147-10/+139
* | new tester; all tests categorizedAraq2014-01-13480-2504/+787
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-01-1319-189/+395
|\ \
| * | progress towards fixing tgenericshardcasesZahary Karadjov2014-01-061-9/+15
| * | introduce tyFromExpr; fixes #618Zahary Karadjov2014-01-043-1/+48
| * | fixed #597Zahary Karadjov2014-01-021-9/+67
| * | clean-up some obsolete code; close #602Zahary Karadjov2013-12-311-0/+14
| * | close #517Zahary Karadjov2013-12-311-0/+10
| * | migrate the static param handling to ReplaceTypeVars; fix tgenericvariantZahary Karadjov2013-12-301-1/+1
| * | fix the filtering of void params in procs' signaturesZahary Karadjov2013-12-294-30/+8
| * | Merge branch 'upstream' into develZahary Karadjov2013-12-2911-141/+234
| |\ \
| | * | integrate the logic of fixupProcType into ReplaceTypeVarsZahary Karadjov2013-12-293-32/+32
| | * | make more tests greenZahary Karadjov2013-12-295-94/+80
| | * | fixes #787Zahary Karadjov2013-12-281-0/+51