log

age author description
Mon, 24 Mar 2008 19:43:02 +0100 lindquist [svn r155] Fixed a bunch of linkage problems (especially with templates) trunk
Sat, 22 Mar 2008 12:20:32 +0100 ChristianK [svn r154] renaming enclosingtry to enclosingtryfinally to distinguish it from enclosingtrycatch, which will probably need to be added for exception handling trunk
Thu, 13 Mar 2008 18:37:52 +0100 ChristianK [svn r152] Relates to ticket #34. Always emit class definition if it is a template instance. Linkage still needs to be fixed. trunk
Mon, 10 Mar 2008 19:29:39 +0100 ChristianK [svn r151] fixed #29: out contracts work now trunk
Sat, 08 Mar 2008 15:22:07 +0100 ChristianK [svn r150] fixes #16 and #17, implements GotoCaseStatement trunk
Sat, 26 Jan 2008 17:13:22 +0100 lindquist [svn r149] fixed: a bunch of D-style variadics problems. trunk
Fri, 25 Jan 2008 01:42:36 +0100 lindquist [svn r147] tango.io.Console is now working. True this time :) Yay! trunk
Wed, 23 Jan 2008 15:48:19 +0100 lindquist [svn r146] fixed some potential problems with mismatch in order of interfaces in class data layout trunk
Wed, 23 Jan 2008 12:58:51 +0100 lindquist [svn r145] fixed some x86 problems trunk
Wed, 23 Jan 2008 12:56:09 +0100 lindquist [svn r144] fixes trunk
Tue, 22 Jan 2008 00:01:16 +0100 lindquist [svn r143] Fixed: a few bugs in debug information, still only line info, but should be correct files now :) trunk
Fri, 18 Jan 2008 20:13:19 +0100 lindquist [svn r142] minor fix to dynamic casts. trunk
Fri, 18 Jan 2008 16:42:16 +0100 lindquist [svn r141] fixed more problems with classinfo trunk
Thu, 17 Jan 2008 03:15:12 +0100 lindquist [svn r140] did a lot of the work towards being able to pass multiple modules on the command line. not complete yet though trunk
Mon, 14 Jan 2008 23:09:55 +0100 lindquist [svn r139] Fixed bug #33, thanks for the report :) trunk
Mon, 14 Jan 2008 05:32:24 +0100 lindquist [svn r138] forgot the latest tests trunk
Mon, 14 Jan 2008 05:11:54 +0100 lindquist [svn r137] Many fixes towards tango.io.Console working, but not quite there yet... trunk
Fri, 11 Jan 2008 17:57:40 +0100 lindquist [svn r136] MAJOR UNSTABLE UPDATE!!! trunk
Fri, 04 Jan 2008 01:38:42 +0100 lindquist [svn r135] * Merged DMD 1.025 * trunk
Fri, 28 Dec 2007 23:52:40 +0100 lindquist [svn r134] Merged the DMD 1.024 frontend. trunk
Fri, 28 Dec 2007 22:55:24 +0100 lindquist [svn r133] Fixed some problems with inlining not happening :P trunk
Fri, 30 Nov 2007 17:12:08 +0100 lindquist [svn r132] Added some tests. some will fail at the moment. trunk
Fri, 30 Nov 2007 12:56:52 +0100 lindquist [svn r131] Fixed #11 trunk
Wed, 28 Nov 2007 05:04:38 +0100 lindquist [svn r130] fixed #28 trunk
Wed, 28 Nov 2007 04:52:35 +0100 lindquist [svn r129] Started AA literals. trunk
Wed, 28 Nov 2007 03:34:37 +0100 lindquist [svn r128] function local typedefs were not working trunk
Wed, 28 Nov 2007 03:01:51 +0100 lindquist [svn r127] Updated the lphobos build scripts a little. Created a new rebuild profile. trunk
Tue, 27 Nov 2007 09:19:07 +0100 lindquist [svn r126] String switch is now implemented. trunk
Tue, 27 Nov 2007 03:09:36 +0100 lindquist [svn r125] Renamed/moved a few backend member inside DMD structures for consistency. trunk
Mon, 26 Nov 2007 07:26:21 +0100 lindquist [svn r124] Fixed another D vararg + return in ptr bug. trunk
Mon, 26 Nov 2007 06:45:13 +0100 lindquist [svn r123] Fixed some typeinfo module name mismatches. trunk
Mon, 26 Nov 2007 05:50:33 +0100 lindquist [svn r122] Fixed temporary delegates can now alloca their own storage. trunk
Mon, 26 Nov 2007 04:49:23 +0100 lindquist [svn r121] Finished ModuleInfo implementation. trunk
Sun, 25 Nov 2007 18:55:52 +0100 lindquist [svn r120] ModuleInfo implementation is now almost complete. trunk
Sun, 25 Nov 2007 03:58:55 +0100 lindquist [svn r119] Added the monitor data field that comes after the vtable pointer to all classes. Represented as a void* initialized to zero. trunk
Sun, 25 Nov 2007 00:19:13 +0100 lindquist [svn r118] Fixed dynamic casts. trunk
Sat, 24 Nov 2007 06:33:00 +0100 lindquist [svn r117] Initial working implementation of interfaces. trunk
Thu, 22 Nov 2007 22:30:10 +0100 lindquist [svn r116] Implemented the ClassInfo.destructor field. trunk
Thu, 22 Nov 2007 21:17:54 +0100 lindquist [svn r115] Implemented the ClassInfo.defaultConstructor member. trunk
Thu, 22 Nov 2007 21:01:01 +0100 lindquist [svn r114] Implemented the ClassInfo.offTi member. trunk
Wed, 21 Nov 2007 04:13:15 +0100 lindquist [svn r113] Added initial support for associative arrays (AAs). trunk
Tue, 20 Nov 2007 05:29:20 +0100 lindquist [svn r112] Fixed 'case 1,2,3:' style case statements. trunk
Tue, 20 Nov 2007 00:02:35 +0100 lindquist [svn r111] Fixed most problems with complex number support and added typeinfo for them. trunk
Mon, 19 Nov 2007 06:01:48 +0100 lindquist [svn r110] Fixed typeinfo for classes. trunk
Mon, 19 Nov 2007 03:39:46 +0100 lindquist [svn r109] Fixed support for static array TypeInfo trunk
Mon, 19 Nov 2007 02:58:58 +0100 lindquist [svn r108] Now basic suppport for complex types. =,+,-,*,/ are supported. trunk
Sun, 18 Nov 2007 08:25:07 +0100 lindquist [svn r107] Getting .classinfo on a class instance now works (classinfo is stored in vtable) trunk
Sun, 18 Nov 2007 06:52:57 +0100 lindquist [svn r106] Turns out the last commit wasn't enough, now the D->LLVM process is even more split up. trunk
Fri, 16 Nov 2007 10:01:24 +0100 lindquist [svn r105] -inline does nothing for now, the -On setting can already be used to trigger it. trunk
Fri, 16 Nov 2007 08:21:47 +0100 lindquist [svn r104] TONS OF FIXES. trunk
Thu, 15 Nov 2007 00:24:44 +0100 lindquist [svn r103] Array comparisons are now fully implemented, that is - to the extent that TypeInfo is. trunk
Wed, 14 Nov 2007 23:39:10 +0100 lindquist [svn r102] Further delayed emission of function bodies to avoid problems with circular-forward-references. trunk
Wed, 14 Nov 2007 20:18:01 +0100 lindquist [svn r101] Split up CastExp into several smaller utility functions. trunk
Mon, 12 Nov 2007 07:58:44 +0100 lindquist [svn r100] Moved test/ray.d to demos/ray.d. trunk
Mon, 12 Nov 2007 06:43:33 +0100 lindquist [svn r99] Removed the ray demo. it's in test already (and not broken there) trunk
Mon, 12 Nov 2007 06:32:46 +0100 lindquist [svn r98] Added support for std.c.stdlib.alloca via pragma(LLVM_internal, "alloca"). trunk
Thu, 08 Nov 2007 19:21:05 +0100 lindquist [svn r97] Fixed bug with main(string[] args) on 32 bit systems. 64bit worked. trunk
Thu, 08 Nov 2007 19:13:28 +0100 lindquist [svn r96] Updated to DMD 1.023. trunk
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