June 07, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 17f3b7171dad7bb4d77822a878840191e630cb1c
      https://github.com/D-Programming-Language/dmd/commit/17f3b7171dad7bb4d77822a878840191e630cb1c
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2014-06-08 (Sun, 08 Jun 2014)

  Changed paths:
    M test/compilable/testInference.d

  Log Message:
  -----------
  fix Issue 5635 - Code inside 'foreach' using opApply cannot modify variable out of its scope in a template function.


  Commit: 470def4e3573e16b0869a083820488457bee86c8
      https://github.com/D-Programming-Language/dmd/commit/470def4e3573e16b0869a083820488457bee86c8
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2014-06-08 (Sun, 08 Jun 2014)

  Changed paths:
    M test/runnable/testrightthis.d

  Log Message:
  -----------
  fix Issue 6430 - Overloaded auto-return functions each with a nested aggregate of the same name are conflated


  Commit: 43ff55b3333ec7d8b8252beddac265a6765fc9ec
      https://github.com/D-Programming-Language/dmd/commit/43ff55b3333ec7d8b8252beddac265a6765fc9ec
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2014-06-08 (Sun, 08 Jun 2014)

  Changed paths:
    A test/fail_compilation/ice8100.d

  Log Message:
  -----------
  fix Issue 8100 - [ICE] with templated subclassing


  Commit: 6ded1ceb8a3b3fd65480c89d12f9137fde08eec7
      https://github.com/D-Programming-Language/dmd/commit/6ded1ceb8a3b3fd65480c89d12f9137fde08eec7
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2014-06-08 (Sun, 08 Jun 2014)

  Changed paths:
    A test/compilable/ice8392.d
    A test/compilable/imports/a8392.d

  Log Message:
  -----------
  fix Issue 8392 - DMD sometime fail when using a non static function template within a function template


  Commit: 7a7233310619f3d3daebf4305b42f7aeb6e613af
      https://github.com/D-Programming-Language/dmd/commit/7a7233310619f3d3daebf4305b42f7aeb6e613af
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2014-06-08 (Sun, 08 Jun 2014)

  Changed paths:
    A test/fail_compilation/ice8499.d

  Log Message:
  -----------
  fix Issue 8499 - ICE on undefined identifier


  Commit: ba68f0379be99f21bb7d133a4389ba096f6e32c6
      https://github.com/D-Programming-Language/dmd/commit/ba68f0379be99f21bb7d133a4389ba096f6e32c6
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2014-06-08 (Sun, 08 Jun 2014)

  Changed paths:
    M test/runnable/template9.d

  Log Message:
  -----------
  fix Issue 9708 - inout breaks zero parameter IFTI


  Commit: 8eb921c8b50339db6189cdd011969ab3ad81d193
      https://github.com/D-Programming-Language/dmd/commit/8eb921c8b50339db6189cdd011969ab3ad81d193
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2014-06-08 (Sun, 08 Jun 2014)

  Changed paths:
    A test/fail_compilation/ice12362.d

  Log Message:
  -----------
  fix Issue 12362 - dmd hangs when attempting to use undefined enum


  Commit: c3d9be5073d032fc0d2ee285241cfc063721d332
      https://github.com/D-Programming-Language/dmd/commit/c3d9be5073d032fc0d2ee285241cfc063721d332
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2014-06-08 (Sun, 08 Jun 2014)

  Changed paths:
    A test/compilable/ice8392.d
    A test/compilable/imports/a8392.d
    M test/compilable/testInference.d
    A test/fail_compilation/ice12362.d
    A test/fail_compilation/ice8100.d
    A test/fail_compilation/ice8499.d
    M test/runnable/template9.d
    M test/runnable/testrightthis.d

  Log Message:
  -----------
  Merge pull request #3646 from 9rnsr/worksforme

Add test cases for worksforme issues with git-head


Compare: https://github.com/D-Programming-Language/dmd/compare/5a8c53d5ea4b...c3d9be5073d0