summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* bugfix: running for threadsAraq2011-08-121-1/+1
* added system.running for threadsAraq2011-08-111-0/+8
* json code generation works againAraq2011-08-071-1/+1
* preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen...Araq2011-07-311-1/+1
* bugfixes; added events module, sequtils moduleAraq2011-07-261-5/+9
* tests repaired; serious typo in the allocator fixed; fixes #32Araq2011-07-221-1/+1
* bugfix: proper cache for generic instantiationsAraq2011-07-211-1/+1
* shared untraced heap; bugfix: mem corruptions in message passing codeAraq2011-07-185-81/+103
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-163-5/+86
* version 0.8.12Araq2011-07-101-1/+1
* preparations for 0.8.12Araq2011-07-105-82/+129
* basic message passing workingAraq2011-07-092-14/+50
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-0811-354/+642
* tests are green againAraq2011-06-281-5/+2
* bugfix: pegs.nim compiles againAraq2011-06-261-2/+0
* improvements to get code size down for programs that don't use GCAraq2011-06-266-143/+132
* code gen bugfixes; marshal.nim implementedAraq2011-06-265-41/+36
* tests/reject/temptycaseobj.nimAraq2011-06-191-41/+4
* bugfix: typeinfo generation for tuplesAraq2011-06-191-0/+37
* readFile raises EIO instead of returning nil; added system.writeFileAraq2011-06-161-13/+19
* compiler can emulate thread local variablesAraq2011-06-153-129/+125
* intsets are now a proper module and part of the stdlibAraq2011-06-141-12/+0
* first (non working) implementation of global thread analysisAraq2011-06-131-1/+2
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-06-101-2/+8
|\
| * Added typeinfo moduledom962011-06-091-2/+8
* | Bugfix: no #line dir with 0 generatedAraq2011-06-101-3/+6
|/
* ugh cannot get rid of rawEcho yet because old compiler relies on itAraq2011-06-051-0/+3
* threads clean up their heapAraq2011-06-044-27/+67
* bugfixes for semantic checking; thread implementation pushed the compilerAraq2011-06-044-64/+73
* first steps to thread local heapsAraq2011-06-027-261/+583
* pthread_key_t is respected to be an opaque type ...Araq2011-05-201-13/+12
* further progress for multi-threadingAraq2011-05-197-69/+66
* threads with --gc:boehm may work now :-)Araq2011-05-171-5/+4
* still playing with threadsAraq2011-05-172-14/+16
* lexer, parser cleanup; boehm gc for mac os xAraq2011-05-171-1/+6
* thread support: next iterationAraq2011-05-173-26/+107
* store a pointer to thread local storage to make the GC happyAraq2011-05-161-2/+3
* further steps for thread support; bootstrapping should require unzip C source...Araq2011-05-167-146/+216
* mmdisp [] instead of ^Araq2011-05-141-6/+6
* loop unrolled for stack markingAraq2011-05-132-1/+14
* debug build works again; sorryAraq2011-05-093-45/+44
* threadvar alternativeAraq2011-05-092-2/+14
* gc tweaking to gain a few percent of performanceAraq2011-05-074-46/+88
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-012-5/+13
* optional native stack tracesAraq2011-04-291-2/+2
* const table supportAraq2011-04-291-4/+4
* := templatable; lexer improvementsAraq2011-04-171-1/+5
* p[] instead of p^Araq2011-04-114-44/+44
* bugfix: GC more forgivingAraq2011-04-031-1/+4
* bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-231-27/+46