log

age author description
Thu, 30 Sep 2010 12:57:13 +0400 korDen stringtable, stringbuffer and freelist moved to Global
Thu, 30 Sep 2010 12:13:49 +0400 korDen rewrite GlobalExpressions, moved DsymbolTable to Global, some cleanup
Thu, 30 Sep 2010 10:30:15 +0400 korDen Moved object and classinfo from ClassDeclaration to Global (as part of getting rid of the global state)
Thu, 30 Sep 2010 10:04:32 +0400 korDen Temporarily disabled GC (again) because phobos fails to compile with it (looks like some ObjSymbols are being falsely collected, see Library.d:666)
Thu, 30 Sep 2010 07:53:23 +0400 korDen GC is working now
Thu, 23 Sep 2010 13:55:20 +0400 korDen *.interpret functions implemenation
Tue, 21 Sep 2010 14:59:56 +0400 korDen updated build script to use dmd2.039
Mon, 20 Sep 2010 01:19:36 +0400 korDen type fixed
Mon, 20 Sep 2010 01:18:05 +0400 korDen RTLSYM update
Sun, 19 Sep 2010 07:16:57 +0400 korDen overloadApply bug fixed (visitor is a struct and thus should be passed by reference)
Sun, 19 Sep 2010 06:54:31 +0400 korDen overloadApply fixes
Thu, 16 Sep 2010 01:34:10 +0200 trass3r * added all missing default cases in switch statements
Wed, 15 Sep 2010 18:24:39 +0200 trass3r + ArrayInitializer.toAssocArrayLiteral()
Wed, 15 Sep 2010 17:31:22 +0200 trass3r + Statement.interpret()
Wed, 15 Sep 2010 15:32:31 +0200 trass3r * changed the build system to build a release version if the debug one compiles
Wed, 15 Sep 2010 04:18:46 +0200 trass3r added lots of ddoc code, still needs much care
Wed, 15 Sep 2010 03:00:30 +0200 Trass3r moved Escape and Macro to ddoc folder
Wed, 15 Sep 2010 02:47:24 +0200 Trass3r + Escape.escapeChar()
Tue, 14 Sep 2010 15:49:40 +0200 Trass3r removed unneeded files
Tue, 14 Sep 2010 15:46:50 +0200 Trass3r merge
Wed, 15 Sep 2010 03:58:55 +0200 Trass3r phobos compiles now:
Tue, 14 Sep 2010 23:49:12 +0100 Eldar Insafutdinov fix test runnable\structlit.d
Tue, 14 Sep 2010 23:34:50 +0100 Eldar Insafutdinov redundant extern(C)
Tue, 14 Sep 2010 23:28:52 +0100 Eldar Insafutdinov Fix inline asm problem
Tue, 14 Sep 2010 22:39:29 +0100 Eldar Insafutdinov + RealExp.toCBuffer
Tue, 14 Sep 2010 15:25:44 +0200 Trass3r fixed phobos compilation bug
Tue, 14 Sep 2010 03:20:52 +0200 Trass3r + Bool()
Tue, 14 Sep 2010 02:38:37 +0200 Trass3r + Expression.toElem
Tue, 14 Sep 2010 01:54:48 +0200 Trass3r dmd.lib now only contains the backend
Tue, 14 Sep 2010 01:13:58 +0200 Trass3r made StorageClass type-safe