log

age author description
Fri, 18 Mar 2005 07:59:16 +0000 thomask Internal error: ../ztc/cod4.c 352
Fri, 18 Mar 2005 07:49:35 +0000 thomask array.init
Fri, 18 Mar 2005 07:38:57 +0000 thomask static is ignored when applied to other declarations
Fri, 18 Mar 2005 07:30:21 +0000 thomask T!().a creates a new instantiation of T that is *not* the mixin
Fri, 18 Mar 2005 06:51:45 +0000 thomask creates a named template
Fri, 18 Mar 2005 06:47:18 +0000 thomask Inside a class template, to refer to the template (and not the class generated from the template), a '.' must prefix the template name.
Fri, 18 Mar 2005 06:45:07 +0000 thomask fixed = -> ==
Fri, 18 Mar 2005 05:29:08 +0000 thomask array - int
Thu, 17 Mar 2005 21:37:29 +0000 thomask paths without return statements are specifically allowed, the compiler has to insert an assert(0)
Thu, 17 Mar 2005 21:29:28 +0000 thomask 10 byte reals on the x86 align on 2 byte boundaries
Thu, 17 Mar 2005 21:25:17 +0000 thomask fixed new syntax (part 2)
Thu, 17 Mar 2005 21:22:53 +0000 thomask fixed new syntax
Thu, 17 Mar 2005 15:52:24 +0000 thomask float as slice index
Thu, 17 Mar 2005 15:20:24 +0000 thomask cast(uint/int)
Thu, 17 Mar 2005 15:00:16 +0000 thomask updated testcases to DMD version 0.118
Wed, 16 Mar 2005 16:51:29 +0000 thomask static{ this() }
Wed, 16 Mar 2005 12:52:50 +0000 thomask fixed ∧ and ∨ values
Wed, 16 Mar 2005 12:03:21 +0000 thomask long.min / long.sizeof
Wed, 16 Mar 2005 11:58:17 +0000 thomask associative arrays store copies (native, struct) and references (class)
Wed, 16 Mar 2005 11:09:23 +0000 thomask updated abstract tests to dmd-118
Wed, 16 Mar 2005 10:43:45 +0000 thomask updated align tests to dmd-118
Wed, 16 Mar 2005 10:33:13 +0000 thomask extern(C++) is now documented
Mon, 14 Mar 2005 07:07:41 +0000 thomask template argument / alias
Mon, 14 Mar 2005 07:06:21 +0000 thomask array init
Mon, 14 Mar 2005 06:11:35 +0000 thomask ? / bool, implicit cast
Sat, 12 Mar 2005 14:48:28 +0000 thomask added tests for named character entities
Sat, 12 Mar 2005 13:50:46 +0000 thomask added array[$] tests
Sat, 12 Mar 2005 13:49:58 +0000 thomask added __DATE__, __FILE__, __LINE__, __TIMESTAMP__ and __TIME tests
Sat, 12 Mar 2005 10:54:19 +0000 thomask offsetof
Sat, 12 Mar 2005 10:51:48 +0000 thomask evaluated const