summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* bugfix: invalid indentation for 'else' is detected; optional indentation for ...Araq2012-01-131-0/+27
* bugfix: tests/reject/tnoinst.nim is now rejected properlyAraq2012-01-131-0/+16
* even more sys assertionsAraq2012-01-131-25/+14
* more sysasserts for allocator/gcAraq2012-01-121-7/+12
* further steps to eliminate generics bugsAraq2012-01-112-2/+4
* disabled tdatabind.nim as it's still to heavy for the compilerAraq2012-01-081-0/+95
* adapted titer4 test because of new implicit items/pairs iteratorsAraq2012-01-081-2/+2
* implicit invokation of items/pairs iteratorsAraq2012-01-081-0/+4
* fixes #33Araq2012-01-071-19/+17
* bugfix: type alias to generic; generic type not stripped away from for loop v...Araq2012-01-073-0/+34
* test t99bott.nim works nowAraq2012-01-061-4/+4
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-051-1/+8
* fixed some testsAraq2012-01-032-6/+2
* io test uses dummy compile result objectAraq2012-01-021-1/+3
* Merge pull request #86 from Tass/masterAraq2012-01-023-13/+6
|\
| * removed """ so unittest can handle itSimon Hafner2012-01-021-6/+1
| * fixed the io tests so they run as intendedSimon Hafner2011-12-313-7/+5
* | 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