summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\ | | | | | | readAll
| | * 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
|/ | | | | This is intended for type deduction depending on the arguments proc foo(x: type): type(expr(x))
* 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 ↵Araq2011-11-291-1/+1
| | | | liners (see examples/maximum.nim)
* 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
| | | | | This allows for various type selection algorithms to be implemented. See tests / accept / compile / ttypeselectors.nim for examples.
* bugfixes: objects still invalid for constants; fixed a typo concerning ↵Araq2011-11-152-1/+29
| | | | 'high' in eval context
* 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
| | | | | | | | output (this should be better for nimbuild)
* | 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; ↵Araq2011-11-092-0/+15
| | | | escaping of operators with \ is supported
* 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 ↵dom962011-11-042-0/+15
| | | | test suite.
* 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
|