log dmd/Parser.d @ 191:52188e7e3fb5

age author description
Sun, 25 Mar 2012 03:11:12 +0400 korDen Fixed deprecated features, now compiles with DMD2.058
Sun, 17 Oct 2010 20:56:07 +0400 korDen Updated to dmd2.040
Sun, 17 Oct 2010 07:42:00 +0400 korDen Many small bugs fixed
Mon, 13 Sep 2010 22:19:42 +0100 Eldar Insafutdinov dmd 2.038 dmd2037
Fri, 10 Sep 2010 19:14:09 +0100 Eldar Insafutdinov Fixes for dmd 2.037
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
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
Thu, 02 Sep 2010 23:37:49 +0100 Eldar Insafutdinov Statements -> 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 22:29:00 +0200 Trass3r merged in 2.036 changes
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 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, 21 Aug 2010 14:16:53 +0400 korDen TupleExp.optimize
Sat, 21 Aug 2010 05:46:08 +0400 korDen update to work with dmd 2.048
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.
Tue, 06 Apr 2010 02:21:04 +0100 Robert Clipsham Implemented CompileExp, ConditionalDeclaration, ModAssignExp, parsingmixin statements, TemplateAliasParameters, TemplateMixins, TypeDArray.
Mon, 12 Apr 2010 16:29:33 +0400 korDen On the road to make Phobos compilable
Mon, 26 Oct 2009 16:28:19 +0300 korDen Step 2 of restoring GC functionality.
Sun, 25 Oct 2009 03:20:59 +0300 korDen Removed unreferenced modules
Sat, 24 Oct 2009 08:42:06 +0400 korDen Initial commit