log dmd/TemplateDeclaration.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
Sat, 04 Sep 2010 01:33:05 +0100 Eldar Insafutdinov Some more Array -> Vector conversions
Fri, 03 Sep 2010 23:25:55 +0100 Eldar Insafutdinov ClassDeclarations, Arguments -> Vector
Thu, 02 Sep 2010 22:41:12 +0100 Eldar Insafutdinov TemplateParameters -> Vector
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:35:41 +0200 Trass3r + TemplateDeclaration.toCBuffer
Tue, 31 Aug 2010 02:12:15 +0200 Trass3r further work
Mon, 30 Aug 2010 23:00:34 +0100 Eldar Insafutdinov Objects -> Vector!Object iteration 1
Mon, 30 Aug 2010 20:27:56 +0100 Eldar Insafutdinov more Expressions work
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 03:57:51 +0200 Trass3r updated to 2.035
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
Mon, 23 Aug 2010 16:52:24 +0400 korDen A bunch of implementations
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
Mon, 14 Dec 2009 17:43:43 +0300 dkoroskin <> wysiwyg strings, alias this, templates, TypeSlice implementation
Sat, 24 Oct 2009 08:42:06 +0400 korDen Initial commit