log

age author description
Mon, 23 Aug 2010 02:48:05 +0400 korDen TypeTypeof.toCBuffer2
Sat, 21 Aug 2010 14:54:46 +0400 korDen reverted an assert
Sat, 21 Aug 2010 14:52:59 +0400 korDen Statement.error
Sat, 21 Aug 2010 14:46:32 +0400 korDen createTypeInfoArray implemented
Sat, 21 Aug 2010 14:16:53 +0400 korDen TupleExp.optimize
Sat, 21 Aug 2010 13:28:16 +0400 korDen Expression.toMangleBuffer
Sat, 21 Aug 2010 12:51:02 +0400 korDen asm_reg_lookup bug fixed
Sat, 21 Aug 2010 12:15:47 +0400 korDen ForeachStatement.syntaxCopy
Sat, 21 Aug 2010 11:50:50 +0400 korDen Identifier <-> TemplateInstance casts workaround
Sat, 21 Aug 2010 11:17:42 +0400 korDen StaticAssertStatement.syntaxCopy
Sat, 21 Aug 2010 10:38:26 +0400 korDen CondExp.toCBuffer
Sat, 21 Aug 2010 07:53:20 +0400 korDen AttribDeclaration.oneMember
Sat, 21 Aug 2010 07:39:45 +0400 korDen StringExp.length & StringExp.toUTF8
Sat, 21 Aug 2010 07:39:27 +0400 korDen PostBlitDeclaration.ctor
Sat, 21 Aug 2010 07:29:59 +0400 korDen StringExp.compare
Sat, 21 Aug 2010 07:26:20 +0400 korDen StringExp.equals implemented
Sat, 21 Aug 2010 07:21:54 +0400 korDen TemplateValueParameter.defaultArg
Sat, 21 Aug 2010 07:20:15 +0400 korDen CondExp.syntaxCopy
Sat, 21 Aug 2010 07:19:03 +0400 korDen IsExp.syntaxCopy implemented
Sat, 21 Aug 2010 07:17:13 +0400 korDen TypeSArray.syntaxCopy & TypeSArray.resolve implemented
Sat, 21 Aug 2010 07:10:53 +0400 korDen TemplateValueParameter.matchArg implemented
Sat, 21 Aug 2010 07:07:10 +0400 korDen TemplateValueParameter.specialization implemented
Sat, 21 Aug 2010 07:06:00 +0400 korDen ArrayScopeSymbol ctor implemented
Sat, 21 Aug 2010 07:04:01 +0400 korDen TypeSlice::resolve() implemented
Sat, 21 Aug 2010 06:55:28 +0400 korDen bad code translation bugs fixed
Sat, 21 Aug 2010 05:51:06 +0400 korDen improper function signature fix
Sat, 21 Aug 2010 05:46:08 +0400 korDen update to work with dmd 2.048
Sat, 21 Aug 2010 05:45:28 +0400 korDen temporary workaround for Windows 7
Tue, 18 May 2010 17:51:46 +0400 korDen A few bad cast fixed. TODO: either get rid of dyncast(), or derive all objects from intermediate supertype.
Tue, 13 Apr 2010 21:26:45 +0100 Robert Clipsham DotTemplateExp implementation.
Tue, 13 Apr 2010 16:15:13 +0100 Robert Clipsham Automated merge with http://hg.dsource.org/projects/ddmd/
Mon, 12 Apr 2010 22:13:20 +0100 Robert Clipsham Implemented Module.addDeferredSemantic, removed -release from the linux commands file.
Tue, 13 Apr 2010 15:36:12 +0400 korDen Updated setjmp/longjmp prototypes to reflect recent static arrays change (they are now passed by value by default).
Tue, 13 Apr 2010 15:34:41 +0400 korDen Accidentally removed line restored.
Tue, 13 Apr 2010 14:19:47 +0400 korDen debug output removed
Tue, 13 Apr 2010 00:38:04 +0400 korDen FWindows linking issues fixed
Mon, 12 Apr 2010 17:02:32 +0100 Robert Clipsham Fixed a few merge issues.
Mon, 12 Apr 2010 17:00:08 +0100 Robert Clipsham Branch merge.
Thu, 08 Apr 2010 04:21:03 +0100 Robert Clipsham Implemented object file output and linking on linux.
Wed, 07 Apr 2010 00:51:29 +0100 Robert Clipsham Added in some = new OutBuffer();'s to be on the safe side, been getting some issues with null OutBuffers.
Wed, 07 Apr 2010 00:29:13 +0100 Robert Clipsham Fleshed out more unimplemented methods.
Tue, 06 Apr 2010 02:21:04 +0100 Robert Clipsham Implemented CompileExp, ConditionalDeclaration, ModAssignExp, parsingmixin statements, TemplateAliasParameters, TemplateMixins, TypeDArray.
Mon, 05 Apr 2010 19:16:14 +0100 Robert Clipsham Implemented CompileDeclaration, UAddExp, UnionDeclaration.
Mon, 05 Apr 2010 03:24:08 +0100 Robert Clipsham Implemented mixin statements, DefaultInitExps, FileInitExps, LineInitExps and __traits.
Sun, 04 Apr 2010 22:41:11 +0100 Robert Clipsham Implemented methods for Tuples, fixed some linking issues.
Sun, 04 Apr 2010 02:15:33 +0100 Robert Clipsham Added linux_lib.mak to build dmd as a library.
Sun, 04 Apr 2010 02:06:32 +0100 Robert Clipsham Implemented Linux support for ddmd. Some parts are a bit hacky to just "get it working", that said, druntime and phobos compile, and unittests pass.
Mon, 12 Apr 2010 16:29:33 +0400 korDen On the road to make Phobos compilable
Mon, 12 Apr 2010 15:13:00 +0400 korDen *Exp and *AssignExp arrayOp implementation added (might be a bit incomplete)
Wed, 31 Mar 2010 16:29:36 +0400 korDen Bad merge fix
Wed, 31 Mar 2010 16:27:14 +0400 korDen Merge
Wed, 31 Mar 2010 16:20:32 +0400 korDen StringExp.toChars() implemented
Mon, 14 Dec 2009 17:43:43 +0300 dkoroskin <> wysiwyg strings, alias this, templates, TypeSlice implementation
Mon, 14 Dec 2009 14:50:03 +0300 dkoroskin <> Implementing TemplateAliasParameter and TemplateValueParameter
Tue, 08 Dec 2009 21:40:08 +0300 dkoroskin <> Adding .lib generation makefile (win32). Still needs some tweaks
Tue, 08 Dec 2009 21:39:17 +0300 dkoroskin <> Fixed memory corruption bug which was introduced when attempting to restore GC functionality
Mon, 26 Oct 2009 16:28:19 +0300 korDen Step 2 of restoring GC functionality.
Sun, 25 Oct 2009 03:23:44 +0300 korDen Undid a temporary change
Sun, 25 Oct 2009 03:20:59 +0300 korDen Removed unreferenced modules
Sat, 24 Oct 2009 17:25:59 +0400 korDen Project build commands update