[dmd-internals] [D-Programming-Language/dmd] 9d9a70: Rename Type::typeinfo to _typeinfo so it can be ac...

GitHub noreply at github.com
Sun Jul 28 23:57:53 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 9d9a70c822f0bc2fa2961b172a036b712453acbf
      https://github.com/D-Programming-Language/dmd/commit/9d9a70c822f0bc2fa2961b172a036b712453acbf
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2013-07-28 (Sun, 28 Jul 2013)

  Changed paths:
    M src/class.c
    M src/ctfeexpr.c
    M src/declaration.c
    M src/func.c
    M src/mtype.c
    M src/mtype.h
    M src/typinf.c

  Log Message:
  -----------
  Rename Type::typeinfo to _typeinfo so it can be accessed from the glue layer


  Commit: 1fe212a1257a2b026e245d6ea417389a3b75a8c8
      https://github.com/D-Programming-Language/dmd/commit/1fe212a1257a2b026e245d6ea417389a3b75a8c8
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-07-28 (Sun, 28 Jul 2013)

  Changed paths:
    M src/class.c
    M src/ctfeexpr.c
    M src/declaration.c
    M src/func.c
    M src/mtype.c
    M src/mtype.h
    M src/typinf.c

  Log Message:
  -----------
  Merge pull request #2394 from yebblies/renametypeinfo

[DDMD] Rename Type::typeinfo to dtypeinfo so it can be accessed across language boundaries


Compare: https://github.com/D-Programming-Language/dmd/compare/efa07e2f10b8...1fe212a1257a


More information about the dmd-internals mailing list