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
Wed, 04 Apr 2007 20:33:42 +0000 thomask [Issue 1088] structs allocated with a struct allocator will not have default initializer values assigned
Wed, 04 Apr 2007 20:29:33 +0000 thomask [Issue 1089] Unsafe pointer comparison in TypeInfo_Pointer.compare
Wed, 04 Apr 2007 20:29:08 +0000 thomask [Issue 1091] Wrong size reserved for critical sections
Wed, 04 Apr 2007 20:28:49 +0000 thomask [Issue 1092] compiler crash in ..\ztc\cod1.c 2528
Wed, 04 Apr 2007 17:35:10 +0000 thomask [Issue 1075] dmd reject valid code
Sat, 31 Mar 2007 20:11:34 +0000 thomask [Issue 1081] with using real and -O option, dmd generate bug code
Sat, 31 Mar 2007 08:27:03 +0000 thomask r7392@birke: tk | 2007-03-29 16:20:48 +0200
Sat, 31 Mar 2007 08:26:38 +0000 thomask r7391@birke: tk | 2007-03-29 16:16:23 +0200
Sat, 31 Mar 2007 08:26:20 +0000 thomask r7390@birke: tk | 2007-03-29 16:07:56 +0200
Sat, 31 Mar 2007 08:26:05 +0000 thomask r7389@birke: tk | 2007-03-29 16:01:38 +0200
Sat, 31 Mar 2007 08:25:50 +0000 thomask r7388@birke: tk | 2007-03-29 15:55:00 +0200
Sat, 31 Mar 2007 08:25:36 +0000 thomask r7387@birke: tk | 2007-03-29 15:49:47 +0200
Sat, 31 Mar 2007 08:25:16 +0000 thomask r7386@birke: tk | 2007-03-29 15:38:42 +0200
Sat, 31 Mar 2007 08:24:58 +0000 thomask r7385@birke: tk | 2007-03-29 15:34:13 +0200
Sat, 31 Mar 2007 08:24:38 +0000 thomask r7384@birke: tk | 2007-03-29 15:24:43 +0200
Sat, 31 Mar 2007 08:23:34 +0000 thomask r7383@birke: tk | 2007-03-29 15:17:51 +0200
Sat, 31 Mar 2007 08:23:17 +0000 thomask r7382@birke: tk | 2007-03-29 15:06:54 +0200
Sat, 31 Mar 2007 08:22:47 +0000 thomask r7381@birke: tk | 2007-03-29 15:04:07 +0200
Mon, 12 Mar 2007 06:21:06 +0000 thomask extended circular alias tests
Mon, 12 Mar 2007 06:20:50 +0000 thomask fixed oracle
Mon, 12 Mar 2007 06:20:35 +0000 thomask fixed @desc@ data
Mon, 12 Mar 2007 05:31:08 +0000 thomask fixed #1036
Mon, 12 Mar 2007 05:30:43 +0000 thomask [Issue 1051] foreach over member array in static func causes ICE
Mon, 12 Mar 2007 05:30:13 +0000 thomask fixed #1042
Mon, 12 Mar 2007 05:29:36 +0000 thomask fixed floating point comparison
Sun, 11 Mar 2007 11:20:48 +0000 thomask [Issue 1028] Segfault using tuple inside asm code.
Sun, 11 Mar 2007 11:20:06 +0000 thomask [Issue 968] ICE on compile-time execution
Sun, 11 Mar 2007 11:19:30 +0000 thomask [Issue 1038] explicit class cast breakage in 1.007
Sun, 11 Mar 2007 11:18:57 +0000 thomask [Issue 1026] dmd SEGV when checking length of Tuple elements when length == 0
Sun, 11 Mar 2007 11:18:25 +0000 thomask [Issue 1026] dmd SEGV when checking length of Tuple elements when length == 0
Sun, 11 Mar 2007 11:18:04 +0000 thomask Re: odd issue in 1.006
Sun, 11 Mar 2007 11:17:41 +0000 thomask Re: Compile time function execution...
Sun, 11 Mar 2007 11:17:23 +0000 thomask Re: Compile time function execution...
Sun, 11 Mar 2007 11:09:34 +0000 thomask Re: Compile time function execution...
Sun, 11 Mar 2007 11:08:24 +0000 thomask Re: Compile time function execution...
Sun, 11 Mar 2007 11:06:58 +0000 thomask Re: DMD 1.004 release
Sun, 11 Mar 2007 11:06:16 +0000 thomask Re: Compile time function execution...
Sun, 11 Mar 2007 11:05:50 +0000 thomask Re: Compile time function execution...
Sun, 11 Mar 2007 11:05:29 +0000 thomask Re: DMD 1.007 release
Fri, 09 Mar 2007 22:13:20 +0000 thomask remove obsolete files in obj/*
Thu, 08 Mar 2007 16:36:19 +0000 thomask added bugzilla URIs
Thu, 08 Mar 2007 16:33:34 +0000 thomask div. inline asm fixes
Thu, 08 Mar 2007 16:31:33 +0000 thomask [Issue 979] offsetof for classes does not work
Thu, 08 Mar 2007 16:29:23 +0000 thomask [Issue 980] If a function tries to concatenate a char to a empty array, dmd complains that the function can't be evaluated at compile time
Thu, 08 Mar 2007 16:28:36 +0000 thomask [Issue 986] Internal error: e2ir.c 1098
Thu, 08 Mar 2007 16:27:46 +0000 thomask [Issue 1010] Abstract class template does not compile when parametrized with char[]
Thu, 08 Mar 2007 16:27:25 +0000 thomask [Issue 1011] illegal import declaration causes compile time segfault
Thu, 08 Mar 2007 16:26:56 +0000 thomask fixed typo
Thu, 08 Mar 2007 16:26:42 +0000 thomask [Issue 1016] CTFE fails with recursive functions
Thu, 08 Mar 2007 16:26:21 +0000 thomask [Issue 1027] CTFE doesn't support (string == string)
Thu, 08 Mar 2007 16:25:57 +0000 thomask [Issue 1025] mixin("scope(exit) call();"); is broken
Thu, 08 Mar 2007 16:25:31 +0000 thomask [Issue 1030] ICE one-liner; struct in delegate
Thu, 08 Mar 2007 16:25:04 +0000 thomask [Issue 1030] ICE one-liner; struct in delegate
Thu, 08 Mar 2007 16:24:10 +0000 thomask div. x86_64 fixes
Thu, 08 Mar 2007 16:23:28 +0000 thomask div. inline asm fixes
Thu, 08 Mar 2007 16:22:44 +0000 thomask div. inline asm fixes
Thu, 08 Mar 2007 16:21:59 +0000 thomask div. inline asm fixes
Thu, 08 Mar 2007 16:21:38 +0000 thomask div. inline asm fixes
Thu, 08 Mar 2007 16:21:09 +0000 thomask div. inline asm fixes
Thu, 08 Mar 2007 16:20:40 +0000 thomask added i686-apple-darwin8-gdc-4.0.1 timeout marker
Thu, 08 Mar 2007 16:20:14 +0000 thomask Dstress on Mac OS X
Thu, 08 Mar 2007 16:19:55 +0000 thomask fixed typos
Thu, 08 Mar 2007 16:19:31 +0000 thomask removed tracker code
Thu, 08 Mar 2007 16:19:09 +0000 thomask Dstress on Mac OS X
Wed, 07 Mar 2007 23:10:27 +0000 thomask 64-bit fixes
Sun, 04 Mar 2007 13:12:19 +0000 thomask meta cleanup
Sun, 04 Mar 2007 13:10:07 +0000 thomask nntp: -> http:
Sun, 04 Mar 2007 13:07:35 +0000 thomask @url@ -> @uri@
Sun, 04 Mar 2007 13:07:05 +0000 thomask added bugzilla uri
Sun, 04 Mar 2007 13:06:49 +0000 thomask added bugzilla url
Sun, 04 Mar 2007 11:01:08 +0000 thomask updates for DMD-1.007
Wed, 28 Feb 2007 00:30:28 +0000 thomask added bugzilla uri
Wed, 28 Feb 2007 00:29:57 +0000 thomask [Issue 1005] dmd: tocsym.c:343: virtual Symbol* FuncDeclaration::toSymbol(): Assertion `0' failed.
Tue, 27 Feb 2007 16:44:11 +0000 thomask [Issue 763] Segfault compiling template code on Linux
Tue, 27 Feb 2007 16:43:48 +0000 thomask [Issue 783] Cannot use an array w/ const or variable index as new[] size argument.
Tue, 27 Feb 2007 16:43:30 +0000 thomask [Issue 136] Corrupt GDB backtrace
Tue, 27 Feb 2007 16:43:13 +0000 thomask [Issue 683] dmd segv, this ain't the same as bug 682
Tue, 27 Feb 2007 16:42:51 +0000 thomask [Issue 764] (typeof(o)).classinfo causes parser error
Tue, 27 Feb 2007 16:42:34 +0000 thomask [Issue 875] crash in glue.c line 700
Tue, 27 Feb 2007 16:42:03 +0000 thomask [Issue 877] forward references in interdependent template/struct definitions since v1.0
Tue, 27 Feb 2007 16:41:48 +0000 thomask [Issue 853] Internal error: toir.c 182
Mon, 26 Feb 2007 11:34:30 +0000 thomask [Issue 964] Internal error: ../ztc/cod3.c 1760
Mon, 26 Feb 2007 11:33:59 +0000 thomask [Issue 969] 'this' needed for class member
Mon, 26 Feb 2007 11:33:37 +0000 thomask [Issue 975] compile-time const array makes dmd crash
Mon, 26 Feb 2007 11:32:43 +0000 thomask [Issue 995] compile-time function return element of Tuple / const array
Mon, 26 Feb 2007 11:31:35 +0000 thomask [Issue 997] [Regression] Struct-returning function that conditionally passes the result of another function straight through doesn't work (NRVO bug?)
Mon, 26 Feb 2007 11:30:43 +0000 thomask [Issue 998] Crash in compile-time functions with pragma(msg,...)
Mon, 26 Feb 2007 11:30:18 +0000 thomask [Issue 999] Problem with auto and nested array literals
Mon, 26 Feb 2007 11:28:43 +0000 thomask [Issue 1002] debug statement crashes at compile-time function execution
Mon, 26 Feb 2007 11:28:15 +0000 thomask [Issue 981] CFTE fails in non-template and functions that takes no args.
Mon, 26 Feb 2007 11:27:54 +0000 thomask [Issue 991] void static array: integral constant must be scalar type, not void
Mon, 26 Feb 2007 11:27:37 +0000 thomask [Issue 992] CTFE Failure with static if
Mon, 26 Feb 2007 11:27:07 +0000 thomask added bugzilla uri
Fri, 23 Feb 2007 22:34:28 +0000 thomask [Issue 874] Incorrect codegen (?) with tuples, string constants, and AAs
Fri, 23 Feb 2007 22:34:10 +0000 thomask [Issue 858] Forward reference to struct inside class crashes the compiler
Fri, 23 Feb 2007 22:33:50 +0000 thomask [Issue 854] TypeTuple in anonymous delegate causes ice in glue.c
Fri, 23 Feb 2007 22:33:02 +0000 thomask [Issue 852] ICE in dmd with anon. delegate in static class ctor in unittest
Fri, 23 Feb 2007 22:32:19 +0000 thomask [Issue 828] expression.c:1904: virtual Expression* ThisExp::semantic(Scope*): Assertion `global.errors || var' failed.
Wed, 14 Feb 2007 10:12:05 +0000 thomask [Issue 775] array literals can't be used as template arguments
Wed, 14 Feb 2007 10:11:43 +0000 thomask [Issue 861] Using two typedefs of an undefined name in a class in a different module with import cycles causes DMD to hang
Wed, 14 Feb 2007 10:11:10 +0000 thomask [Issue 824] "mov EAX, func;" and "lea EAX, func;" generate incorrect code
Wed, 14 Feb 2007 10:10:43 +0000 thomask [Issue 825] dmd segmentation fault with large char[] template value parameter
Wed, 14 Feb 2007 10:10:12 +0000 thomask [Issue 826] ICE: is-expression with invalid template instantiation
Wed, 14 Feb 2007 10:09:49 +0000 thomask [Issue 829] struct operator overload returns a wrong value (suspect NRVO bug)
Wed, 14 Feb 2007 10:09:28 +0000 thomask [Issue 832] NRVO: return inside foreach results in junk
Wed, 14 Feb 2007 10:09:05 +0000 thomask [Issue 887] TypeInfo does not correctly override opCmp, toHash
Wed, 14 Feb 2007 10:08:26 +0000 thomask [Issue 894] base class with implemented abstract method problem
Wed, 14 Feb 2007 10:08:05 +0000 thomask [Issue 901] Comparison of array literals fails
Wed, 14 Feb 2007 10:07:40 +0000 thomask [Issue 908] compiler dies trying to inline static method call to nonstatic method in template code.
Wed, 14 Feb 2007 10:07:18 +0000 thomask [Issue 924] GC collects valid objects
Wed, 24 Jan 2007 13:44:28 +0000 thomask added missing dups
Tue, 23 Jan 2007 13:46:39 +0000 thomask [Issue 872] Assertion in expression.c caused by taking typeof of "this.outer" in nested classes.
Tue, 23 Jan 2007 13:46:14 +0000 thomask [Issue 873] Scope dependant compilation error
Tue, 23 Jan 2007 12:03:51 +0000 thomask [Issue 697] No const folding on asm db,dw, etc
Tue, 23 Jan 2007 12:03:26 +0000 thomask adde bugilla URL
Tue, 23 Jan 2007 12:02:56 +0000 thomask [Issue 165] type inference fails with sizeof and circular imports
Sun, 21 Jan 2007 23:29:42 +0000 thomask added bugzilla urls
Sun, 21 Jan 2007 23:29:14 +0000 thomask added db.d
Sat, 20 Jan 2007 11:03:41 +0000 thomask fixed cut'n paste errors
Sat, 13 Jan 2007 11:57:46 +0000 thomask added redirection for berlios
Sat, 13 Jan 2007 10:33:49 +0000 thomask Georg Wrede <georg@iki.fi>
Fri, 12 Jan 2007 23:07:17 +0000 thomask inline asm review
Fri, 12 Jan 2007 23:06:49 +0000 thomask removed asm-filter from log.d
Mon, 01 Jan 2007 16:24:46 +0000 thomask removed broken assert_15 tests
Mon, 01 Jan 2007 16:24:38 +0000 thomask [Issue 770] enums and typecasts
Mon, 01 Jan 2007 16:24:32 +0000 thomask [Issue 782] Dmd crash with template class, alias, inheritance and severals files
Mon, 01 Jan 2007 16:24:24 +0000 thomask [Issue 756] IFTI for tuples only works if tuple parameter is last
Mon, 01 Jan 2007 16:24:15 +0000 thomask [Issue 748] internal error with mixed static / dynamic array
Sun, 31 Dec 2006 20:00:23 +0000 thomask fixed malformed @uri@ entries
Sun, 31 Dec 2006 20:00:02 +0000 thomask cleaned up remaining puremagic @uri@s
Sun, 31 Dec 2006 19:59:08 +0000 thomask sed'ed replacement of new:...http.d.puremagic.com/issues/ with http://d.puremagic.com/issues/show_bug.cgi?...
Sun, 31 Dec 2006 19:58:06 +0000 thomask sed'ed replacement of new:...http.d.puremagic.co... with http://d.puremagic.com/issues/show_bug.cgi?...
Sun, 31 Dec 2006 14:38:09 +0000 thomask [Issue 749] Internal error: toir.c 170 with lazy bool and delegate with default argument
Sun, 31 Dec 2006 14:29:11 +0000 thomask [Issue 754] hex strings crash DMD when reporting syntax errors
Sun, 31 Dec 2006 14:29:03 +0000 thomask [Issue 765] ArrayBoundsError when assigning slice of pointer
Sun, 31 Dec 2006 14:28:54 +0000 thomask [Issue 765] ArrayBoundsError when assigning slice of pointer
Sun, 31 Dec 2006 14:28:46 +0000 thomask [Issue 766] dmd.exe crash
Sun, 31 Dec 2006 14:28:37 +0000 thomask [Issue 771] template func returns delegate w. param list from tuple and type, odd compiler error
Sun, 31 Dec 2006 14:28:27 +0000 thomask [Issue 772] Bogus error using relation operator as static if expression within template
Sun, 31 Dec 2006 14:28:14 +0000 thomask [Issue 776] Unittest section inside a template does not alway execute.
Sun, 31 Dec 2006 11:02:52 +0000 thomask [Issue 778] -inline: Assertion failure: '!v->csym' on line 450 in file 'glue.c'
Sun, 31 Dec 2006 11:02:41 +0000 thomask [Issue 777] -inline: assert() with a non-constant message causes code to not compile
Sun, 31 Dec 2006 02:01:18 +0000 thomask [Issue 747] undefined reference to `.LDASM1'
Sun, 31 Dec 2006 02:01:05 +0000 thomask [Issue 740] dchar[].dup causes compiler segfault
Sun, 31 Dec 2006 02:00:53 +0000 thomask [Issue 175] ice while building aaA.d with enable checking
Sun, 31 Dec 2006 02:00:40 +0000 thomask [Issue 171] 'wrong number of operands' for invlpg inline asm instruction
Sun, 31 Dec 2006 02:00:32 +0000 thomask [Issue 43] enable-checking error found in std/socket.d
Sun, 31 Dec 2006 02:00:12 +0000 thomask [Issue 41] md5.d compilation error with enable checking
Sun, 31 Dec 2006 02:00:00 +0000 thomask [Issue 524] Compiler crash when compiling
Sun, 31 Dec 2006 01:59:44 +0000 thomask [Issue 530] segfault assigning array literal to a non-array const
Sun, 31 Dec 2006 01:59:23 +0000 thomask [Issue 534] IPF trying to initialize an associative array
Sun, 31 Dec 2006 01:59:07 +0000 thomask [Issue 619] Alias of templated struct instance crashes 0.175
Sat, 30 Dec 2006 15:40:50 +0000 thomask [Issue 628] Assertion failure: '0' on line 91 in file 'init.c'
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