summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: debugger works againAraq2012-01-082-2/+2
|
* unsuccessful phantom bug huntingAraq2012-01-084-35/+44
|
* koch: 'update' feature optional for less dependenciesAraq2012-01-081-52/+64
|
* 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
|
* bugfix: command line args are processed again after config files, so that ↵Araq2012-01-081-5/+5
| | | | --verbosity:3 works again
* implicit invokation of items/pairs iteratorsAraq2012-01-086-30/+72
|
* fixes #33Araq2012-01-073-26/+29
|
* bugfix: type alias to generic; generic type not stripped away from for loop ↵Araq2012-01-078-69/+118
| | | | variable
* bugfix: removed newSons legacyAraq2012-01-074-10/+15
|
* test t99bott.nim works nowAraq2012-01-064-25/+24
|
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-0519-47/+85
|
* fixed some testsAraq2012-01-032-6/+2
|
* bugfix: tester should compile againAraq2012-01-031-1/+1
|
* C sources regenerated for new len(openarray) header that catches more bugs; ↵Araq2012-01-035-13/+18
| | | | symbol files should work again
* io test uses dummy compile result objectAraq2012-01-021-1/+3
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-01-023-13/+6
|\
| * Merge pull request #86 from Tass/masterAraq2012-01-023-13/+6
| |\ | | | | | | Fixed IO tests.
| | * 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
| | | | | | | | | | | | | | | There is however a problem with the unittest. It does output colors even if stdout isn't a tty, so the test still fails.
* | | bugfix: +1 unnecessary in resizeString; caused annoying reallocations for ↵Araq2012-01-023-6/+5
|/ / | | | | | | strings created with 'newStringOfCap'
* | serious allocator bugfixesAraq2012-01-022-4/+11
| |
* | year 2012 for most copyright headersAraq2012-01-02174-184/+187
|/
* 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-314-5/+22
|/
* Merge pull request #84 from Tass/masterAraq2011-12-311-0/+1
|\ | | | | forgot to add the testfile for the io test
| * forgot to add tests/testdata/stringSimon Hafner2011-12-311-0/+1
| |
* | MAP_ANONYMOUS is not always 0x20 for linux; changed the testsAraq2011-12-313-9/+20
| |
* | changed io testsAraq2011-12-312-2/+6
| |
* | sysio: got rid of now unnecessary length checkAraq2011-12-311-2/+0
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2011-12-315-22/+93
|\ \
| * | Merge pull request #79 from Tass/masterAraq2011-12-315-22/+93
| |\| | | | | | | readAll
| | * compileSingleTest instead of direct callCompilerSimon Hafner2011-12-301-1/+1
| | |
| | * fixes for readAllSimon Hafner2011-12-304-22/+38
| | |
| | * implemented readAll()Simon Hafner2011-12-224-22/+77
| | |
* | | improved actors.syncAraq2011-12-312-2/+78
| | |
* | | windows module should now compile for all CPUsAraq2011-12-311-2/+16
| | |
* | | make trecinca|b tests greenAraq2011-12-316-6/+11
|/ /
* | critbits added to stdlibAraq2011-12-303-3/+28
| |
* | bugfix: preliminary symbol declaration in first pass of genericsAraq2011-12-303-10/+17
| |
* | GC: use simple balanced tree instead of AVL treeAraq2011-12-307-240/+409
| |
* | c2nim: bugfix: 'type x[10];' was not parsed properlyAraq2011-12-303-6/+3
| |
* | GC: AVL tree uses unsigned comparisonsAraq2011-12-301-7/+7
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2011-12-301-16/+23
|\ \
| * \ Merge pull request #83 from Amrykid/f449d2b7611b4d945eabe03ffb52b5235c544d80Araq2011-12-291-16/+23
| |\ \ | | | | | | | | events.nim updates
| | * | Fixed the documentation for events.nim.Amrykid2011-12-291-16/+18
| | | |
| | * | Added containsHandler to events.nimAmrykid2011-12-291-0/+5
| | | |
* | | | GC stack scanning cares about interior pointersAraq2011-12-3010-29/+328
|/ / /
* | | Merge branch 'master' of github.com:Araq/NimrodAraq2011-12-273-5/+99
|\ \ \