log

age author description
Sat, 10 May 2008 06:44:57 +0200 ChristianK [svn r204] Don't run complex dstress tests, they seem to be broken. trunk
Thu, 08 May 2008 22:49:28 +0200 ChristianK [svn r203] moving tests into separate folder, added readme trunk
Thu, 08 May 2008 22:32:22 +0200 ChristianK [svn r202] added start of dstress-based test suite to tests/ trunk
Wed, 07 May 2008 22:27:45 +0200 lindquist [svn r201] Fixed: return statement could fail codegen with type mismatch for classes, added cast. trunk
Wed, 07 May 2008 22:01:59 +0200 lindquist [svn r200] Fixed: removed use of std.intrinsic. trunk
Wed, 07 May 2008 20:22:42 +0200 lindquist [svn r199] Fixed: still some small issues with string literals implicitly converting to different pointer types. Should be fixed now! trunk
Wed, 07 May 2008 19:54:01 +0200 lindquist [svn r198] Fixed: doing a length-changing cast of a full slice segfaulted. eg: trunk
Wed, 07 May 2008 19:34:41 +0200 lindquist [svn r197] Fixed: empty scope statement segfaulted. trunk
Wed, 07 May 2008 18:46:56 +0200 lindquist [svn r196] Added C++ version of the ray demo for comparing. trunk
Wed, 07 May 2008 05:45:25 +0200 lindquist [svn r195] fixed some tango bugs (tango ticket 1093). trunk
Wed, 07 May 2008 05:02:48 +0200 lindquist [svn r194] Fixed: string literal constant expressions with static array type was broken. trunk
Wed, 07 May 2008 04:45:51 +0200 lindquist [svn r193] Fixed: abstract classes implementing interfaces now output proper Interface info arrays. (null vtables). trunk
Wed, 07 May 2008 00:58:36 +0200 lindquist [svn r192] Fixed: String literals as constant expression was broken for utf16/32. trunk
Wed, 07 May 2008 00:01:13 +0200 lindquist [svn r191] Fixed: array literals did not support all type/storage combinations. trunk
Tue, 06 May 2008 18:36:46 +0200 lindquist [svn r190] Fixed array concatenation for some broken cases. trunk
Tue, 06 May 2008 07:56:03 +0200 ChristianK [svn r189] moving IR data back into DMD frontend nodes trunk
Tue, 06 May 2008 07:26:27 +0200 lindquist [svn r188] Fixed using a dereferenced pointer argument as both l- and r-value. fixes tango.io.FileRoots. trunk
Tue, 06 May 2008 05:25:53 +0200 lindquist [svn r187] Fixed missing definitions of instances of imported struct template declarations. trunk
Tue, 06 May 2008 03:46:43 +0200 lindquist [svn r186] Fixed 'delete this'. trunk
Tue, 06 May 2008 03:07:21 +0200 lindquist [svn r185] Fixed broken nested classes with data members, did DMD change the class layout? tango.text.Regex now compiles. trunk
Tue, 06 May 2008 02:26:17 +0200 lindquist [svn r184] fixed an AA helper for giving keys storage, which the runtime needs. tango.text.UnicodeData now compiles. trunk
Tue, 06 May 2008 01:23:02 +0200 lindquist [svn r183] Fixed broken identity expressions with two pointers of different types. trunk
Tue, 06 May 2008 00:03:55 +0200 lindquist [svn r182] Oups, the PGM output for the raytracer demo was borked. trunk
Mon, 05 May 2008 22:20:07 +0200 lindquist [svn r181] Updated the raytracer demo by downs to work with tango :) My quick trunk
Mon, 05 May 2008 20:28:59 +0200 lindquist [svn r180] Fixed complex negation, and tango.math.Math now compiles. trunk
Mon, 05 May 2008 07:36:29 +0200 lindquist [svn r179] lots and lots of fixes, much more of tango now compiles/works. trunk
Mon, 05 May 2008 00:56:53 +0200 lindquist [svn r178] Fixed codegen values for function arguments, the old approach was completely broken, amazing it even worked... trunk
Sun, 04 May 2008 21:25:48 +0200 ChristianK [svn r177] moved variable for interface info type from being local static to being within IRState trunk
Sun, 04 May 2008 04:35:27 +0200 lindquist [svn r176] Fixed a bug with class constructors. trunk
Thu, 01 May 2008 15:15:28 +0200 ChristianK [svn r175] merged dmd 1.029 trunk
Thu, 01 May 2008 13:33:02 +0200 ChristianK [svn r174] added file missing from previous commit [173] trunk
Thu, 01 May 2008 13:32:08 +0200 ChristianK [svn r173] moved IR state previously stored in Type into IrType and a Type->IrType map; fixes #7 trunk
Thu, 01 May 2008 13:05:53 +0200 ChristianK [svn r172] moving all IR state previously stored in Dsymbol into IrDsymbol and a Dsymbol->IrDsymbol map trunk
Tue, 29 Apr 2008 21:33:50 +0200 ChristianK [svn r171] starting to move IR data from AST nodes into IRState; started with IrFunction trunk
Tue, 25 Mar 2008 18:25:24 +0100 ChristianK [svn r160] Added cleaned version of dmd's linux exception runtime trunk
Tue, 25 Mar 2008 16:33:19 +0100 lindquist [svn r159] added some code to help diagnose ticket #35 trunk
Mon, 24 Mar 2008 20:49:21 +0100 ChristianK [svn r158] fixed bug with console integer output: buffer was too small trunk
Mon, 24 Mar 2008 20:48:40 +0100 lindquist [svn r157] Fixed the nasty type==NULL bug :D trunk
Mon, 24 Mar 2008 20:05:44 +0100 lindquist [svn r156] added a testcase for the most annoying bug ever trunk
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