summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* 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
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-163-4/+4
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-083-6/+12
* added devel/logging; weakrefs test; next steps for proper unsigned supportAraq2012-07-052-2/+5
* JS codegen enhancements; still unusableAraq2012-07-011-22/+79
* dead code elimination for JS backend; JS improvements (but doesn't work yet)Araq2012-06-301-26/+74
* changed integer promotion rules; added math.fmodAraq2012-06-283-6/+6
* thread var emulation should work againAraq2012-06-251-0/+2
* bite the bullet and make 'initStackBottom' a compilerprocAraq2012-06-241-0/+1
* added gcleak4.nim test; fails in debug modeAraq2012-06-241-2/+0
* tests/gc/gcleak4.nimAraq2012-06-242-1/+8
* docgen2 improvementsAraq2012-06-234-7/+7
* bugfixes for closuresAraq2012-06-211-0/+3
* more uint related fixesZahary Karadjov2012-06-141-1/+3
* generate default destructorsZahary Karadjov2012-06-061-0/+4
* fixes a long standing bug concerning assignment of case objectsAraq2012-05-221-2/+10
* added another system.getStackTraceAraq2012-05-201-0/+9
* added system.getStackTrace; docgen refactoring (incomplete)Araq2012-05-061-0/+7