log

age author description
Tue, 22 Mar 2005 08:16:05 +0000 thomask Walter <walter@digitalmars.com>
Tue, 22 Mar 2005 08:12:53 +0000 thomask attempt to pass a literal as an argument that should be a reference
Tue, 22 Mar 2005 08:09:10 +0000 thomask Walter <walter@digitalmars.com>
Tue, 22 Mar 2005 08:06:44 +0000 thomask Stewart Gordon <smjg_1998@yahoo.com>
Tue, 22 Mar 2005 08:06:01 +0000 thomask Regan Heath <regan@netwin.co.nz>
Tue, 22 Mar 2005 08:05:11 +0000 thomask Tom S <h3r3tic@remove.mat.uni.torun.pl>
Tue, 22 Mar 2005 08:04:31 +0000 thomask Regan Heath <regan@netwin.co.nz>
Tue, 22 Mar 2005 08:03:28 +0000 thomask segfaulting catch
Tue, 22 Mar 2005 08:02:21 +0000 thomask typeid(type).tsize == type.sizeof
Tue, 22 Mar 2005 08:01:03 +0000 thomask documented __DSTRESS_ELINE__ and __DSTRESS_EFILE__
Tue, 22 Mar 2005 08:00:24 +0000 thomask removed debug output
Mon, 21 Mar 2005 20:47:48 +0000 thomask added error line tests (__DSTRESS_ELINE__ / __DSTRESS_EFILE__)
Mon, 21 Mar 2005 20:45:57 +0000 thomask 1) updated rules to dmd-0.119
Sun, 20 Mar 2005 07:26:58 +0000 thomask forward referenced mixin
Sun, 20 Mar 2005 06:33:58 +0000 thomask added pragama(lib) tests
Fri, 18 Mar 2005 13:28:49 +0000 thomask return contains an Expression and no ExpressionStatement, thus effectless code is legal
Fri, 18 Mar 2005 11:35:53 +0000 thomask added TypeInfo.toString checks to detect 'cheating'
Fri, 18 Mar 2005 10:07:23 +0000 thomask no exclusion check for predefined version identifiers
Fri, 18 Mar 2005 09:59:06 +0000 thomask Object has no ctor
Fri, 18 Mar 2005 08:09:09 +0000 thomask type[] arrayA=arrayB.init
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