log

age author description
Wed, 07 Nov 2007 04:52:56 +0100 lindquist [svn r95] added support for mains like: trunk
Wed, 07 Nov 2007 03:36:07 +0100 lindquist [svn r94] started on complex support trunk
Wed, 07 Nov 2007 02:45:47 +0100 lindquist [svn r93] a few fixes, some phobos additions. trunk
Tue, 06 Nov 2007 10:03:14 +0100 lindquist [svn r92] Fixed support for statically initialized unions. lots of bugfixes as cleanups too. trunk
Sat, 03 Nov 2007 14:48:33 +0100 lindquist [svn r91] fixed some minor mistakes trunk
Sat, 03 Nov 2007 14:44:58 +0100 lindquist [svn r90] Major updates to the gen directory. Redesigned the 'elem' struct. Much more... !!! trunk
Fri, 02 Nov 2007 06:32:32 +0100 lindquist [svn r89] Fixed a bunch of problems with template instance across multiple modules. trunk
Fri, 02 Nov 2007 02:27:41 +0100 lindquist [svn r88] fixed global given initializers when they don't deserve trunk
Fri, 02 Nov 2007 02:03:13 +0100 lindquist [svn r87] Fixed some memory bloat when passing string literals as char[] params (double temporary before) trunk
Fri, 02 Nov 2007 01:17:26 +0100 lindquist [svn r86] Changed the way arguments are given storage. It is now detected if they will need it during semantic passes. trunk
Thu, 01 Nov 2007 17:27:18 +0100 lindquist [svn r85] Fixed: if a return statement appeared in the try block of a nested try-finally, only the inner-most finally block would be executed. trunk
Wed, 31 Oct 2007 22:35:39 +0100 lindquist [svn r84] Fixed: Returning from a void function from inside the try of a try-finally block was broken. trunk
Wed, 31 Oct 2007 22:20:19 +0100 lindquist [svn r83] Fixed: Returning a struct from within the try block of a try-finally was broken. trunk
Wed, 31 Oct 2007 20:50:21 +0100 lindquist [svn r82] Fixed: Fall-through switch cases were broken. trunk
Wed, 31 Oct 2007 09:34:18 +0100 lindquist [svn r81] Fixed: Union support was very buggy. Should be fairly solid now. trunk
Wed, 31 Oct 2007 07:24:02 +0100 lindquist [svn r80] Fixed union literals trunk
Wed, 31 Oct 2007 04:55:48 +0100 lindquist [svn r79] Updated the rebuild profile to link bitcode libraries with -lib trunk
Wed, 31 Oct 2007 04:05:38 +0100 lindquist [svn r78] Removed the useless pragmas trunk
Wed, 31 Oct 2007 03:11:32 +0100 lindquist [svn r77] Fixed foreach on slice. trunk
Mon, 29 Oct 2007 03:28:12 +0100 lindquist [svn r76] Fixed: TypeInfo for structs. trunk
Sun, 28 Oct 2007 19:48:57 +0100 lindquist [svn r75] Fixed the init member in custom enum typeinfo. I don't see any way this could actually need emmision though :/ trunk
Sun, 28 Oct 2007 19:33:50 +0100 lindquist [svn r74] Fixed passing types with different alignment to D-style variadic functions. trunk
Sun, 28 Oct 2007 04:23:38 +0100 lindquist [svn r73] Identity expression for dynamic array and null was broken. trunk
Sun, 28 Oct 2007 03:14:29 +0100 lindquist [svn r72] Calling a nested function that is not a delegate was not working. trunk
Sun, 28 Oct 2007 02:46:06 +0200 lindquist [svn r71] Fixed accessing parent function arguments from inside nested delegates. trunk
Sun, 28 Oct 2007 02:03:42 +0200 lindquist [svn r70] Fixed bug where correct calling convention was not set on calling aggregate methods trunk
Fri, 26 Oct 2007 15:14:51 +0200 lindquist [svn r69] forgot std.stdarg trunk
Thu, 25 Oct 2007 12:09:13 +0200 lindquist [svn r68] Added support for multi-dimensional static arrays. trunk
Thu, 25 Oct 2007 10:05:21 +0200 lindquist [svn r67] Fixed ignore unittests instead of failing to compile trunk
Thu, 25 Oct 2007 09:48:36 +0200 lindquist [svn r66] Added support for imaginary floating point types trunk