October 23, 2015
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 651f410b98733fc3ae2487871aac57acbe40f19d
      https://github.com/D-Programming-Language/dmd/commit/651f410b98733fc3ae2487871aac57acbe40f19d
  Author: tsbockman <thomas.bockman@gmail.com>
  Date:   2015-10-23 (Fri, 23 Oct 2015)

  Changed paths:
    M src/ctfe.h
    M src/ctfeexpr.d

  Log Message:
  -----------
  Tagged dead code in ctfeexpr.d to ndicate that their logic has moved to constfold.d.


  Commit: 6d006ea4d726e776cf2bc92184464b5ecb4e7877
      https://github.com/D-Programming-Language/dmd/commit/6d006ea4d726e776cf2bc92184464b5ecb4e7877
  Author: tsbockman <thomas.bockman@gmail.com>
  Date:   2015-10-23 (Fri, 23 Oct 2015)

  Changed paths:
    M src/ctfe.h
    M src/ctfeexpr.d

  Log Message:
  -----------
  Removed functions intUnary() and intBinary(), as they are now redundant dead code.


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

  Changed paths:
    M src/ctfe.h
    M src/ctfeexpr.d

  Log Message:
  -----------
  Merge pull request #5228 from tsbockman/ctfe_dead_dupes

Remove dead CTFE code, whose logic has already been moved into constfold.d


Compare: https://github.com/D-Programming-Language/dmd/compare/ab7934b33535...3291aec89228