log

age author description
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
Sun, 05 Sep 2010 15:32:22 +0400 korDen further work on dmd test suite
Sat, 04 Sep 2010 01:33:05 +0100 Eldar Insafutdinov Some more Array -> Vector conversions
Fri, 03 Sep 2010 23:55:51 +0100 Eldar Insafutdinov Identifiers, Initializers -> Vector
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 21:39:37 +0400 korDen testing tool added
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
Thu, 02 Sep 2010 20:19:14 +0100 Eldar Insafutdinov merge
Thu, 02 Sep 2010 20:17:57 +0100 Eldar Insafutdinov attempt to fix VisualD build
Wed, 01 Sep 2010 21:35:34 +0100 Eldar Insafutdinov fixed path to cv2pdb
Thu, 02 Sep 2010 02:50:19 +0200 Trass3r + ctfe of assign operations
Thu, 02 Sep 2010 02:49:29 +0200 Trass3r small bugfixes
Thu, 02 Sep 2010 01:29:29 +0200 Trass3r + interpretation of (non-assign) binary expressions
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
Wed, 01 Sep 2010 00:14:27 +0200 Trass3r dmd 2.036 patch
Tue, 31 Aug 2010 22:31:38 +0200 Trass3r tiny fix
Tue, 31 Aug 2010 22:29:00 +0200 Trass3r merged in 2.036 changes
Tue, 31 Aug 2010 22:08:52 +0200 Trass3r expression.c changes, now only ddoc should be left
Tue, 31 Aug 2010 21:41:01 +0200 Trass3r e2ir.c changes, mainly accounts for static arrays being value types now
Tue, 31 Aug 2010 18:18:31 +0200 Trass3r changes from interpret.c
Tue, 31 Aug 2010 18:02:48 +0200 Trass3r ddoc branch
Tue, 31 Aug 2010 17:35:30 +0200 Trass3r moved Section
Tue, 31 Aug 2010 16:35:41 +0200 Trass3r + TemplateDeclaration.toCBuffer
Tue, 31 Aug 2010 16:22:22 +0200 Trass3r fixed dmd.Id + some small fixups
Tue, 31 Aug 2010 17:07:01 +0400 korDen wrong name.length check fixed (greetings to Trass3r!)
Tue, 31 Aug 2010 15:40:08 +0400 korDen Range violation error fixed (issue #2)
Tue, 31 Aug 2010 04:17:10 +0200 Trass3r implemented missing methods
Tue, 31 Aug 2010 04:04:33 +0200 Trass3r Id and Macro are quite experimental currently
Tue, 31 Aug 2010 03:53:49 +0200 Trass3r and more
Tue, 31 Aug 2010 02:18:32 +0200 Trass3r implemented most of PragmaStatement
Tue, 31 Aug 2010 02:12:15 +0200 Trass3r further work
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 22:50:30 +0200 Trass3r implemented a whole bunch of methods to make phobos 2.035 compile
Mon, 30 Aug 2010 23:43:38 +0400 korDen Fixed another bug related to copy ctor
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 17:39:42 +0200 Trass3r fixed Ticket 1
Mon, 30 Aug 2010 16:16:30 +0100 Eldar Insafutdinov Previous commit didn't compile. Fixed.
Mon, 30 Aug 2010 16:12:19 +0100 Eldar Insafutdinov Expressions -> Vector!Expression
Mon, 30 Aug 2010 18:42:04 +0400 korDen malloc -> GC.malloc change, plus compilation issues fixed (always check before commiting stuff!!!)
Mon, 30 Aug 2010 18:38:35 +0400 korDen fixed a hack I used as a lack of copy ctor in D
Mon, 30 Aug 2010 15:40:51 +0200 Trass3r * fixed win32_lib
Mon, 30 Aug 2010 12:16:44 +0200 Trass3r added probably needed dmd patch to the 2.035 branch
Mon, 30 Aug 2010 03:57:51 +0200 Trass3r updated to 2.035
Sun, 29 Aug 2010 14:39:08 +0100 Eldar Insafutdinov merge
Sun, 29 Aug 2010 14:36:55 +0100 Eldar Insafutdinov more D-ification container accessing
Sun, 29 Aug 2010 13:19:02 +0400 korDen Changed mars.c to mars2.c to avoid obscure bugs when wrong main function is linked
Sun, 29 Aug 2010 12:59:00 +0400 korDen Changed dmd to ddmd in the "usage" message and added "ported to D by community" to desription to distinguish from pure dmd build
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