summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* better exception behavior for os.removeFile and os.removeDirAraq2011-11-061-6/+1
* compilation cache: fixed recently introduced bug (lazy loading of bodies)Araq2011-11-063-0/+30
* Added ftpclient module. Fixed docs in sockets module. Added dll tests to test...dom962011-11-042-0/+15
* fixes #2Araq2011-11-021-3/+0
* fixes #59Araq2011-11-021-0/+9
* small bugfixes to make more tests greenAraq2011-11-025-4/+18
* DLL generation may work againAraq2011-11-022-0/+19
* Fixed the tester. Some fixes and additions for the JS backend.dom962011-10-311-9/+9
* lazy loading of body ast implementedAraq2011-10-301-12/+23
* splicing tested and documentedAraq2011-10-285-8/+20
* eval context for macros lives as long as the current module is compiledAraq2011-10-281-0/+19
* compilation cache: tests now part of test suiteAraq2011-10-2716-30/+241