log dmd/VarDeclaration.d @ 135:af1bebfd96a4 dmd2037

age author description
Mon, 13 Sep 2010 22:19:42 +0100 Eldar Insafutdinov dmd 2.038 dmd2037
Thu, 09 Sep 2010 22:51:44 +0100 Eldar Insafutdinov dmdfe 2.037 first main iteration
Wed, 01 Sep 2010 18:21:58 +0200 Trass3r added a module dmd.common for commonly used stuff
Tue, 31 Aug 2010 23:57:32 +0100 Eldar Insafutdinov More cleanup for arrays
Tue, 31 Aug 2010 22:29:00 +0200 Trass3r merged in 2.036 changes
Tue, 31 Aug 2010 16:22:22 +0200 Trass3r fixed dmd.Id + some small fixups
Tue, 31 Aug 2010 03:53:49 +0200 Trass3r and more
Mon, 30 Aug 2010 23:00:34 +0100 Eldar Insafutdinov Objects -> Vector!Object iteration 1
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:12:19 +0100 Eldar Insafutdinov Expressions -> Vector!Expression
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 19:42:41 +0400 korDen Updating to dmd2.033
Sat, 28 Aug 2010 16:19:48 +0200 Trass3r reduced warnings by adding override to the methods
Tue, 24 Aug 2010 16:44:34 +0400 korDen final bits of codegen implementation to compile Phobos
Sat, 21 Aug 2010 12:15:47 +0400 korDen ForeachStatement.syntaxCopy
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.
Sun, 04 Apr 2010 22:41:11 +0100 Robert Clipsham Implemented methods for Tuples, fixed some linking issues.
Mon, 12 Apr 2010 15:13:00 +0400 korDen *Exp and *AssignExp arrayOp implementation added (might be a bit incomplete)
Sat, 24 Oct 2009 08:42:06 +0400 korDen Initial commit