summary refs log tree commit diff stats
path: root/lib/system
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|