log dmd/StructDeclaration.d @ 135:af1bebfd96a4 dmd2037

age author description
Mon, 13 Sep 2010 22:19:42 +0100 Eldar Insafutdinov dmd 2.038 dmd2037
Fri, 10 Sep 2010 00:27:37 +0100 Eldar Insafutdinov dmdfe 2.037 compiles now
Thu, 09 Sep 2010 22:51:44 +0100 Eldar Insafutdinov dmdfe 2.037 first main iteration
Sun, 05 Sep 2010 15:32:22 +0400 korDen further work on dmd test suite
Fri, 03 Sep 2010 23:25:55 +0100 Eldar Insafutdinov ClassDeclarations, Arguments -> Vector
Wed, 01 Sep 2010 18:21:58 +0200 Trass3r added a module dmd.common for commonly used stuff
Tue, 31 Aug 2010 16:22:22 +0200 Trass3r fixed dmd.Id + some small fixups
Mon, 30 Aug 2010 23:08:44 +0200 Trass3r beginning of 2.036 branch
Mon, 30 Aug 2010 23:25:50 +0400 korDen Fixed an obscure bug with i variable being reused
Mon, 30 Aug 2010 19:58:14 +0400 korDen Merge
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)
Mon, 30 Aug 2010 16:16:30 +0100 Eldar Insafutdinov Previous commit didn't compile. Fixed.
Mon, 30 Aug 2010 16:12:19 +0100 Eldar Insafutdinov Expressions -> Vector!Expression
Mon, 30 Aug 2010 03:57:51 +0200 Trass3r updated to 2.035
Sun, 29 Aug 2010 14:36:55 +0100 Eldar Insafutdinov more D-ification container accessing
Sun, 29 Aug 2010 09:43:40 +0100 Eldar Insafutdinov Switch Arrays of Dsymbols to the new templated Vector type
Sat, 28 Aug 2010 16:19:48 +0200 Trass3r reduced warnings by adding override to the methods
Sat, 21 Aug 2010 07:53:20 +0400 korDen AttribDeclaration.oneMember
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