[dmd-internals] [D-Programming-Language/dmd] 116975: Implement delegate.ptr and delegate.funcptr as new...

GitHub via dmd-internals dmd-internals at puremagic.com
Fri May 23 23:53:43 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 1169754b30e87a0629ca709dbd3b58d096eda9bf
      https://github.com/D-Programming-Language/dmd/commit/1169754b30e87a0629ca709dbd3b58d096eda9bf
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2014-05-21 (Wed, 21 May 2014)

  Changed paths:
    M src/e2ir.c
    M src/expression.c
    M src/expression.h
    M src/hdrgen.c
    M src/interpret.c
    M src/lexer.h
    M src/mtype.c
    M src/parse.c
    M src/visitor.h
    A test/fail_compilation/faildg.d
    M test/runnable/delegate.d

  Log Message:
  -----------
  Implement delegate.ptr and delegate.funcptr as new ast classes instead of using casting and pointer arithmetic


  Commit: 4e5fd199ffcf90b785e74efbda573653ceafb263
      https://github.com/D-Programming-Language/dmd/commit/4e5fd199ffcf90b785e74efbda573653ceafb263
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-05-23 (Fri, 23 May 2014)

  Changed paths:
    M src/e2ir.c
    M src/expression.c
    M src/expression.h
    M src/hdrgen.c
    M src/interpret.c
    M src/lexer.h
    M src/mtype.c
    M src/parse.c
    M src/visitor.h
    A test/fail_compilation/faildg.d
    M test/runnable/delegate.d

  Log Message:
  -----------
  Merge pull request #3181 from yebblies/dgfuncptr

Implement delegate.ptr and delegate.funcptr as new ast classes instead of using casting and pointer arithmetic


Compare: https://github.com/D-Programming-Language/dmd/compare/8adf720ba779...4e5fd199ffcf


More information about the dmd-internals mailing list