summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* 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
* documentation improvements; GC_step improvedAraq2012-04-211-8/+4
* GC with realtime supportAraq2012-04-212-24/+173
* @ is a sigil-like operatorAraq2012-04-151-2/+0
* forgot to add lib/system/embedded.nimAraq2012-03-311-0/+106
* bugfix: DLLs should compile againAraq2012-03-311-1/+2
* implemented support for the AVR CPU and standalone OSAraq2012-03-313-1/+75
* bugfix #100 againAraq2012-03-281-1/+0
* implemented marker procs for the GC resulting in huge speedupsAraq2012-03-212-11/+19
* bootstraps fine with overloadable templatesZahary Karadjov2012-03-142-2/+2
* win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...Araq2012-03-042-4/+287
* added system.setControlCHook, system.writeStackTraceAraq2012-02-191-0/+5
* fixes tests for 'system.shallow'Araq2012-02-101-2/+2
* fixes tests for 'system.shallow'Araq2012-02-101-1/+1
* added 'system.shallow'Araq2012-02-093-61/+36
* bugfix: reprEnumAraq2012-02-021-0/+2
* bugfix: threading on PowerPCAraq2012-02-021-3/+16
* tlsEmulation:on for windows/GCCAraq2012-01-291-1/+1