February 20, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: c0af90aa6e4c104f8a569d8323965800be296aaf
      https://github.com/D-Programming-Language/dmd/commit/c0af90aa6e4c104f8a569d8323965800be296aaf
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2014-02-19 (Wed, 19 Feb 2014)

  Changed paths:
    M src/cast.c
    M src/expression.h
    M src/template.c

  Log Message:
  -----------
  Move SliceExp::toStaticArrayType into a free function


  Commit: 87cdea23b5b32090afac8ad8c35d7a7e300471bd
      https://github.com/D-Programming-Language/dmd/commit/87cdea23b5b32090afac8ad8c35d7a7e300471bd
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2014-02-19 (Wed, 19 Feb 2014)

  Changed paths:
    M src/cast.c
    M src/expression.c
    M src/expression.h

  Log Message:
  -----------
  Move BinExp::scaleFactor into a free function


  Commit: 1ea8663855c9c43af6784ba1144fd88bb045722e
      https://github.com/D-Programming-Language/dmd/commit/1ea8663855c9c43af6784ba1144fd88bb045722e
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2014-02-19 (Wed, 19 Feb 2014)

  Changed paths:
    M src/cast.c
    M src/expression.c
    M src/expression.h
    M src/statement.c

  Log Message:
  -----------
  Move BinExp::typeCombine into a free function


  Commit: 1b310b59c66897f56476fbfaeba909fc1415fd7a
      https://github.com/D-Programming-Language/dmd/commit/1b310b59c66897f56476fbfaeba909fc1415fd7a
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2014-02-19 (Wed, 19 Feb 2014)

  Changed paths:
    M src/cast.c
    M src/expression.c
    M src/expression.h
    M src/mtype.c
    M src/statement.c
    M src/template.c

  Log Message:
  -----------
  Move Expression::inferType into a visitor class


  Commit: cf807e7603b830dda8a4a2183c692a5487ea5443
      https://github.com/D-Programming-Language/dmd/commit/cf807e7603b830dda8a4a2183c692a5487ea5443
  Author: Hara Kenji <k.hara.pg+dev@gmail.com>
  Date:   2014-02-20 (Thu, 20 Feb 2014)

  Changed paths:
    M src/cast.c
    M src/expression.c
    M src/expression.h
    M src/mtype.c
    M src/statement.c
    M src/template.c

  Log Message:
  -----------
  Merge pull request #3297 from yebblies/cast

[DDMD] [refactor] Move member functions in cast.c into free functions


Compare: https://github.com/D-Programming-Language/dmd/compare/503b17d22894...cf807e7603b8