October 21, 2015
  Branch: refs/heads/stable
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 758e3fbcf7b67ec8f85f2e84c92987a6ecfbe91b
      https://github.com/D-Programming-Language/dmd/commit/758e3fbcf7b67ec8f85f2e84c92987a6ecfbe91b
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2015-10-21 (Wed, 21 Oct 2015)

  Changed paths:
    M src/aggregate.d
    M src/dclass.d
    M src/dstruct.d

  Log Message:
  -----------
  Resurrect line spaces in dclass.d, dstruct.d, and aggregate.d


  Commit: 60c9ba49e3f7b1d8a9e1061e524f08a70447918d
      https://github.com/D-Programming-Language/dmd/commit/60c9ba49e3f7b1d8a9e1061e524f08a70447918d
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2015-10-21 (Wed, 21 Oct 2015)

  Changed paths:
    M src/dclass.d
    M src/dstruct.d
    M src/dsymbol.d
    A test/fail_compilation/ice15092.d

  Log Message:
  -----------
  fix Issue 15092 - ICE on duplicated struct declarations in class members

Propagate errors in `Dsymbol.addMember()` through `Dsymbol.errors`.


  Commit: d432960ce9f9f308479ea86c008a37f4c56ae841
      https://github.com/D-Programming-Language/dmd/commit/d432960ce9f9f308479ea86c008a37f4c56ae841
  Author: Hara Kenji <k.hara.pg+dev@gmail.com>
  Date:   2015-10-22 (Thu, 22 Oct 2015)

  Changed paths:
    M src/aggregate.d
    M src/dclass.d
    M src/dstruct.d
    M src/dsymbol.d
    A test/fail_compilation/ice15092.d

  Log Message:
  -----------
  Merge pull request #5219 from 9rnsr/fix15092

[REG2.066.0] Issue 15092 - ICE on duplicated struct declarations in class members


Compare: https://github.com/D-Programming-Language/dmd/compare/0a72d643af81...d432960ce9f9