September 29, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 4416b857a1d4118eed4440ab6719e2f18450dd76
      https://github.com/D-Programming-Language/dmd/commit/4416b857a1d4118eed4440ab6719e2f18450dd76
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2014-09-22 (Mon, 22 Sep 2014)

  Changed paths:
    M src/arrayop.c
    M src/expression.c
    M src/expression.h
    M src/statement.c

  Log Message:
  -----------
  [Refactoring] checkNonAssignmentArrayOp


  Commit: 3fa41f4d2d4e1210518898caa1248565e04f4c7d
      https://github.com/D-Programming-Language/dmd/commit/3fa41f4d2d4e1210518898caa1248565e04f4c7d
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2014-09-22 (Mon, 22 Sep 2014)

  Changed paths:
    M src/expression.c
    M test/fail_compilation/fail9459.d
    M test/fail_compilation/ice13497.d

  Log Message:
  -----------
  fix issue 13497 remained case

`AssignExp::semantic` should handle cases in both valid and invalid array operations.


  Commit: 23a9162f0d2b10312076a1949f587dedfa5f9d82
      https://github.com/D-Programming-Language/dmd/commit/23a9162f0d2b10312076a1949f587dedfa5f9d82
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2014-09-22 (Mon, 22 Sep 2014)

  Changed paths:
    M src/expression.c
    M test/fail_compilation/ice13497.d

  Log Message:
  -----------
  fix Issue 12381 - [ICE] An internal error in e2ir.c while casting array ops


  Commit: 518801d54a1364d26f9b30cf1fde4d53f6c254da
      https://github.com/D-Programming-Language/dmd/commit/518801d54a1364d26f9b30cf1fde4d53f6c254da
  Author: Martin Nowak <code@dawg.eu>
  Date:   2014-09-30 (Tue, 30 Sep 2014)

  Changed paths:
    M src/arrayop.c
    M src/expression.c
    M src/expression.h
    M src/statement.c
    M test/fail_compilation/fail9459.d
    M test/fail_compilation/ice13497.d

  Log Message:
  -----------
  Merge pull request #4011 from 9rnsr/fix_arrayop

[REG2.065] Issue 13497 & 12381 - fix remaind e2ir ICE around array ops


Compare: https://github.com/D-Programming-Language/dmd/compare/7cf368f25340...518801d54a13