log dmd/InterfaceDeclaration.d @ 187:b0d41ff5e0df

age author description
Tue, 07 Jun 2011 23:37:34 -0400 Abscissa Added expandability scheme outlined in http://www.dsource.org/forums/viewtopic.php?t=5659&sid=6f2150ff5b0bffcd47512a6a7608d218
Sun, 17 Oct 2010 07:42:00 +0400 korDen Many small bugs fixed
Sun, 10 Oct 2010 05:22:45 +0400 korDen Moved all the mutable globals to Global
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, 09 Sep 2010 22:51:44 +0100 Eldar Insafutdinov dmdfe 2.037 first main iteration
Fri, 03 Sep 2010 22:17:54 +0100 Eldar Insafutdinov BaseClasses -> Vector
Fri, 03 Sep 2010 20:46:58 +0400 korDen Make dmd test suite compile
Wed, 01 Sep 2010 18:21:58 +0200 Trass3r added a module dmd.common for commonly used stuff
Mon, 30 Aug 2010 23:25:50 +0400 korDen Fixed an obscure bug with i variable being reused
Mon, 30 Aug 2010 19:56:27 +0400 korDen Fixed a bug with a Scope.this(Scope enclosing) being called instead of Scope.clone() method (as a copy ctor replacement)
Sun, 29 Aug 2010 14:36:55 +0100 Eldar Insafutdinov more D-ification container accessing
Sat, 28 Aug 2010 16:19:48 +0200 Trass3r reduced warnings by adding override to the methods
Mon, 23 Aug 2010 20:29:15 +0400 korDen More fixes
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.
Mon, 12 Apr 2010 16:29:33 +0400 korDen On the road to make Phobos compilable
Sat, 24 Oct 2009 08:42:06 +0400 korDen Initial commit