May 21, 2015
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: b4c7b2c8bf0b52fb4b1c7699dae1f916f1956cec
      https://github.com/D-Programming-Language/dmd/commit/b4c7b2c8bf0b52fb4b1c7699dae1f916f1956cec
  Author: Walter Bright <walter@walterbright.com>
  Date:   2015-05-21 (Thu, 21 May 2015)

  Changed paths:
    M src/func.c
    M test/compilable/extra-files/json.out
    M test/fail_compilation/fail13336a.d
    M test/fail_compilation/testInference.d
    M test/runnable/declaration.d
    M test/runnable/funclit.d
    M test/runnable/mangle.d
    M test/runnable/sdtor.d
    M test/runnable/xtest46.d

  Log Message:
  -----------
  do attribute inference for auto functions


  Commit: 2333e3847db82f73b607ca764809a3a6e4e3c1c5
      https://github.com/D-Programming-Language/dmd/commit/2333e3847db82f73b607ca764809a3a6e4e3c1c5
  Author: Andrei Alexandrescu <andrei@erdani.com>
  Date:   2015-05-21 (Thu, 21 May 2015)

  Changed paths:
    M src/func.c
    M test/compilable/extra-files/json.out
    M test/fail_compilation/fail13336a.d
    M test/fail_compilation/testInference.d
    M test/runnable/declaration.d
    M test/runnable/funclit.d
    M test/runnable/mangle.d
    M test/runnable/sdtor.d
    M test/runnable/xtest46.d

  Log Message:
  -----------
  Merge pull request #1877 from WalterBright/auto_infer

fix Issue 9914 - Do attribute inference for auto functions


Compare: https://github.com/D-Programming-Language/dmd/compare/ba848af87cbb...2333e3847db8