summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* year 2012 for most copyright headersAraq2012-01-024-4/+4
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-12-311-0/+1
|\
| * Disabled io tests because it blocks indefinitely.dom962011-12-311-0/+1
* | new len(openarray) implementationAraq2011-12-311-0/+9
|/
* Merge pull request #84 from Tass/masterAraq2011-12-311-0/+1
|\
| * forgot to add tests/testdata/stringSimon Hafner2011-12-311-0/+1
* | MAP_ANONYMOUS is not always 0x20 for linux; changed the testsAraq2011-12-312-4/+16
* | changed io testsAraq2011-12-312-2/+6
* | Merge branch 'master' of github.com:Araq/NimrodAraq2011-12-313-0/+37
|\ \
| * | Merge pull request #79 from Tass/masterAraq2011-12-313-0/+37
| |\|
| | * compileSingleTest instead of direct callCompilerSimon Hafner2011-12-301-1/+1
| | * fixes for readAllSimon Hafner2011-12-302-3/+14
| | * implemented readAll()Simon Hafner2011-12-222-0/+26
* | | improved actors.syncAraq2011-12-311-0/+66
* | | make trecinca|b tests greenAraq2011-12-312-2/+2
|/ /
* | critbits added to stdlibAraq2011-12-301-0/+28
* | added support for advanced substitution expressionsAraq2011-12-271-1/+1
|/
* fixed some recently introduced compilation errors in the standard libraryZahary Karadjov2011-12-131-1/+1
* added binary trees benchmarkAraq2011-12-121-0/+54
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2011-12-114-38/+57
|\
| * codegen uses alias analysis to generate better codeAraq2011-12-101-37/+37
| * fixes #71; sorry about the polling implementationAraq2011-12-053-1/+20
* | proc arguments are in scope when the result type definition is being processedZahary Karadjov2011-12-091-0/+3
|/
* fixes 70Araq2011-12-041-4/+4
* 'assert' is now implemented without compiler magicAraq2011-12-041-0/+14
* made 2 tests greenAraq2011-11-302-2/+2
* cleaned up configuration file handling and documented the new behaviourAraq2011-11-301-0/+3
* implemented 'let' statementAraq2011-11-294-9/+55
* old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 l...Araq2011-11-291-1/+1
* further steps to get rid of deprecated endOfFile and readLineAraq2011-11-292-3/+3
* fixes #31Araq2011-11-271-0/+4
* deprecated endOfFile and readLineAraq2011-11-251-4/+4
* fixed bug that kept tls emulation from workingAraq2011-11-252-17/+16
* attempt to fix tunidecode test; GC cares for seq->openArray conversionsAraq2011-11-212-4/+2
* bugfix: 'when' sections in generic objects now work, so TThread[void] compilesAraq2011-11-201-1/+1
* got rid of 'accept' dir in the testsAraq2011-11-19263-6/+4
* fixed some testsAraq2011-11-1912-70/+77
* tester: threading tests addedAraq2011-11-195-12/+77
* bugfix: fixed memory leaks in osproc moduleAraq2011-11-185-109/+165
* macros and templates can be expanded anywhere where a type is expected.Zahary Karadjov2011-11-181-0/+39
* bugfixes: objects still invalid for constants; fixed a typo concerning 'high'...Araq2011-11-152-1/+29
* tester uses same layout as nimbuildAraq2011-11-123-5/+273
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-122-47/+3
|\
| * when running unit tests, the tester will print only failures using colorless ...Zahary Karadjov2011-11-102-47/+3
* | added another test caseAraq2011-11-121-0/+10
|/
* GC tests now finally part of testsuiteAraq2011-11-109-669/+73
* operator precedence changed: assignment like operators are supported; escapin...Araq2011-11-092-0/+15
* bugfixes for the testsuiteAraq2011-11-081-14/+17
* bugfixes for the tester; the tester now supports running of single testsAraq2011-11-089-49/+71
* tester checks exitcode; osproc additions; DLL fixes; taint mode fixesAraq2011-11-074-28/+114