January 22, 2013
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: c683f3b0bedcb89319759e0a236a0769ca7f2ca7
      https://github.com/D-Programming-Language/dmd/commit/c683f3b0bedcb89319759e0a236a0769ca7f2ca7
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2013-01-22 (Tue, 22 Jan 2013)

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

  Log Message:
  -----------
  fix Issue 9374 - 'super' should be accessible inside template constraint


  Commit: b950009c4a24f34e9dda4a52092f633cff59f940
      https://github.com/D-Programming-Language/dmd/commit/b950009c4a24f34e9dda4a52092f633cff59f940
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2013-01-22 (Tue, 22 Jan 2013)

  Changed paths:
    M src/declaration.c
    M src/template.c
    A test/fail_compilation/ice6538.d

  Log Message:
  -----------
  fix Issue 6538 - ICE(mangle.c) Invalid template constraints


  Commit: d31dd28886a832b077b013c62a885fb02a6ed124
      https://github.com/D-Programming-Language/dmd/commit/d31dd28886a832b077b013c62a885fb02a6ed124
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2013-01-22 (Tue, 22 Jan 2013)

  Changed paths:
    M test/fail_compilation/ice6538.d
    M test/runnable/template9.d

  Log Message:
  -----------
  fix Issue 9361 - Nasty bug and/or error message for template constaints using this

Add test cases


  Commit: f795e1b816e6a1dcc5667aecad0e1f937a3ddb12
      https://github.com/D-Programming-Language/dmd/commit/f795e1b816e6a1dcc5667aecad0e1f937a3ddb12
  Author: Walter Bright <walter@walterbright.com>
  Date:   2013-01-22 (Tue, 22 Jan 2013)

  Changed paths:
    M src/declaration.c
    M src/expression.c
    M src/template.c
    A test/fail_compilation/ice6538.d
    M test/runnable/template9.d
    M test/runnable/test11.d

  Log Message:
  -----------
  Merge pull request #1539 from 9rnsr/fix6538

Issue 6538 - ICE(mangle.c) Invalid template constraints


Compare: https://github.com/D-Programming-Language/dmd/compare/5eaf2e19a357...f795e1b816e6