summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* working cycle collector for old GCAraq2013-02-101-253/+133
* code cleanup for mark&sweep GCAraq2013-02-072-84/+32
* first version of a simple mark&sweep GC; activate with --gc:markAndSweepAraq2013-02-075-69/+781
* revert to old GC; use --gc:v2 to activate the new GCAraq2013-01-314-1138/+1034
* fixes nimrtl compilationZahary Karadjov2013-01-282-2/+2
* the `mainmodule` option has effect only when no explicit module is givenZahary Karadjov2013-01-281-1/+1
* merged upstream masterZahary Karadjov2013-01-273-19/+29
|\
| * bugfix: typeinfo.extendSeqAraq2013-01-271-14/+25
| * incompleteStruct pragma for C's FILEAraq2013-01-271-3/+2
| * fixes #293Araq2013-01-081-1/+1
| * Copyright 2012 -> 2013Araq2013-01-081-1/+1
* | few notes about the remaining problems with retired buffersZahary Karadjov2013-01-272-2/+8
* | Disabled mark-and-sweep in the compiler itselfZahary Karadjov2013-01-221-8/+33
* | minor bug fixes to make some tests greenZahary Karadjov2013-01-211-2/+0
* | cleaned up some debugging codeZahary Karadjov2013-01-203-73/+33
* | fixes the recently discovered GC memory leaksZahary Karadjov2012-12-207-311/+1830
* | temporary debugging code for the memory leak investigationZahary Karadjov2012-11-283-13/+42
|/
* fixes #250Araq2012-11-191-7/+9
* 'assert' hides EAssertionFailsure; stdlib makes use of 'tags'Araq2012-11-181-11/+13
* bugfix: stack traces; first class iterators almost workingAraq2012-11-152-12/+24
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-11-051-1/+1
|\
| * Many doc improvements. Changed Threads.joinThreads' param's type to varargs.Dominik Picheta2012-11-041-1/+1
* | system.onRaise improvementsAraq2012-11-051-3/+3
* | added system.onRaise to support a condition systemAraq2012-11-051-2/+4
|/
* caas barely works nowAraq2012-10-241-1/+2
* fixes #232Araq2012-10-191-0/+4
* fixed a serious code generation bug leading to wrong RTTIAraq2012-10-194-19/+58
* Added CAS to system/atomics.nimYury Benesh2012-10-131-0/+34
* allow 'mixin' in genericsAraq2012-10-122-6/+12
* first version of a memory profilerAraq2012-10-102-28/+54
* attempt to fix #183Araq2012-10-061-3/+7
* first steps for compiler as a serviceAraq2012-10-031-1/+2
* bugfix: 'defined/compiles' open an implicit mixin scope in genericsAraq2012-09-181-0/+2
* stricter symbol lookup in genericsAraq2012-09-172-4/+3
* profiler improvementsAraq2012-09-174-33/+17
* profiler documentationAraq2012-09-151-6/+0
* implemented a stack trace profilerAraq2012-09-153-49/+103
* debugger compiles againAraq2012-09-131-2/+5
* made more tests green; fixes #201Araq2012-09-121-2/+2
* made some tests greenAraq2012-09-121-4/+2
* term rewriting macros fully implemented; still buggyAraq2012-09-031-4/+0
* made tests green againAraq2012-08-241-1/+1
* objects with no ancestor are not implicitely finalAraq2012-08-241-1/+1
* fixes #185Araq2012-08-221-2/+7
* openarray/varargs split; breaks bootstrappingAraq2012-08-161-2/+2
* keep initStackBottom calls pleaseAraq2012-08-021-0/+1
* DLL fixes for windows; fixes #175Zahary Karadjov2012-07-311-1/+0
* DLLs should work again; fixes #169Araq2012-07-244-11/+14
* fixes #168Araq2012-07-191-1/+2
* make tests green againAraq2012-07-171-25/+25