September 09, 2013
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: d647bb0825f55ac1119ab6390f35c44bd574afb6
      https://github.com/D-Programming-Language/dmd/commit/d647bb0825f55ac1119ab6390f35c44bd574afb6
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2013-09-08 (Sun, 08 Sep 2013)

  Changed paths:
    M src/declaration.c
    M test/fail_compilation/fail340.d

  Log Message:
  -----------
  fix Issue 10998 - compile-time postblit call check is incorrectly suppressed

In the pull request #1801, I had forgot to remove the *ungag* code. That was caused the incorrect gagging regression.


  Commit: 00dc45561d721dbd5dba95bb80e67a751e62cab0
      https://github.com/D-Programming-Language/dmd/commit/00dc45561d721dbd5dba95bb80e67a751e62cab0
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2013-09-08 (Sun, 08 Sep 2013)

  Changed paths:
    M test/fail_compilation/fail341.d

  Log Message:
  -----------
  [trivial] fix fail341.d mistake

AFAICS, `@nocall` is a mistake of `@disable`.


  Commit: 4af52deaba5a24130695a48c132f8e7d46236859
      https://github.com/D-Programming-Language/dmd/commit/4af52deaba5a24130695a48c132f8e7d46236859
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2013-09-08 (Sun, 08 Sep 2013)

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

  Log Message:
  -----------
  fix Issue 10980 - static initialization of immutable structs with disabled postblit fails


  Commit: 86f860b2fb8e216895853bee159f18328e6b7889
      https://github.com/D-Programming-Language/dmd/commit/86f860b2fb8e216895853bee159f18328e6b7889
  Author: Walter Bright <walter@walterbright.com>
  Date:   2013-09-09 (Mon, 09 Sep 2013)

  Changed paths:
    M src/declaration.c
    A test/fail_compilation/fail10980.d
    M test/fail_compilation/fail340.d
    M test/fail_compilation/fail341.d

  Log Message:
  -----------
  Merge pull request #2541 from 9rnsr/fix10980

Issue 10998 (REG 2.063) & Issue Issue 10980 - fix for compile-time postblit  call check


Compare: https://github.com/D-Programming-Language/dmd/compare/118bbd050d33...86f860b2fb8e