summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
...
* bugfixes for .rod files and visual C++Araq2011-12-036-94/+94
* implemented 'let' statementAraq2011-11-291-1/+2
* fixes #31Araq2011-11-271-0/+3
* bugfix: tester compiles againAraq2011-11-261-1/+1
* deprecated endOfFile and readLineAraq2011-11-251-11/+8
* fixed bug that kept tls emulation from workingAraq2011-11-251-4/+5
* C codegen: generate nimKeepAlive calls at strategic places to keep the C comp...Araq2011-11-241-6/+15
* attempt to fix tunidecode test; GC cares for seq->openArray conversionsAraq2011-11-211-0/+6
* tester checks exitcode; osproc additions; DLL fixes; taint mode fixesAraq2011-11-071-35/+38
* DLL generation may work againAraq2011-11-022-8/+10
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-021-1/+2
|\
| * Fixed the tester. Some fixes and additions for the JS backend.dom962011-10-311-1/+2
* | better code generation for constant aggregatesAraq2011-11-021-3/+4
|/
* new compiler option tlsEmulationAraq2011-10-271-1/+1
* thread local vs. global system.raiseHookAraq2011-10-231-2/+4
* renamed optional to discardableAraq2011-09-241-5/+14
* more fixes to get rid of tyPureObjectAraq2011-09-242-3/+3
* got rid of tyPureObject; broke bootstrapping; use generated C codeAraq2011-09-244-9/+8
* Merge branch 'master' of git@github.com:Araq/NimrodAraq2011-09-242-1/+24
|\
| * Fixed string concatenation and other bugs in the JS backend. Fixed a small bu...dom962011-09-232-1/+24
* | beginning of a taint mode; type system enhancementsAraq2011-09-241-3/+3
|/
* bugfixes for generics; new threads implementation still brokenAraq2011-09-201-3/+5
* new actors implementation for nimrod; compiler's generics still not up for th...Araq2011-08-292-166/+79
* attempt to fix tester.nim file handle leakAraq2011-08-291-0/+0
* bugfix: fixed built-in 'reset'Araq2011-08-201-2/+2
* more occurences of 'pure' proc pragma fixedAraq2011-08-201-25/+26
* locks now in their own core moduleAraq2011-08-201-117/+3
* 'pure' is now 'noStackFrame' for procsAraq2011-08-191-6/+6
* 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