summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
...
* renamed optional to discardableAraq2011-09-241-5/+14
* more fixes to get rid of tyPureObjectAraq2011-09-242-3/generated by cgit-pink 1.4.1-2-gfad0 (git 2.36.2.497.gbbea4dcf42) at 2025-08-18 03:59:52 +0000 an title='2011-07-21 00:57:39 +0200'>2011-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