log

age author description
Sat, 30 Dec 2006 15:40:25 +0000 thomask [Issue 654] Const string member using implicit type inference gives garbage in certain situation
Sat, 30 Dec 2006 15:39:56 +0000 thomask [Issue 684] dmd should compile this
Sat, 30 Dec 2006 15:39:40 +0000 thomask [Issue 685] dmd assertion failure
Sat, 30 Dec 2006 15:39:26 +0000 thomask [Issue 686] [Regression] opCast of a struct or union is called in nonsensical circumstances
Sat, 30 Dec 2006 15:39:14 +0000 thomask [Issue 688] Implicit function template match doesn't work for classes
Sat, 30 Dec 2006 13:39:46 +0000 thomask David Friedman <d3rdclsmail@earthlink.net>
Sat, 30 Dec 2006 13:39:30 +0000 thomask When inside a loop, if you call break inside a try block the finally block is never executed
Wed, 27 Dec 2006 11:59:48 +0000 thomask partial inline asm review
Wed, 27 Dec 2006 11:59:35 +0000 thomask partial inline asm review
Wed, 27 Dec 2006 11:59:19 +0000 thomask partial inline asm review
Wed, 27 Dec 2006 11:59:05 +0000 thomask [Issue 750] New: Recursive typeof in function declaration crashes DMD
Wed, 27 Dec 2006 11:58:57 +0000 thomask [Issue 752] New: Assertion failure: 'e->type->ty != Ttuple' on line 4518 in file 'mtype.c'
Tue, 26 Dec 2006 14:21:37 +0000 thomask partuial inline asm review
Tue, 26 Dec 2006 14:21:29 +0000 thomask [Issue 703] New: SuperExp::scanForNestedRef Assertion
Tue, 26 Dec 2006 14:21:23 +0000 thomask [Issue 710] New: compiler assertion failure w/ templates
Tue, 26 Dec 2006 14:21:14 +0000 thomask [Issue 720] New: bug in array literal parsing with append
Tue, 26 Dec 2006 10:46:38 +0000 thomask [Issue 731] New: Positive and negative NaN in template arguments causes link conflict
Tue, 26 Dec 2006 10:46:25 +0000 thomask [Issue 734] New: Multidimensional arrays use incorrect initializer
Mon, 25 Dec 2006 15:07:48 +0000 thomask partial review
Sat, 23 Dec 2006 19:47:26 +0000 thomask [Issue 500] New: Cannot assign to delegate during definition
Sat, 23 Dec 2006 19:47:18 +0000 thomask [Issue 495] New: ICE passing variadic arglist to another variadic template
Sat, 23 Dec 2006 19:47:13 +0000 thomask [Issue 494] New: template's variadic argument can't use as type
Sat, 23 Dec 2006 19:47:07 +0000 thomask [Issue 490] New: Static struct initializer without static attribute aborts dmd with assertion
Sat, 23 Dec 2006 16:12:28 +0000 thomask Error: (dg).ptr is not an lvalue
Sat, 23 Dec 2006 16:12:22 +0000 thomask internal compiler error: Aborted
Sat, 23 Dec 2006 14:25:02 +0000 thomask fixed missing open paren (issue #624, http://d.puremagic.com/issues/show_bug.cgi?id=624)
Sat, 23 Dec 2006 14:13:51 +0000 thomask fixed opAssign_21 -> opMulAssign_21
Sat, 23 Dec 2006 12:58:47 +0000 thomask partial review
Fri, 22 Dec 2006 13:17:55 +0000 thomask partial review
Thu, 21 Dec 2006 15:12:10 +0000 thomask partial review
Thu, 21 Dec 2006 15:11:54 +0000 thomask 32<->64 iasm fixes
Thu, 21 Dec 2006 15:11:45 +0000 thomask array -> pointer isn't implicit anymore
Thu, 21 Dec 2006 08:58:06 +0000 thomask 32<->64 iasm fixes
Tue, 19 Dec 2006 15:00:26 +0000 thomask added DMD-0.177's results
Sun, 10 Dec 2006 16:52:18 +0000 thomask debry
Sun, 10 Dec 2006 16:50:24 +0000 thomask [Issue 639] New: Escaped tuple parameter ICEs dmd
Sun, 10 Dec 2006 16:50:14 +0000 thomask [Issue 640] New: Strage error messages around structInstance.init
Sun, 10 Dec 2006 16:50:08 +0000 thomask [Issue 641] New: Complex string operations in template argument ICEs dmd
Sun, 10 Dec 2006 16:50:02 +0000 thomask [Issue 651] New: Assertion failure: 'global.errors' on line 2622 in file 'template.c'
Sun, 10 Dec 2006 16:49:57 +0000 thomask [Issue 651] New: Assertion failure: 'global.errors' on line 2622 in file 'template.c'
Sun, 10 Dec 2006 16:49:52 +0000 thomask [Issue 663] New: Slice assignment does not bounds check when it should
Sun, 10 Dec 2006 16:49:47 +0000 thomask [Issue 664] New: is(func T == return) ignores variadic arguments
Thu, 07 Dec 2006 10:51:13 +0000 thomask [Issue 642] New: error: mixin "static this" into where it cannot be
Thu, 07 Dec 2006 10:49:35 +0000 thomask [Issue 643] New: dmd crashes with fwd-referenced .sizeof via aliases
Thu, 07 Dec 2006 10:48:37 +0000 thomask [Issue 650] New: Assertion failure: '0' on line 774 in file 'expression.c'
Thu, 07 Dec 2006 10:48:22 +0000 thomask [Issue 661] New: Error using a zero-init struct's init property
Wed, 06 Dec 2006 14:21:13 +0000 thomask [Issue 653] New: AAs are slightly broken
Fri, 01 Dec 2006 08:21:45 +0000 thomask * updated results to 0.175
Wed, 29 Nov 2006 21:20:44 +0000 thomask [Issue 611] New: IsExpression fails when inside implemented interface
Wed, 29 Nov 2006 21:20:38 +0000 thomask [Issue 611] New: IsExpression fails when inside implemented interface
Wed, 29 Nov 2006 21:20:30 +0000 thomask [Issue 614] New: Real and imaginary properties of complex numbers not allowed as template arguments
Wed, 29 Nov 2006 21:20:07 +0000 thomask [Issue 617] New: IFTI doesn't use normal promotion rules for non-template parameters
Wed, 29 Nov 2006 21:19:57 +0000 thomask [Issue 618] New: The following program crashes dmd.exe 0.175
Wed, 29 Nov 2006 21:19:51 +0000 thomask added global favicon
Sat, 25 Nov 2006 17:53:39 +0000 thomask [Issue 582] New: Cannot slice mixed tuples
Sat, 25 Nov 2006 17:53:33 +0000 thomask [Issue 586] New: Cannot index tuple with non-type elements
Sat, 25 Nov 2006 17:53:28 +0000 thomask [Issue 595] New: can't append to array/arrayliteral statically
Sat, 25 Nov 2006 17:53:20 +0000 thomask [Issue 596] New: Support array, arrayliteral and struct in switch and case
Sat, 25 Nov 2006 17:53:13 +0000 thomask [Issue 557] New: ICE returning a tuple from a function (Assertion failure: '0' on line 694 in file 'glue.c')
Sat, 25 Nov 2006 17:53:07 +0000 thomask infinite loop in gdc-0.19 with tempaltes