summary refs log tree commit diff stats
path: root/tests/compile
Commit message (Expand)AuthorAgeFilesLines
* computed goto now works; some progress on the new VMAraq2013-10-251-15/+16
* fixed another semicolon related parsing bugAraq2013-10-021-24/+0
* resolved the conflictAraq2013-09-031-18/+13
|\
| * Merge branch 'type-classes' into upstreamZahary Karadjov2013-09-031-18/+13
| |\
| | * fix tcompilesZahary Karadjov2013-08-271-18/+13
* | | better support for GNU's assemblerAraq2013-09-031-1/+1
|/ /
* | fixes #554, fixes #179Araq2013-08-311-0/+27
* | fixes #563Araq2013-08-311-0/+14
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-302-0/+117
|\|
| * implemented and documented the new typedesc binding rulesZahary Karadjov2013-08-231-0/+87
| * Experimental support for delayed instantiation of genericsZahary Karadjov2013-08-231-0/+30
* | fixes #572Araq2013-08-301-0/+3
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-226-72/+133
|\
| * some steps to improve the type mismatches with the newZahary Karadjov2013-08-191-0/+10
| * Revert "Revert "made some tests green""Zahary Karadjov2013-08-192-70/+70
| * Revert "Revert "fix tforwardgeneric""Zahary Karadjov2013-08-191-2/+3
| * Revert "Revert "test cases for the new features""Zahary Karadjov2013-08-192-0/+50
* | fixed and documented computedGoto pragmaAraq2013-08-221-2/+3
|/
* implemented computed goto supportAraq2013-08-131-0/+45
* fixes #544Araq2013-07-241-0/+12
* fixes #501Araq2013-07-011-0/+3
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-06-271-3/+3
|\
| * Fixed OSError + recvLine deprecation warnings.Dominik Picheta2013-06-271-3/+3
* | fixes #488Araq2013-06-271-0/+9
|/
* implemented dataflow analysis; activate via --warning[Uninit]:onAraq2013-06-041-0/+4
* fixes #458Araq2013-05-311-3/+5
* Revert "fix tforwardgeneric"Araq2013-05-271-3/+2
* Revert "more test made green"Araq2013-05-272-71/+70
* Revert "test cases for the new features"Araq2013-05-272-50/+0
* test cases for the new featuresZahary Karadjov2013-05-262-0/+50
* more test made greenZahary Karadjov2013-05-262-70/+71
* fix tforwardgenericZahary Karadjov2013-05-261-2/+3
* documented the ``noforward`` pragmaZahary Karadjov2013-05-121-0/+10
* better effects handling for callbacksAraq2013-05-091-0/+14
* fixes #117Araq2013-05-041-0/+20
* added manyloc test suite; --path now relative to project dir if not absoluteAraq2013-04-131-0/+8
* fixes #310Araq2013-04-131-0/+22
* fixes #287; bugfix: subrange checking is performed againAraq2013-04-121-0/+19
* cleanup of tests; use 'koch install' instead of 'install.sh' for a bootstrapp...Araq2013-04-111-1/+5
* fixes #368Araq2013-04-081-0/+59
* fixes #304Araq2013-03-182-0/+16
* fixes #366Araq2013-03-171-0/+8
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-16113-0/+0
* merged upstream masterZahary Karadjov2013-01-2715-9/+363
|\
| * Merge pull request #316 from gradha/pr_renames_each_to_mapAraq2013-01-232-3/+3
| |\
| | * Renames each proc to map, each is left deprecated.Grzegorz Adam Hankiewicz2013-01-222-3/+3
| * | bootstrapping works againAraq2013-01-221-0/+14
| * | fixed some closure related bugsAraq2013-01-221-0/+194
| |/
| * small bugfix for lambdalifting; preparations for a better testing frameworkAraq2013-01-191-0/+1
| * fixes #299Araq2013-01-081-0/+13