summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* fix #1001Zahary Karadjov2014-03-162-1/+2
* fix #715 againZahary Karadjov2014-03-162-1/+13
* PFuture[void] now works.Dominik Picheta2014-03-151-10/+12
* File descriptors are now removed from fds list explicitly in close().Dominik Picheta2014-03-141-3/+3
* fixes #993Araq2014-03-131-0/+21
* Fixed tasyncawait on Windows.Dominik Picheta2014-03-121-2/+2
* tasyncawait now works on Linux.Dominik Picheta2014-03-111-8/+1
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-1011-28/+261
|\
| * fix #986Zahary Karadjov2014-03-101-1/+5
| * further improvements for static generic params; activate the hardest test casesZahary Karadjov2014-03-102-11/+29
| * fix #909Zahary Karadjov2014-03-091-0/+16
| * teach opcLdObj about nkExprColonExprZahary Karadjov2014-03-092-18/+70
| * Merge branch 'devel' of github.com:Araq/Nimrod into develZahary Karadjov2014-03-091-1/+9
| |\
| | * Fixes to asyncio2 on Linux.Dominik Picheta2014-03-091-1/+9
| * | few more fixes for static params in macros; new failing test cases for static...Zahary Karadjov2014-03-091-7/+41
| * | Merge branch 'devel' of github.com:Araq/Nimrod into develZahary Karadjov2014-03-092-15/+40
| |\|
| | * Merge pull request #981 from Varriount/tester/enhanced-json-outputAndreas Rumpf2014-03-081-0/+18
| | |\
| | | * Removed debug codeClay Sweetser2014-03-081-1/+0
| | | * Tester now outputs all the test results of the current test run to json.Clay Sweetser2014-03-071-0/+19
| | * | Merge pull request #979 from EXetoC/alloc-overloadsAndreas Rumpf2014-03-081-15/+22
| | |\ \ | | | |/ | | |/|
| | | * Update unit test.EXetoC2014-03-071-8/+15
| | | * Update unit test.EXetoC2014-03-071-10/+10
| | | * Update test with new names.EXetoC2014-03-071-3/+3
| * | | fix #966Zahary Karadjov2014-03-092-0/+38
| * | | implicit auto return type for inline iteratorsZahary Karadjov2014-03-081-1/+1
| * | | implements higher-order inline iterators and return type inference for iteratorsZahary Karadjov2014-03-081-0/+38
| |/ /
* / / osproc compiles again for haikuAraq2014-03-101-0/+52
|/ /
* | Merge branch 'devel' of github.com:Araq/Nimrod into develZahary Karadjov2014-03-064-0/+76
|\|
| * Merge branch 'devel' into alloc-overloadsEXetoC2014-03-0668-107/+857
| |\
| | * bugfix: unreported 'compiles' bugAraq2014-03-051-0/+2
| | * fixes #942Araq2014-03-052-1/+17
| | * Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-051-0/+21
| | |\
| | * | fixes #937Araq2014-03-051-0/+13
| * | | Add allocation unit tests.EXetoC2014-03-061-0/+45
* | | | fix #587Zahary Karadjov2014-03-062-5/+45
* | | | test cases for the new handling of iterators by the `is` operatorZahary Karadjov2014-03-061-1/+27
* | | | split the inline and closure iterators into different symbol kinds for easier...Zahary Karadjov2014-03-062-2/+2
| |_|/ |/| |
* | | failing test case for static evaluationZahary Karadjov2014-03-041-0/+21
| |/ |/|
* | Changed behavior when babel cannot be found/runVarriount2014-03-041-2/+4
* | Fix categories.nimVarriount2014-03-031-1/+1
* | Allowed specification of what babel packages to install via new categories - ...Clay Sweetser2014-03-031-8/+23
* | Removed babel package tests from those run when 'all' is specified.Clay Sweetser2014-03-031-1/+1
* | Integrated 'babel' with testamentClay Sweetser2014-03-022-1/+71
* | made some tests green; htmlgen still brokenAraq2014-02-252-3/+3
* | Merge branch 'vm2_2' into develAraq2014-02-254-13/+17
|\ \
| * | keine_schweine test is not platform dependentAraq2014-02-243-12/+16
| * | new VM is getting stableAraq2014-02-241-1/+1
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAudun Wilhelmsen2014-02-2336-78/+219
|\ \ \
| * | | Implemented selector support for asyncio2.Dominik Picheta2014-02-221-2/+2
| * | | fix #945Zahary Karadjov2014-02-201-2/+3