summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* fixes #217Araq2012-10-131-0/+6
* bugfix: threads should work again; fixes #220Araq2012-10-121-0/+27
* attempt to fix #183Araq2012-10-062-0/+9
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-042-12/+10
* added titer7 testAraq2012-10-041-0/+57
* 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-034-6/+48
* implemented case expressionsZahary Karadjov2012-10-032-11/+43
* bugfix: allow tuple constructors in generic codeZahary Karadjov2012-10-031-0/+4
* implemented return type inferenceZahary Karadjov2012-10-031-0/+29
* fixes ttypeselectorsZahary Karadjov2012-09-281-2/+1
* test cases for the new typedesc featuresZahary Karadjov2012-09-252-2/+28
* fixes #186 and the ttypedesc1 test caseZahary Karadjov2012-09-231-6/+8
* bugfix: 'result' cannot be captured in a closureAraq2012-09-231-9/+11
* proc bodies can be expressions with a typeAraq2012-09-221-1/+4
* ftpclient fixed but causes an issue with the code generator andDominik Picheta2012-09-211-16/+18
* added tactors2 testAraq2012-09-211-0/+25
* bugfix: typeinfo generationAraq2012-09-211-0/+1
* bugfix: tester does not hang anymoreAraq2012-09-211-3/+3
* fixes #194Araq2012-09-201-0/+31
* bugfix: 'nimrod i' works againAraq2012-09-181-0/+4
* pragma statements in rodfiles -- couldn't reproduceAraq2012-09-181-0/+3
* made tests green againAraq2012-09-181-1/+1
* [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
* fixed incorrect implicit conversion between arrays of different sizes; see #202Zahary Karadjov2012-09-131-0/+13
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-131-1/+15
|\
| * type trais used to work only on user-defined types. see #202Zahary Karadjov2012-09-131-1/+15
* | debugger compiles againAraq2012-09-132-2/+3
|/
* made more tests green; fixes #201Araq2012-09-127-10/+18
* made some tests greenAraq2012-09-1218-25/+30
* first steps for overloading support of passing blocks; bugfix: test results o...Araq2012-09-111-6/+4
* tr macros now documentedAraq2012-09-103-4/+16
* Merge pull request #198 from Tass/masterAraq2012-09-082-8/+14
|\
| * real test nowSimon Hafner2012-09-081-1/+2
| * Issue #197 has been solvedSimon Hafner2012-09-081-8/+6
| * hash() for floatsSimon Hafner2012-09-081-0/+7
* | unittest bugfix; made some tests greenAraq2012-09-082-2/+4
* | tmatrix.nim works nowAraq2012-09-081-2/+2
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-081-0/+49
|\ \
| * | Merge pull request #196 from Tass/masterAraq2012-09-061-0/+49
| |\|
| | * no uniqueCounter it isSimon Hafner2012-09-061-5/+4
| | * + random number generator for floats and slices - with testsSimon Hafner2012-09-061-0/+50
* | | term rewriting improvementsAraq2012-09-086-5/+41
|/ /
* | activated tests for tr macrosAraq2012-09-064-2/+34
* | bugfixes and improvements for term rewriting macrosAraq2012-09-042-6/+6
|/
* further improvements for term rewriting macrosAraq2012-09-046-6/+61
* made tests green againAraq2012-08-318-6/+13
* next steps towards term rewriting macros; simple examples workAraq2012-08-302-0/+45
* implemented generic templatesAraq2012-08-271-0/+8