January 30, 2015
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 6d59dd758b09a233d8262eebbd58fd80324f0435
      https://github.com/D-Programming-Language/dmd/commit/6d59dd758b09a233d8262eebbd58fd80324f0435
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2015-01-31 (Sat, 31 Jan 2015)

  Changed paths:
    M src/class.c
    A test/compilable/fwdref14083.d
    M test/fail_compilation/ice8100.d

  Log Message:
  -----------
  fix Issue 14083 - Remained unresolved forward reference issue with template classes


  Commit: ac4b8666b4e09aa5b30ba391a029307af1df5539
      https://github.com/D-Programming-Language/dmd/commit/ac4b8666b4e09aa5b30ba391a029307af1df5539
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2015-01-31 (Sat, 31 Jan 2015)

  Changed paths:
    M src/mtype.c
    M test/fail_compilation/diag8697.d
    M test/fail_compilation/fail9.d
    M test/fail_compilation/ice8100.d

  Log Message:
  -----------
  Improve error propagation


  Commit: 256fedad25f452b733d7413683477b36fbd3f68d
      https://github.com/D-Programming-Language/dmd/commit/256fedad25f452b733d7413683477b36fbd3f68d
  Author: Walter Bright <walter@walterbright.com>
  Date:   2015-01-30 (Fri, 30 Jan 2015)

  Changed paths:
    M src/class.c
    M src/mtype.c
    A test/compilable/fwdref14083.d
    M test/fail_compilation/diag8697.d
    M test/fail_compilation/fail9.d
    M test/fail_compilation/ice8100.d

  Log Message:
  -----------
  Merge pull request #4358 from 9rnsr/fix14083

Issue 14083 - Remained unresolved forward reference issue with template classes


Compare: https://github.com/D-Programming-Language/dmd/compare/88b289ef5fe4...256fedad25f4