November 15, 2015
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 0c8415056e801d414222bc6f2cf7a15e6d2a2c7a
      https://github.com/D-Programming-Language/dmd/commit/0c8415056e801d414222bc6f2cf7a15e6d2a2c7a
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2015-11-12 (Thu, 12 Nov 2015)

  Changed paths:
    M src/expression.d
    M src/mtype.d
    A test/fail_compilation/ice15317.d

  Log Message:
  -----------
  fix Issue 15317 - Segfault in Type::kind() with DMD v2.069.0

`TypeExp.semantic` should return `ErrorExp` if the `type` is `Terror`.


  Commit: 2c3a160e10367f4750e06694779e78a9de81be1d
      https://github.com/D-Programming-Language/dmd/commit/2c3a160e10367f4750e06694779e78a9de81be1d
  Author: AndrejMitrovic <andrej.mitrovich@gmail.com>
  Date:   2015-11-15 (Sun, 15 Nov 2015)

  Changed paths:
    M src/expression.d
    M src/mtype.d
    A test/fail_compilation/ice15317.d

  Log Message:
  -----------
  Merge pull request #5265 from 9rnsr/fix15317

Issue 15317 - Segfault in Type::kind() with DMD v2.069.0


Compare: https://github.com/D-Programming-Language/dmd/compare/b15e6c422a23...2c3a160e1036