summary refs log tree commit diff stats
path: root/lib/core
Commit message (Collapse)AuthorAgeFilesLines
* preparations for 0.8.12Araq2011-07-101-8/+8
|
* importCompilerProc pragma introduced because the hacks for typeinfo.nim did ↵Araq2011-06-271-9/+16
| | | | not suffice
* code gen bugfixes; marshal.nim implementedAraq2011-06-262-296/+222
|
* fixed typos in typeinfo.nimAraq2011-06-121-14/+14
|
* lots of changes and additions to typeinfo.nimAraq2011-06-121-88/+274
|
* Some typeinfo.nim changes.dom962011-06-111-9/+18
|
* Added typeinfo moduledom962011-06-091-0/+195
|
* first steps to thread local heapsAraq2011-06-021-348/+0
|
* thread progressAraq2011-05-221-5/+6
|
* pthread_key_t is respected to be an opaque type ...Araq2011-05-201-3/+4
|
* further progress for multi-threadingAraq2011-05-191-104/+123
|
* threads with --gc:boehm may work now :-)Araq2011-05-171-46/+42
|
* thread support: next iterationAraq2011-05-171-91/+80
|
* store a pointer to thread local storage to make the GC happyAraq2011-05-161-2/+2
|
* further steps for thread support; bootstrapping should require unzip C ↵Araq2011-05-161-2/+1
| | | | sources and ./build.sh
* gc tweaking to gain a few percent of performanceAraq2011-05-072-57/+57
|
* grammar changes for table constructor: second partAraq2011-04-211-21/+1
|
* p[] instead of p^Araq2011-04-111-23/+23
|
* non-nil AST; continue after errors for IDE supportAraq2011-02-122-0/+0
|
* documentation improvementsAraq2011-02-061-4/+20
|
* changes to threads; --recursivePath supportAraq2011-01-291-43/+212
|
* basic thread support; still broken on Windows; untested on Mac OS XAraq2011-01-183-0/+683