log dmd/func.c @ 1608:679d101395e8

age author description
Wed, 06 Jan 2010 15:18:20 -0300 Leandro Lucarella Merge DMD r262: bugzilla 3381 ([tdpl] Incorrect assessment of ...)
Wed, 06 Jan 2010 15:18:20 -0300 Leandro Lucarella Merge DMD r253: refactor: Argument => Parameter
Wed, 06 Jan 2010 15:18:19 -0300 Leandro Lucarella Merge DMD r243: some harmonization with D2 dmd
Fri, 06 Nov 2009 23:58:01 +0100 Christian Kamm Merge DMD 1.051
Sun, 12 Jul 2009 16:15:21 +0200 Christian Kamm Make the auto storage class never have the same meaning as scope.
Sun, 07 Jun 2009 16:00:13 +0200 Frits van Bommel Run `semantic3` on imported modules, and emit new symbols with
Mon, 01 Jun 2009 01:28:18 +0200 Frits van Bommel Remove redundant null-check in member functions of structs that don't have an
Sat, 16 May 2009 22:21:31 +0200 Tomas Lindquist Olsen Merged DMD 1.045 !!!
Sat, 16 May 2009 14:22:09 +0200 Christian Kamm Don't always expand aliases to FuncDecls to FuncAliasDecls - breaks for single
Sat, 16 May 2009 12:17:33 +0200 Christian Kamm Fix overload resolution issue in dmd bug 313/314 fix.
Sun, 10 May 2009 00:46:09 +0200 Tomas Lindquist Olsen Fixed dmdfe generated class invariant calls. Also insert proper "this !is null" check before it. Fixed invariant* dstress regressions and generally seems like a good idea. Hope I didn't break anything.. minitests run fine!
Thu, 30 Apr 2009 23:16:21 +0200 Christian Kamm Commit workaround for TypeFunction comparing issue.
Wed, 15 Apr 2009 20:06:25 +0200 Tomas Lindquist Olsen Added Doxygen file.
Fri, 03 Apr 2009 17:59:34 +0200 Tomas Lindquist Olsen Merged DMD 1.042.
Sun, 29 Mar 2009 23:57:51 +0200 Frits van Bommel Fix #246 by running type->semantic() on parameters so tuples are expanded.
Sat, 28 Mar 2009 14:26:23 +0100 Christian Kamm Fix goto inside synchronized functions.
Thu, 26 Mar 2009 20:45:53 +0100 Tomas Lindquist Olsen * Moved ir/irsymbol.cpp/h into ir/irdsymbol.cpp/h.
Wed, 25 Mar 2009 08:13:01 +0100 Christian Kamm Fix to synchronized function storage class when getting the classinfo via dotExp.
Tue, 24 Mar 2009 21:18:18 +0100 Christian Kamm Reorganize EnclosingHandlers to require less changes to the frontend and allow us to
Mon, 23 Mar 2009 20:26:33 +0100 Tomas Lindquist Olsen Cleanup DMD 1.041 merge.
Thu, 12 Mar 2009 20:37:27 +0100 Tomas Lindquist Olsen - Updated to DMD frontend 1.041.
Sun, 15 Feb 2009 14:50:33 +0100 Christian Kamm Backed out changeset [369996c08420].
Sun, 15 Feb 2009 11:46:28 +0100 Christian Kamm Change the numbering of static ctors/dtors to be module based instead of being global.
Sun, 08 Feb 2009 05:26:54 +0100 Tomas Lindquist Olsen SWITCHED TO LLVM 2.5 !
Wed, 04 Feb 2009 16:02:05 +0100 Tomas Lindquist Olsen Fixed warning on osx as per request from mwarning.
Sun, 18 Jan 2009 13:10:19 +0100 Christian Kamm Change custom allocator new size argument to size_t instead of uint. See #175.
Tue, 06 Jan 2009 16:33:51 +0100 Tomas Lindquist Olsen Merged DMD 1.038
Sat, 13 Dec 2008 13:15:31 +0100 Tomas Lindquist Olsen Merged DMD 1.037 frontend
Wed, 22 Oct 2008 17:06:17 +0200 Tomas Lindquist Olsen Merged DMD 1.036.
Mon, 13 Oct 2008 23:19:32 +0200 Tomas Lindquist Olsen Changed premake.lua to work with mingw.