summary refs log tree commit diff stats
path: root/tests/compile
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fixes #270Araq2013-01-081-0/+28
| * fixes #292Araq2013-01-081-0/+17
| * Fixed many deprecation warnings. asyncio.recvLine now throws anDominik Picheta2012-12-231-7/+8
| * Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-061-0/+28
| |\
| | * implemented generic convertersAraq2012-12-051-0/+28
| * | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-024-1/+26
| |\|
| | * implements 'export' featureAraq2012-12-013-0/+25
| | * implements 'import dir/module' without quotesAraq2012-11-301-1/+1
| * | resolved conflictsAraq2012-11-301-0/+21
| |\|
| | * bugfix: better implict 'items' supportAraq2012-11-281-0/+21
| * | bugfix: implicit items/pairs work betterAraq2012-11-281-0/+12
| |/
* / track the "owner" heap object in the ref write barrierZahary Karadjov2012-12-011-0/+71
|/
* bugfix: wrong assertions for C++ code generation; some solaris support; first...Araq2012-10-301-1/+1
* bugfix: tcan_inherit_generic works againAraq2012-10-191-0/+8
* fixes #217Araq2012-10-131-0/+6
* attempt to fix #183Araq2012-10-062-0/+9
* experimental support for querying the type of expressions within macrosZahary Karadjov2012-10-031-0/+12
* the `is` operator now works with type classes and type variablesZahary Karadjov2012-10-032-2/+44
* fixes ttypeselectorsZahary Karadjov2012-09-281-2/+1
* bugfix: 'result' cannot be captured in a closureAraq2012-09-231-9/+11
* ftpclient fixed but causes an issue with the code generator andDominik Picheta2012-09-211-16/+18
* fixes #194Araq2012-09-201-0/+31
* [unittest] even deeper inspection of expressions and variables for the check ...Zahary Karadjov2012-09-141-2/+0
* [unittest] the check macro will print the values of params involved in failed...Zahary Karadjov2012-09-131-1/+1
* made more tests green; fixes #201Araq2012-09-123-15/+7
* made some tests greenAraq2012-09-1217-24/+29
* implemented generic templatesAraq2012-08-271-0/+8