log dmd/Type.d @ 191:52188e7e3fb5

age author description
Sun, 25 Mar 2012 03:11:12 +0400 korDen Fixed deprecated features, now compiles with DMD2.058
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
Mon, 25 Oct 2010 15:36:13 +0200 Jacob Carlborg Several changes to make it build on posix systems.
Sun, 17 Oct 2010 07:42:00 +0400 korDen Many small bugs fixed
Sun, 10 Oct 2010 10:38:55 +0400 korDen bug fixes
Sun, 10 Oct 2010 05:22:45 +0400 korDen Moved all the mutable globals to Global
Sun, 10 Oct 2010 03:47:23 +0400 korDen lot os toCBuffer methods implemented
Thu, 30 Sep 2010 14:09:50 +0400 korDen more global state cleanup
Thu, 16 Sep 2010 01:34:10 +0200 trass3r * added all missing default cases in switch statements
Tue, 14 Sep 2010 01:54:48 +0200 Trass3r dmd.lib now only contains the backend
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
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 03:53:49 +0200 Trass3r and more
Mon, 30 Aug 2010 23:08:44 +0200 Trass3r beginning of 2.036 branch
Mon, 30 Aug 2010 23:00:34 +0100 Eldar Insafutdinov Objects -> Vector!Object iteration 1
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 19:42:41 +0400 korDen Updating to dmd2.033
Sat, 21 Aug 2010 12:15:47 +0400 korDen ForeachStatement.syntaxCopy
Sat, 21 Aug 2010 11:17:42 +0400 korDen StaticAssertStatement.syntaxCopy
Sat, 21 Aug 2010 07:26:20 +0400 korDen StringExp.equals implemented
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.
Wed, 07 Apr 2010 00:29:13 +0100 Robert Clipsham Fleshed out more unimplemented methods.
Sun, 04 Apr 2010 22:41:11 +0100 Robert Clipsham Implemented methods for Tuples, fixed some linking issues.
Sun, 04 Apr 2010 02:06:32 +0100 Robert Clipsham Implemented Linux support for ddmd. Some parts are a bit hacky to just "get it working", that said, druntime and phobos compile, and unittests pass.
Mon, 12 Apr 2010 15:13:00 +0400 korDen *Exp and *AssignExp arrayOp implementation added (might be a bit incomplete)
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