log dmd/FuncDeclaration.d @ 179:cd48cb899aee

age author description
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
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:48:06 +0400 korDen get rid of globals
Sun, 10 Oct 2010 03:47:23 +0400 korDen lot os toCBuffer methods implemented
Thu, 30 Sep 2010 12:13:49 +0400 korDen rewrite GlobalExpressions, moved DsymbolTable to Global, some cleanup
Sun, 19 Sep 2010 06:54:31 +0400 korDen overloadApply fixes
Thu, 16 Sep 2010 01:34:10 +0200 trass3r * added all missing default cases in switch statements
Wed, 15 Sep 2010 18:24:39 +0200 trass3r + ArrayInitializer.toAssocArrayLiteral()
Tue, 14 Sep 2010 01:13:58 +0200 Trass3r made StorageClass type-safe
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
Fri, 03 Sep 2010 23:25:55 +0100 Eldar Insafutdinov ClassDeclarations, Arguments -> Vector
Thu, 02 Sep 2010 23:37:49 +0100 Eldar Insafutdinov Statements -> 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 18:18:31 +0200 Trass3r changes from interpret.c
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 22:50:30 +0200 Trass3r implemented a whole bunch of methods to make phobos 2.035 compile
Mon, 30 Aug 2010 20:30:04 +0100 Eldar Insafutdinov merge
Mon, 30 Aug 2010 20:27:56 +0100 Eldar Insafutdinov more Expressions work
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: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 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
Mon, 23 Aug 2010 16:52:24 +0400 korDen A bunch of implementations
Thu, 08 Apr 2010 04:21:03 +0100 Robert Clipsham Implemented object file output and linking on linux.
Mon, 05 Apr 2010 03:24:08 +0100 Robert Clipsham Implemented mixin statements, DefaultInitExps, FileInitExps, LineInitExps and __traits.
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.
Sat, 24 Oct 2009 08:42:06 +0400 korDen Initial commit