log

age author description
Fri, 06 Oct 2006 06:56:55 +0000 thomask removed ancient polishing data
Fri, 06 Oct 2006 06:56:50 +0000 thomask [Issue 371] New: ICE on mutual recursive typeof in function declarations
Fri, 06 Oct 2006 06:56:44 +0000 thomask [Issue 369] New: "immediate"-function types allowed as part of delegate/function types.
Fri, 06 Oct 2006 06:56:38 +0000 thomask Bruno Medeiros <brunodomedeiros+bugz@gmail.com>
Fri, 06 Oct 2006 06:56:27 +0000 thomask added basic tests for multidimensional array literals
Wed, 04 Oct 2006 06:28:17 +0000 thomask [Issue 396] New: aliased identifier in asm blocks cause compiler segment faults
Wed, 04 Oct 2006 06:28:09 +0000 thomask [Issue 391] New: .sort and .reverse break utf8 encoding
Wed, 04 Oct 2006 06:27:59 +0000 thomask added basic delegate.ptr test
Wed, 04 Oct 2006 06:27:50 +0000 thomask added basic .outer tests
Wed, 04 Oct 2006 06:27:38 +0000 thomask added basic tests for DMD-0.167's multidimensional array allocation
Wed, 04 Oct 2006 06:27:27 +0000 thomask added basic array literals tests
Tue, 03 Oct 2006 19:09:41 +0000 thomask removed obsolete dyn_array references
Tue, 03 Oct 2006 19:09:21 +0000 thomask fPIC fixes(32bit only)
Mon, 02 Oct 2006 08:03:15 +0000 thomask [Issue 297] New: Shadowing declarations allowed in foreach type lists
Mon, 02 Oct 2006 08:03:06 +0000 thomask Re: [Issue 365] New: Regression: Bad code generation for floating point == and !=
Mon, 02 Oct 2006 08:02:59 +0000 thomask [Issue 355] ICE from enum : nonexistent type
Mon, 02 Oct 2006 08:02:50 +0000 thomask [Issue 389] New: Cannot link to std.path.altsep
Fri, 29 Sep 2006 08:11:05 +0000 thomask [Issue 365] New: Regression: Bad code generation for floating point == and !=
Fri, 29 Sep 2006 08:10:57 +0000 thomask [Issue 315] Exception handling is broken for delegates on Linux
Fri, 29 Sep 2006 08:10:51 +0000 thomask [Issue 370] New: Compiler stack overflow on recursive typeof in function declaration.
Fri, 29 Sep 2006 08:10:43 +0000 thomask [Issue 377] New: Compiler error when using -inline only
Fri, 29 Sep 2006 06:55:54 +0000 thomask wrong function overload
Fri, 29 Sep 2006 06:55:45 +0000 thomask [Issue 378] New: Assertion failure: '0' on line 216 in file 'init.c'
Fri, 29 Sep 2006 06:55:39 +0000 thomask [Issue 380] New: cannot use typeof(*this) in a static context
Fri, 29 Sep 2006 06:55:30 +0000 thomask [Issue 381] New: array literals are broken; Internal error: ..\ztc\cod1.c 2525
Mon, 25 Sep 2006 11:38:19 +0000 thomask various inline assembler fixes
Thu, 21 Sep 2006 23:57:44 +0000 thomask updated misc tools
Thu, 21 Sep 2006 23:53:48 +0000 thomask fixed implicit typedef conversion
Thu, 21 Sep 2006 23:49:44 +0000 thomask added basic character literal tests
Wed, 20 Sep 2006 19:11:31 +0000 thomask [Issue 349] New: Function matching with enums is erratic