August 31, 2015
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: dc044fe1fd55ff486002d39beaa80aa1c9df00a4
      https://github.com/D-Programming-Language/dmd/commit/dc044fe1fd55ff486002d39beaa80aa1c9df00a4
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2015-08-30 (Sun, 30 Aug 2015)

  Changed paths:
    M src/declaration.d
    M src/declaration.h
    M src/dtemplate.d
    M src/expression.d
    M src/mtype.d
    A test/fail_compilation/fail14669.d
    M test/runnable/functype.d

  Log Message:
  -----------
  fix Issue 14669 - auto attribute on function parameter should be error always


  Commit: 9779b69e84ea6a3f8ae27e3fa24208ca5d4d6d01
      https://github.com/D-Programming-Language/dmd/commit/9779b69e84ea6a3f8ae27e3fa24208ca5d4d6d01
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2015-08-30 (Sun, 30 Aug 2015)

  Changed paths:
    M src/mtype.d
    M test/fail_compilation/fail14669.d

  Log Message:
  -----------
  Improve diagnostic message for the invalid auto attribute on function parameters


  Commit: fe4e16356ed9eb90600024d03a8af6e9647a8e62
      https://github.com/D-Programming-Language/dmd/commit/fe4e16356ed9eb90600024d03a8af6e9647a8e62
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2015-08-30 (Sun, 30 Aug 2015)

  Changed paths:
    M src/dtemplate.d
    M test/fail_compilation/fail14669.d

  Log Message:
  -----------
  Error for auto ref without IFTI should not depend on the instantiation order


  Commit: 2ba1045c54521ee11d7ac315f71d346add93559f
      https://github.com/D-Programming-Language/dmd/commit/2ba1045c54521ee11d7ac315f71d346add93559f
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2015-08-31 (Mon, 31 Aug 2015)

  Changed paths:
    M src/declaration.d
    M src/declaration.h
    M src/dtemplate.d
    M src/expression.d
    M src/mtype.d
    A test/fail_compilation/fail14669.d
    M test/runnable/functype.d

  Log Message:
  -----------
  Merge pull request #4729 from 9rnsr/fix14669

Issue 14669 - auto attribute on function parameter should be error always


Compare: https://github.com/D-Programming-Language/dmd/compare/d902de1dd9d2...2ba1045c5452