summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* compiler can emulate thread local variablesAraq2011-06-1510-254/+259
* bugfix: endless loop in parser; added sphinx wrapperAraq2011-06-147-4/+270
* intsets are now a proper module and part of the stdlibAraq2011-06-1425-286/+297
* further improvements for thread analysisAraq2011-06-137-17/+36
* basic thread analysis workingAraq2011-06-1311-44/+179
* first (non working) implementation of global thread analysisAraq2011-06-139-97/+338
* fixed typos in typeinfo.nimAraq2011-06-121-14/+14
* lots of changes and additions to typeinfo.nimAraq2011-06-121-88/+274
* Merge branch 'master' of git@github.com:Araq/NimrodAraq2011-06-111-9/+18
|\
| * Some typeinfo.nim changes.dom962011-06-111-9/+18
* | implemented tables.addAraq2011-06-114-11/+26
|/
* got rid of nstrtabs and nhashes modulesAraq2011-06-1020-362/+57
* fixed system.nim to use the proper getTypeInfo magicAraq2011-06-102-2/+6
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-06-105-3/+210
|\
| * Added typeinfo moduledom962011-06-095-3/+210
* | Bugfix: no #line dir with 0 generatedAraq2011-06-107-16/+15
|/
* basic generic collections implemented and testedAraq2011-06-0710-95/+512
* bugfix: generic instantiation across module boundariesAraq2011-06-0611-241/+418
* overloading of [] for derefence operation should be possible nowAraq2011-06-053-5/+31
* ugh cannot get rid of rawEcho yet because old compiler relies on itAraq2011-06-051-0/+3
* threads clean up their heapAraq2011-06-049-46/+93
* bugfixes for semantic checking; thread implementation pushed the compilerAraq2011-06-048-126/+154
* first steps to thread local heapsAraq2011-06-0221-633/+1072
* bugfix second attempt: osprocAraq2011-05-221-0/+1
* bugfix stderr osprocAraq2011-05-221-7/+4
* Merge branch 'master' of git@github.com:Araq/NimrodAraq2011-05-225-950/+1460
|\
| * Added a helpful iterator to redis. Fixed some issues with stderr in osproc. F...dom962011-05-225-950/+1460
* | thread progressAraq2011-05-221-5/+6
|/
* pthread_key_t is respected to be an opaque type ...Araq2011-05-203-17/+18
* further progress for multi-threadingAraq2011-05-1910-176/+202
* threads with --gc:boehm may work now :-)Araq2011-05-172-51/+46
* still playing with threadsAraq2011-05-173-15/+17
* lexer, parser cleanup; boehm gc for mac os xAraq2011-05-176-100/+104
* thread support: next iterationAraq2011-05-176-120/+194
* store a pointer to thread local storage to make the GC happyAraq2011-05-162-4/+5
* further steps for thread support; bootstrapping should require unzip C source...Araq2011-05-1621-421/+372
* copy replaced by substrAraq2011-05-143-6/+6
* Merge branch 'master' of git@github.com:Araq/NimrodAraq2011-05-144-16/+53
|\
| * Merge branch 'master' of github.com:Araq/Nimroddom962011-05-1443-180/+265
| |\
| * | fixed some redis commands; fixed bindAddr and scgi now doesn't bind to all ad...dom962011-05-144-16/+53
* | | mmdisp [] instead of ^Araq2011-05-141-6/+6
| |/ |/|
* | deprecated system.copy: use system.substr insteadAraq2011-05-1431-109/+122
* | got rid of isLiftedAraq2011-05-142-11/+4
* | loop unrolled for stack markingAraq2011-05-133-1/+33
* | debug build works again; sorryAraq2011-05-094-54/+55
* | Merge branch 'master' of github.com:Araq/NimrodAraq2011-05-091-5/+22
|\|
| * tester now outputs jsondom962011-05-081-5/+22
* | threadvar alternativeAraq2011-05-094-10/+24
* | newStringOfCap implemented and used to optimize some procsAraq2011-05-0810-21/+53
|/
* bugfix: don't change OSError()'s behaviourAraq2011-05-082-14/+11