summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* GC: use simple balanced tree instead of AVL treeAraq2011-12-302-235/+94
* GC: AVL tree uses unsigned comparisonsAraq2011-12-301-7/+7
* GC stack scanning cares about interior pointersAraq2011-12-303-12/+308
* code gen can generate code to keep alive stack rootsAraq2011-12-222-1/+25
* GC: some inlining to improve performance sensitive partsAraq2011-12-131-1/+11
* C code gen: generate even better code for the GCAraq2011-12-122-3/+23
* c2nim compiles againAraq2011-12-122-2/+2
* compiler takes advantage of 'new(Obj|New)RC1Araq2011-12-121-0/+1
* compiler generates volatile temps to keep C compiler from optimizing away sta...Araq2011-12-121-3/+29
* fixes #71; sorry about the polling implementationAraq2011-12-051-1/+4
* 'assert' is now implemented without compiler magicAraq2011-12-042-4/+4
* threads compile again; attempt to fix serious code gen issue (except + return)Araq2011-12-032-11/+11
* 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