October 31, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 0d66d9265da1541902ac1d60d6c85df0a00af1c8
      https://github.com/D-Programming-Language/dmd/commit/0d66d9265da1541902ac1d60d6c85df0a00af1c8
  Author: Walter Bright <walter@walterbright.com>
  Date:   2014-10-27 (Mon, 27 Oct 2014)

  Changed paths:
    M src/interpret.c
    A test/fail_compilation/failmemalloc.d

  Log Message:
  -----------
  CTFE cannot handle member allocators


  Commit: 8248b20d38a115990c6234a0cf13e30300a1799b
      https://github.com/D-Programming-Language/dmd/commit/8248b20d38a115990c6234a0cf13e30300a1799b
  Author: Martin Nowak <code@dawg.eu>
  Date:   2014-10-31 (Fri, 31 Oct 2014)

  Changed paths:
    M src/interpret.c
    A test/fail_compilation/failmemalloc.d

  Log Message:
  -----------
  Merge pull request #4097 from WalterBright/no-mem-alloc

CTFE cannot handle member allocators


Compare: https://github.com/D-Programming-Language/dmd/compare/fbec2df16865...8248b20d38a1