summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * fix illegal recursion checksZahary Karadjov2013-12-282-14/+11
| | * lift generic parameters from concrete composite type classesZahary Karadjov2013-12-281-6/+11
| | * towards support for composite type classes such as seq[Number] and SquareMatr...Zahary Karadjov2013-12-271-0/+30
| | * test case for semistaticZahary Karadjov2013-12-251-0/+24
| | * static params: expr[T] is now static[T]Zahary Karadjov2013-12-192-6/+6
* | | case consistency improvementsAraq2014-01-111-4/+0
|/ /
* | templates can access hidden fieldsAraq2013-12-252-0/+18
* | Merge branch 'vm2' of github.com:Araq/Nimrod into vm2Araq2013-12-2413-30/+37
|\ \
| * \ Merge branch 'master' into vm2Araq2013-12-132-6/+24
| |\ \
| * | | new VM: globals kinda workAraq2013-12-132-2/+2
| * | | new VM: improvementsAraq2013-12-121-3/+3
| * | | new VM: passes more testsAraq2013-12-061-0/+4
| * | | makes 'reject' tests greenAraq2013-12-057-9/+11
| * | | bugfix: keywords are sortedAraq2013-12-051-1/+1
| * | | Merge branch 'master' into vm2Araq2013-12-057-3/+207
| |\ \ \ | | | |/ | | |/|
| * | | computed goto now works; some progress on the new VMAraq2013-10-251-15/+16
* | | | Correct the spelling of the word 'implicitly'Satish BD2013-12-231-1/+1
| |_|/ |/| |
* | | Commented out CAAS testing code.Clay Sweetser2013-12-121-6/+6
* | | use parseopt2 in parseopt2 testMichał Zieliński2013-12-101-1/+1
* | | Fix : and = precedence in parseopt.Michał Zieliński2013-12-101-4/+5
* | | Reimplement parseopt which parses arguments given as a sequence of strings, n...Michał Zieliński2013-12-091-0/+17
| |/ |/|
* | fixes a regression where memset was used without including <string.h>Araq2013-12-031-0/+13
* | fixes #681Araq2013-11-301-1/+13
* | fixes #686Araq2013-11-292-0/+142
* | simple unit test and better documentation for the user defined type classesZahary Karadjov2013-11-171-0/+28
* | failing test for static paramsZahary Karadjov2013-11-051-0/+9
* | Fixed regression on ARM caused by the changed behaviour of noStackFrame in co...Dominik Picheta2013-10-191-2/+2
|/
* Merge pull request #604 from reactormonk/masterAndreas Rumpf2013-10-051-0/+10
|\
| * don't mess with semfold, use vars insteadSimon Hafner2013-09-261-2/+2
| * moved eqproc to the correct magic positionSimon Hafner2013-09-261-0/+10
* | fixed another semicolon related parsing bugAraq2013-10-021-0/+18
* | examples from the talk part of test suiteAraq2013-09-271-0/+1
|/
* the compiler can now deal with multiple modules of the same nameAraq2013-09-265-0/+32