log

age author description
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
Sat, 28 Aug 2010 16:19:48 +0200 Trass3r reduced warnings by adding override to the methods
Sat, 28 Aug 2010 16:14:07 +0200 trass3r fixed some build issues
Sat, 28 Aug 2010 10:51:32 +0400 korDen Get rid of win32 bindings
Tue, 24 Aug 2010 16:59:45 +0400 korDen dead code removed
Tue, 24 Aug 2010 16:44:34 +0400 korDen final bits of codegen implementation to compile Phobos
Mon, 23 Aug 2010 21:21:05 +0400 korDen some of the backend/codegen stuff implemented
Mon, 23 Aug 2010 20:38:30 +0400 korDen more implementations
Mon, 23 Aug 2010 20:29:38 +0400 korDen new file added
Mon, 23 Aug 2010 20:29:15 +0400 korDen More fixes
Mon, 23 Aug 2010 16:52:24 +0400 korDen A bunch of implementations
Mon, 23 Aug 2010 03:21:32 +0400 korDen InExp.opId_r
Mon, 23 Aug 2010 03:01:24 +0400 korDen OnScopeStatement.syntaxCopy
Mon, 23 Aug 2010 02:48:05 +0400 korDen TypeTypeof.toCBuffer2
Sat, 21 Aug 2010 14:54:46 +0400 korDen reverted an assert
Sat, 21 Aug 2010 14:52:59 +0400 korDen Statement.error
Sat, 21 Aug 2010 14:46:32 +0400 korDen createTypeInfoArray implemented
Sat, 21 Aug 2010 14:16:53 +0400 korDen TupleExp.optimize
Sat, 21 Aug 2010 13:28:16 +0400 korDen Expression.toMangleBuffer
Sat, 21 Aug 2010 12:51:02 +0400 korDen asm_reg_lookup bug fixed
Sat, 21 Aug 2010 12:15:47 +0400 korDen ForeachStatement.syntaxCopy
Sat, 21 Aug 2010 11:50:50 +0400 korDen Identifier <-> TemplateInstance casts workaround
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
Sat, 21 Aug 2010 07:39:45 +0400 korDen StringExp.length & StringExp.toUTF8
Sat, 21 Aug 2010 07:39:27 +0400 korDen PostBlitDeclaration.ctor
Sat, 21 Aug 2010 07:29:59 +0400 korDen StringExp.compare
Sat, 21 Aug 2010 07:26:20 +0400 korDen StringExp.equals implemented
Sat, 21 Aug 2010 07:21:54 +0400 korDen TemplateValueParameter.defaultArg
Sat, 21 Aug 2010 07:20:15 +0400 korDen CondExp.syntaxCopy
Sat, 21 Aug 2010 07:19:03 +0400 korDen IsExp.syntaxCopy implemented
Sat, 21 Aug 2010 07:17:13 +0400 korDen TypeSArray.syntaxCopy & TypeSArray.resolve implemented
Sat, 21 Aug 2010 07:10:53 +0400 korDen TemplateValueParameter.matchArg implemented
Sat, 21 Aug 2010 07:07:10 +0400 korDen TemplateValueParameter.specialization implemented
Sat, 21 Aug 2010 07:06:00 +0400 korDen ArrayScopeSymbol ctor implemented
Sat, 21 Aug 2010 07:04:01 +0400 korDen TypeSlice::resolve() implemented
Sat, 21 Aug 2010 06:55:28 +0400 korDen bad code translation bugs fixed
Sat, 21 Aug 2010 05:51:06 +0400 korDen improper function signature fix
Sat, 21 Aug 2010 05:46:08 +0400 korDen update to work with dmd 2.048
Sat, 21 Aug 2010 05:45:28 +0400 korDen temporary workaround for Windows 7