log

age author description
Mon, 23 Apr 2007 18:08:12 +0000 thomask [Issue 1140] ICE casting tuple member to tuple struct
Mon, 23 Apr 2007 18:07:38 +0000 thomask added basic stringof testd
Mon, 23 Apr 2007 18:06:48 +0000 thomask [Issue 1142] .stringof performs semantic analysis
Mon, 23 Apr 2007 18:05:52 +0000 thomask [Issue 1143] Assertion failure: '0' on line 850 in 'template.c' - On specialization of IFTI template parameters.
Mon, 23 Apr 2007 18:04:38 +0000 thomask [Issue 1144] template mixin causes DMD crash
Mon, 23 Apr 2007 18:02:31 +0000 thomask [Issue 1145] bad codegen with ulong+float
Mon, 23 Apr 2007 18:01:54 +0000 thomask [Issue 1146] mixin + assert() crashes compiler
Mon, 23 Apr 2007 18:00:36 +0000 thomask [Issue 1150] Compiler creates wrong code
Mon, 23 Apr 2007 17:59:30 +0000 thomask [Issue 1153] dmd assertion failure
Mon, 23 Apr 2007 17:58:46 +0000 thomask [Issue 1154] Implicit template return value + mixin results in invalid type deduction
Mon, 23 Apr 2007 17:58:22 +0000 thomask [Issue 1155] GDC crash (internal compiler error: in mostly_copy_tree_r, at gimplify.c:678)
Mon, 23 Apr 2007 17:57:32 +0000 thomask [Issue 1158] Missing line number: invalid mixin outside function scope
Mon, 23 Apr 2007 17:56:46 +0000 thomask [Issue 1159] Various mixins cause "CompileExp::semantic" message, some crash DMD
Mon, 23 Apr 2007 17:56:20 +0000 thomask [Issue 1163] Can't initialize multiple variables with void.
Mon, 23 Apr 2007 17:55:28 +0000 thomask [Issue 1172] Inline assembler: cannot access member of templated aggregate directly
Mon, 23 Apr 2007 17:54:56 +0000 thomask [Issue 1172] Inline assembler: cannot access member of templated aggregate directly
Mon, 23 Apr 2007 17:54:08 +0000 thomask [Issue 1173] Inline assembler: cannot use global scope operator
Mon, 23 Apr 2007 17:53:06 +0000 thomask [Issue 1174] Program hangs creating an array of enums with nonzero initializer
Mon, 23 Apr 2007 17:52:27 +0000 thomask [Issue 902] Duplicate zero-initialized template member variables
Mon, 23 Apr 2007 17:52:03 +0000 thomask [Issue 789] const initialization in forwarding constructors doesn't work
Tue, 17 Apr 2007 16:35:02 +0000 thomask Bug in GDC?
Mon, 09 Apr 2007 13:47:01 +0000 thomask changed nntp: URLs to http: URLs
Mon, 09 Apr 2007 12:29:50 +0000 thomask changed nntp: URLs to http: URLs
Mon, 09 Apr 2007 12:29:15 +0000 thomask changed nntp: URLs to http: URLs
Mon, 09 Apr 2007 12:28:58 +0000 thomask changed nntp: URLs to http: URLs
Mon, 09 Apr 2007 12:03:23 +0000 thomask changed nntp: URLs to http: URLs
Fri, 06 Apr 2007 11:28:23 +0000 thomask [Issue 938] struct with Tuple
Fri, 06 Apr 2007 11:28:07 +0000 thomask [Issue 946] Circular reference undetected in some cases
Fri, 06 Apr 2007 11:27:51 +0000 thomask [Issue 1054] Recursive templates with values, Error: T is used as a type
Fri, 06 Apr 2007 11:27:33 +0000 thomask Walter: "int" is a keyword
Fri, 06 Apr 2007 09:18:02 +0000 thomask Walter: "int" is a keyword not a symbol
Fri, 06 Apr 2007 09:16:20 +0000 thomask [Issue 1097] Missing line number: casting array to array of different element size
Fri, 06 Apr 2007 09:16:03 +0000 thomask [Issue 1099] weird tupleof behavior in mixins
Fri, 06 Apr 2007 09:15:30 +0000 thomask [Issue 1099] weird tupleof behavior in mixins
Fri, 06 Apr 2007 09:14:45 +0000 thomask [Issue 1100] Alias parameters don't accept primitive types.
Fri, 06 Apr 2007 09:13:49 +0000 thomask [Issue 1102] switch case couldn't contain template member
Thu, 05 Apr 2007 16:37:31 +0000 thomask [Issue 934] forward reference by pragma(msg) in template: "mtype.c:550: virtual Expression* Type::getProperty(Loc, Identifier*): Assertion `deco' failed"
Thu, 05 Apr 2007 16:37:14 +0000 thomask [Issue 933] Literal tuple parameters fails to compile when inout is mentioned
Thu, 05 Apr 2007 16:36:53 +0000 thomask [Issue 932] static foreach in second template instantiation uses wrong tupleof
Thu, 05 Apr 2007 16:36:20 +0000 thomask [Issue 929] Resizing array of associative arrays (uint[char[]][]) causes infinite loop / hang
Thu, 05 Apr 2007 16:35:45 +0000 thomask [Issue 929] Resizing array of associative arrays (uint[char[]][]) causes infinite loop / hang
Thu, 05 Apr 2007 16:35:18 +0000 thomask [Issue 928] nested struct definition in unittest section of a templated class, hangs DMD
Thu, 05 Apr 2007 16:33:59 +0000 thomask [Issue 925] ICE on casting array literal to void[]
Thu, 05 Apr 2007 16:33:20 +0000 thomask [Issue 993] No constant folding for template value default arguments
Thu, 05 Apr 2007 16:32:25 +0000 thomask [Issue 992] export keyword causes undefined references on linux
Thu, 05 Apr 2007 16:32:01 +0000 thomask [Issue 991] expression.c:4257: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed.
Thu, 05 Apr 2007 10:31:32 +0000 thomask [Issue 884] Segfault in recursive template
Thu, 05 Apr 2007 10:31:02 +0000 thomask [Issue 883] ICE: nested templates with integer arguments
Thu, 05 Apr 2007 10:29:26 +0000 thomask [Issue 850] we need (*type).property to refer to property if we use typedef
Thu, 05 Apr 2007 10:28:59 +0000 thomask [Issue 827] Trying to break out of a labelled BlockStatement breaks out of a for loop at its beginning
Thu, 05 Apr 2007 10:28:19 +0000 thomask [Issue 815] scope(exit) isn't executed when "continue" is used to continue a while-loop
Thu, 05 Apr 2007 10:26:56 +0000 thomask [Issue 814] lazy argument + variadic arguments
Thu, 05 Apr 2007 10:19:38 +0000 thomask [Issue 810] Cannot forward reference template
Thu, 05 Apr 2007 10:19:08 +0000 thomask [Issue 803] incorrect error message and location for repeated aliases
Thu, 05 Apr 2007 10:18:52 +0000 thomask [Issue 769] Property not properly compiled - (error on valid code)
Thu, 05 Apr 2007 10:18:36 +0000 thomask [Issue 1087] Scope classes not destroyed in labeled statements in switches
Thu, 05 Apr 2007 08:28:05 +0000 thomask switch bug
Wed, 04 Apr 2007 20:34:41 +0000 thomask added missing std.stdargs import
Wed, 04 Apr 2007 20:34:23 +0000 thomask [Issue 1072] this code should run as the same as previous bug code , but dmd av here
Wed, 04 Apr 2007 20:34:04 +0000 thomask [Issue 1088] structs allocated with a struct allocator will not have default initializer values assigned