log

age author description
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
Wed, 20 Sep 2006 19:11:23 +0000 thomask [Issue 223] Error message for unset constants doesn't specify error location
Wed, 20 Sep 2006 19:11:17 +0000 thomask [Issue 351] New: Recursive string template doesn't work if the terminating specialisation is given first
Wed, 20 Sep 2006 19:11:12 +0000 thomask [Issue 352] New: Assertion failure: expression.c 753 - concatenating strings in a template calling another template
Wed, 20 Sep 2006 19:11:06 +0000 thomask [Issue 353] New: null passed as a char[] template argument, concatenated with a string literal, is a non-constant expression
Wed, 20 Sep 2006 19:10:56 +0000 thomask [Issue 354] New: Internal error: e2ir.c 772 with bad template use
Wed, 20 Sep 2006 19:10:47 +0000 thomask [Issue 355] New: ICE from enum : nonexistent type
Thu, 14 Sep 2006 12:05:42 +0000 thomask Incorrect code generation -O2 gdc
Thu, 14 Sep 2006 12:05:35 +0000 thomask [Issue 258] New: Undefined identifier error for circular import
Thu, 14 Sep 2006 12:05:27 +0000 thomask [Issue 257] New: package vars accessible from sub-modules, package funcs not
Thu, 14 Sep 2006 07:15:59 +0000 thomask foreach on aggregate class in some delegate litterals
Thu, 14 Sep 2006 07:15:49 +0000 thomask typedef, implicit cast, bug or feature?
Thu, 14 Sep 2006 07:15:39 +0000 thomask name resolution and static function
Thu, 14 Sep 2006 07:15:31 +0000 thomask [Issue 221] New: Inconsistent name mangling of bool (a relic of 'bit')
Wed, 13 Sep 2006 22:27:36 +0000 thomask [Issue 313] New: Fully qualified names bypass private imports
Wed, 13 Sep 2006 22:27:27 +0000 thomask [Issue 334] New: Void Initializer ICE
Wed, 13 Sep 2006 22:27:16 +0000 thomask [Issue 343] New: Compile error using mixin containing struct
Thu, 07 Sep 2006 07:51:55 +0000 thomask Buggy DStress test cases
Thu, 07 Sep 2006 07:51:45 +0000 thomask lazy in main
Thu, 07 Sep 2006 07:51:37 +0000 thomask [Issue 325] New: Overriding members and overloading with alias causes bogus error messages in with().
Thu, 07 Sep 2006 07:51:27 +0000 thomask [Issue 326] New: calculation bug
Wed, 06 Sep 2006 21:12:08 +0000 thomask various test case fixes
Wed, 06 Sep 2006 05:07:33 +0000 thomask various test case fixes
Sun, 03 Sep 2006 09:20:22 +0000 thomask Internal error: ..\ztc\cod1.c 2521
Sun, 03 Sep 2006 09:20:14 +0000 thomask [Issue 306] New: dmd 165 breaks existing code
Sat, 26 Aug 2006 11:05:24 +0000 thomask [Issue 259] New: Comparing signed to unsigned does not generate an error
Sat, 26 Aug 2006 11:05:13 +0000 thomask [Issue 296] New: Template constant can not be used as size of static array.
Sat, 26 Aug 2006 11:05:02 +0000 thomask [Issue 287] DMD optimization bug arround dynamic array length
Fri, 25 Aug 2006 11:43:08 +0000 thomask [Issue 304] Internal error: e2ir.c 145
Fri, 25 Aug 2006 11:42:59 +0000 thomask [Issue 305] version and static if blocks introduce new scope for 'scope' statement
Fri, 25 Aug 2006 11:42:39 +0000 thomask [Issue 303] delegate in finally
Sun, 20 Aug 2006 11:18:32 +0000 thomask partial -fPIC fixes
Fri, 18 Aug 2006 07:16:20 +0000 thomask Walter Bright <newshound@digitalmars.com>
Fri, 18 Aug 2006 07:13:46 +0000 thomask Walter Bright <newshound@digitalmars.com>
Fri, 18 Aug 2006 07:04:34 +0000 thomask [Issue 291] assertion
Thu, 17 Aug 2006 13:33:47 +0000 thomask fixed ommitted "torture-"
Thu, 17 Aug 2006 13:29:44 +0000 thomask updated dmd-internal to 0.164
Thu, 17 Aug 2006 13:29:09 +0000 thomask removed documentation of old Windows workaround
Thu, 17 Aug 2006 12:54:30 +0000 thomask removed www/results.html link
Tue, 15 Aug 2006 12:14:08 +0000 thomask updated reporter listing
Tue, 15 Aug 2006 12:13:49 +0000 thomask [Issue 288] type of opEquals
Tue, 15 Aug 2006 12:13:36 +0000 thomask [Issue 270] Compiler allows and crashes on typedefs of "immediate"-function types
Tue, 15 Aug 2006 12:13:26 +0000 thomask [Issue 287] DMD optimization bug arround dynamic array length
Tue, 15 Aug 2006 09:45:40 +0000 thomask [Issue 250] enum : bool allowed with odd results
Tue, 15 Aug 2006 09:45:30 +0000 thomask [Issue 247] Cannot return from nested functions in contracts
Tue, 15 Aug 2006 09:45:21 +0000 thomask [Issue 236] Class literal expression always says "base classes expected"
Tue, 15 Aug 2006 09:45:12 +0000 thomask Initialization error in classes
Mon, 14 Aug 2006 15:05:40 +0000 thomask fixed typos
Mon, 14 Aug 2006 11:37:56 +0000 thomask [Issue 271] Incorrect constant evaluation of TypeInfo equality comparisons
Mon, 14 Aug 2006 11:37:46 +0000 thomask [Issue 272] foreach inside anonymous function crashes dmd.exe
Mon, 14 Aug 2006 11:37:36 +0000 thomask [Issue 274] Different template alias arguments are treated as the same.
Mon, 14 Aug 2006 11:37:28 +0000 thomask [Issue 276] Compiler erroneously thinks an aggregate inner template will add a field to it
Mon, 14 Aug 2006 11:37:17 +0000 thomask [Issue 285] Struct method null pointer assert has line number of "0"
Sun, 30 Jul 2006 07:46:26 +0000 thomask added windows v. linnux v. gdc data
Sun, 23 Jul 2006 12:59:39 +0000 thomask repo cleanup
Sat, 22 Jul 2006 12:54:59 +0000 thomask added polishing data
Fri, 21 Jul 2006 11:15:26 +0000 thomask post DMD-0.163 review
Thu, 20 Jul 2006 14:47:29 +0000 thomask pre DMD-0.163 review