summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* code gen bugfixes; marshal.nim implementedAraq2011-06-2613-387/+598
|
* bugfix: shallowCopy should not break bootstrapping anymore; encodings.nim ↵Araq2011-06-211-2/+13
| | | | for windows improved
* implemented write access to s[i] for macrosAraq2011-06-212-5/+5
|
* zipfiles compiles again; added system.shallowCopyAraq2011-06-202-5/+12
|
* tests/reject/temptycaseobj.nimAraq2011-06-191-41/+4
|
* bugfix: typeinfo generation for tuplesAraq2011-06-191-0/+37
|
* got rid of unsound co/contravariance in procvarsAraq2011-06-173-19/+86
|
* pegs module: bugfixes for the anchor ^; pegs.replace now does what the docs sayAraq2011-06-161-24/+52
|
* readFile raises EIO instead of returning nil; added system.writeFileAraq2011-06-164-36/+31
|
* added encodings stdlibAraq2011-06-161-0/+445
|
* compiler can emulate thread local variablesAraq2011-06-154-133/+130
|
* bugfix: endless loop in parser; added sphinx wrapperAraq2011-06-142-2/+263
|
* intsets are now a proper module and part of the stdlibAraq2011-06-142-12/+177
|
* first (non working) implementation of global thread analysisAraq2011-06-131-1/+2
|
* 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-112-2/+24
|/
* got rid of nstrtabs and nhashes modulesAraq2011-06-101-12/+16
|
* fixed system.nim to use the proper getTypeInfo magicAraq2011-06-101-1/+5
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-06-103-2/+204
|\
| * Added typeinfo moduledom962011-06-093-2/+204
| |
* | Bugfix: no #line dir with 0 generatedAraq2011-06-102-4/+7
|/
* basic generic collections implemented and testedAraq2011-06-073-80/+287
|
* bugfix: generic instantiation across module boundariesAraq2011-06-062-199/+356
|
* ugh cannot get rid of rawEcho yet because old compiler relies on itAraq2011-06-051-0/+3
|
* threads clean up their heapAraq2011-06-045-32/+81
|
* bugfixes for semantic checking; thread implementation pushed the compilerAraq2011-06-045-64/+79
|
* first steps to thread local heapsAraq2011-06-0211-616/+927
|
* 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-222-2/+16
|\
| * Added a helpful iterator to redis. Fixed some issues with stderr in osproc. ↵dom962011-05-222-2/+16
| | | | | | | | Fixed doc generation issues.
* | thread progressAraq2011-05-221-5/+6
|/
* pthread_key_t is respected to be an opaque type ...Araq2011-05-202-16/+16
|
* further progress for multi-threadingAraq2011-05-199-174/+191
|
* threads with --gc:boehm may work now :-)Araq2011-05-172-51/+46
|
* 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-175-120/+190
|
* 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 ↵Araq2011-05-1610-210/+257
| | | | sources and ./build.sh
* 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-1421-131/+190
| |\
| * | fixed some redis commands; fixed bindAddr and scgi now doesn't bind to all ↵dom962011-05-144-16/+53
| | | | | | | | | | | | addresses. copy and delete for json module.
* | | mmdisp [] instead of ^Araq2011-05-141-6/+6
| |/ |/|
* | deprecated system.copy: use system.substr insteadAraq2011-05-1414-74/+85
| |
* | got rid of isLiftedAraq2011-05-141-4/+4
| |