[dmd-internals] [D-Programming-Language/dmd] 1f2c81: Move 'this' creation processing into FuncDeclarati...

noreply at github.com noreply at github.com
Wed Nov 23 22:54:46 PST 2011


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd

  Commit: 1f2c811c7d7c3dd93d74665dec230bc7c9b4ee9c
      https://github.com/D-Programming-Language/dmd/commit/1f2c811c7d7c3dd93d74665dec230bc7c9b4ee9c
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2011-11-23 (Wed, 23 Nov 2011)

  Changed paths:
    M src/declaration.h
  M src/func.c

  Log Message:
  -----------
  Move 'this' creation processing into FuncDeclaration::declareThis()


  Commit: e3ed726d0c7c81e13c4494c0b68512b6761fafa1
      https://github.com/D-Programming-Language/dmd/commit/e3ed726d0c7c81e13c4494c0b68512b6761fafa1
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2011-11-23 (Wed, 23 Nov 2011)

  Changed paths:
    M src/expression.c
  M src/template.c
  M test/runnable/template9.d

  Log Message:
  -----------
  Issue 6994 - Using explicit 'this' in template constraint causes an error


  Commit: aa23a85ed9dd1fc3b71d13956608aa14a07910af
      https://github.com/D-Programming-Language/dmd/commit/aa23a85ed9dd1fc3b71d13956608aa14a07910af
  Author: Walter Bright <walter at walterbright.com>
  Date:   2011-11-23 (Wed, 23 Nov 2011)

  Changed paths:
    M src/declaration.h
  M src/expression.c
  M src/func.c
  M src/template.c
  M test/runnable/template9.d

  Log Message:
  -----------
  Merge pull request #524 from 9rnsr/fix6994

Issue 6994 - Using explicit 'this' in template constraint causes an error


Compare: https://github.com/D-Programming-Language/dmd/compare/aba0f77...aa23a85


More information about the dmd-internals mailing list