July 03, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: fe2bea44a0f12617d3d4684b543fb0fd148abaad
      https://github.com/D-Programming-Language/druntime/commit/fe2bea44a0f12617d3d4684b543fb0fd148abaad
  Author: David Nadlinger <code@klickverbot.at>
  Date:   2014-07-02 (Wed, 02 Jul 2014)

  Changed paths:
    M src/object_.d

  Log Message:
  -----------
  [trivial] Make rt.minfo import in object_.d function-local.

The 2.065 frontend trips over this when building the druntime tests in shared library mode with LDC (forward reference to the Object base class of TypeInfo when accessing the latter from within rt.util.container). No idea why this happens, or why it doesn't with DMD, but this fixes it and it also is a small improvement on its own regardless.


  Commit: 8ce64c536ca51eade5a2d4501810f91677a26724
      https://github.com/D-Programming-Language/druntime/commit/8ce64c536ca51eade5a2d4501810f91677a26724
  Author: Martin Nowak <code@dawg.eu>
  Date:   2014-07-03 (Thu, 03 Jul 2014)

  Changed paths:
    M src/object_.d

  Log Message:
  -----------
  Merge pull request #857 from klickverbot/minfo-import

[trivial] Make rt.minfo import in object_.d function-local.


Compare: https://github.com/D-Programming-Language/druntime/compare/2ab86f558367...8ce64c536ca5