log

age author description
Tue, 10 May 2005 23:48:58 +0000 thomask const float conversions
Tue, 10 May 2005 23:48:17 +0000 thomask interface (no circular)
Tue, 10 May 2005 23:47:41 +0000 thomask empty interface
Tue, 10 May 2005 23:45:02 +0000 thomask moved big static array test to nocompile
Tue, 10 May 2005 23:43:19 +0000 thomask added illegal range and illegal type checks for Enum
Tue, 10 May 2005 23:42:32 +0000 thomask Enum.init / Enum e
Tue, 10 May 2005 23:41:09 +0000 thomask alias const char[] <-> const char[] as case condition
Tue, 10 May 2005 23:40:22 +0000 thomask sort lists on all OSs equally
Tue, 10 May 2005 23:38:22 +0000 thomask added memory limit to crashRun
Sun, 01 May 2005 05:52:38 +0000 thomask fixed catch sequence
Sun, 01 May 2005 05:37:39 +0000 thomask updated result pages
Sun, 01 May 2005 04:02:01 +0000 thomask removed redundancy in the output
Sun, 01 May 2005 04:01:11 +0000 thomask correctly kill child process if killed by user
Fri, 29 Apr 2005 03:42:41 +0000 thomask implicit conversion float<->ifloat
Thu, 28 Apr 2005 15:53:12 +0000 thomask added IEEE 754 tests for 0-handing
Thu, 28 Apr 2005 15:52:30 +0000 thomask fixed timeout handing of crashRun
Thu, 28 Apr 2005 15:52:01 +0000 thomask fixed uname/date arguments
Thu, 28 Apr 2005 06:57:27 +0000 thomask disabled debug output
Thu, 28 Apr 2005 06:55:43 +0000 thomask a[1]~b[1]
Wed, 27 Apr 2005 12:21:18 +0000 thomask template loop
Wed, 27 Apr 2005 11:54:12 +0000 thomask added crashRun for POSIX systems
Wed, 27 Apr 2005 05:52:26 +0000 thomask template / private member
Wed, 27 Apr 2005 05:49:25 +0000 thomask template / private member
Tue, 26 Apr 2005 15:53:33 +0000 thomask changed value to reference property
Tue, 26 Apr 2005 12:24:05 +0000 thomask new(...)
Tue, 26 Apr 2005 12:09:29 +0000 thomask 9Li / 9Fi
Tue, 26 Apr 2005 11:59:35 +0000 thomask int -> creal
Tue, 26 Apr 2005 11:50:40 +0000 thomask scope problems with sizeof/offsetof
Mon, 25 Apr 2005 06:16:43 +0000 thomask cfloat.min > cfloat.max
Mon, 25 Apr 2005 05:55:52 +0000 thomask mixin / const int
Mon, 25 Apr 2005 05:43:26 +0000 thomask -inline / opIndex / struct
Mon, 25 Apr 2005 05:26:43 +0000 thomask cgcod.c 1489
Mon, 25 Apr 2005 05:25:13 +0000 thomask cgcod.c 1489
Sun, 24 Apr 2005 16:53:17 +0000 thomask wchar/dchar.dup ...
Sun, 24 Apr 2005 07:32:57 +0000 thomask added experimental results for dmd-0.121 on WindowsXP(German edition, SP1, i686)
Sat, 23 Apr 2005 11:38:01 +0000 thomask char/dchar/wchar[].revers
Sat, 23 Apr 2005 11:37:04 +0000 thomask char/wchar/dchar[].dup
Sat, 23 Apr 2005 07:09:17 +0000 thomask template / member function
Sat, 23 Apr 2005 06:55:16 +0000 thomask OutOfMemory not called
Sat, 23 Apr 2005 06:41:43 +0000 thomask scope visibility
Sat, 23 Apr 2005 06:12:33 +0000 thomask override alignof
Sat, 23 Apr 2005 06:12:08 +0000 thomask override alignof / offsetof
Sat, 23 Apr 2005 05:56:24 +0000 thomask implicit conversion between ifloat and float
Sat, 23 Apr 2005 05:45:45 +0000 thomask fixed assertion typo
Thu, 21 Apr 2005 05:34:31 +0000 thomask type safety of variadic arguments
Wed, 20 Apr 2005 19:47:10 +0000 thomask mixin opCall
Wed, 20 Apr 2005 12:58:12 +0000 thomask package/static
Wed, 20 Apr 2005 12:51:35 +0000 thomask private/static
Wed, 20 Apr 2005 12:42:30 +0000 thomask cyclic classes/interfaces (2nd)
Wed, 20 Apr 2005 12:39:49 +0000 thomask cyclic classes/interfaces
Wed, 20 Apr 2005 07:33:17 +0000 thomask interface segfault
Wed, 20 Apr 2005 05:24:22 +0000 thomask extended segmentfault for anonymous classes
Wed, 20 Apr 2005 04:15:53 +0000 thomask static assert inside templated class/struct
Tue, 19 Apr 2005 21:53:51 +0000 thomask rehash / inplace
Tue, 19 Apr 2005 21:51:38 +0000 thomask anonymous class segfault
Tue, 19 Apr 2005 17:28:21 +0000 thomask missing line info for unknown imports
Tue, 19 Apr 2005 15:03:38 +0000 thomask doppelgaenger cleanup
Tue, 19 Apr 2005 12:10:31 +0000 thomask *= /= -= +=
Tue, 19 Apr 2005 11:40:22 +0000 thomask fixed test cases(names)
Tue, 19 Apr 2005 04:05:27 +0000 thomask x++ / ++x / --x / x--