December 28, 2013
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 69fe6f19de42b2796eac27a94568bbafe0422afe
      https://github.com/D-Programming-Language/dmd/commit/69fe6f19de42b2796eac27a94568bbafe0422afe
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2013-12-28 (Sat, 28 Dec 2013)

  Changed paths:
    M src/builtin.c
    M src/declaration.h
    M src/interpret.c
    M src/mars.c

  Log Message:
  -----------
  Implement a callback-based builtin hook using mangled names


  Commit: 7cb48f8558809e69b60ee6dfc56ea6af73ee405f
      https://github.com/D-Programming-Language/dmd/commit/7cb48f8558809e69b60ee6dfc56ea6af73ee405f
  Author: Iain Buclaw <ibuclaw@ubuntu.com>
  Date:   2013-12-28 (Sat, 28 Dec 2013)

  Changed paths:
    M src/builtin.c
    M src/declaration.h
    M src/interpret.c
    M src/mars.c

  Log Message:
  -----------
  Merge pull request #2811 from yebblies/builtin

[Unified Frontend] Implement a callback-based builtin hook using mangled names


Compare: https://github.com/D-Programming-Language/dmd/compare/4c5b9c213558...7cb48f855880