summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* thygienictempl addedAraq2012-08-261-0/+10
* made tests green againAraq2012-08-245-5/+5
* objects with no ancestor are not implicitely finalAraq2012-08-241-1/+1
* added ttables2 to gather data about issue #183Araq2012-08-222-1/+22
* documented hygienic templates; made tests green; fixed system.clampAraq2012-08-221-1/+1
* Fixed tasyncudp.nim to work with fowl's changes.Dominik Picheta2012-08-201-1/+2
* first steps to make templates hygienicAraq2012-08-201-2/+5
* made tests green againAraq2012-08-164-4/+4
* openarray/varargs split; breaks bootstrappingAraq2012-08-162-4/+15
* bugfix: typo in actors.nimAraq2012-08-151-1/+1
* more bugfixes for closuresAraq2012-08-141-0/+14
* made tests green againAraq2012-08-142-5/+7
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-08-132-3/+82
|\
| * UDP improvements for the sockets module. Renamed ftpclient.fileExists toDominik Picheta2012-08-122-3/+82
* | top level closures should work; transf is not a pass anymore; next steps for ...Araq2012-08-132-4/+3
|/
* borrow works with genericsAraq2012-08-061-0/+21
* made more tests greenAraq2012-07-263-17/+23
* next steps for closure consistency; fixes #176Araq2012-07-252-1/+475
* Added mycert.pem for the asynciossl test.Dominik Picheta2012-07-242-1/+33
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-07-241-0/+89
|\
| * Many fixes for asynchronous sockets. Asyncio should now work well with buffer...Dominik Picheta2012-07-221-0/+89
* | DLLs should work again; fixes #169Araq2012-07-243-0/+10
|/
* better test for 'system.compiles'Araq2012-07-201-3/+22
* added system.compilesAraq2012-07-201-0/+12
* tester compiles under taint mode againAraq2012-07-201-3/+3
* fixed the rodfiles testsZahary Karadjov2012-07-203-34/+37
* bugfixes for the symbol mangling; implements #129Araq2012-07-191-9/+9
* implemented #133Araq2012-07-191-1/+3
* bugfix: constraint matching for tyGenericInst; implements #130Araq2012-07-191-0/+23