June 30, 2015
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 94b996f59900742abb976628cb0b75e7908a3add
      https://github.com/D-Programming-Language/druntime/commit/94b996f59900742abb976628cb0b75e7908a3add
  Author: Robert burner Schadek <rburners@gmail.com>
  Date:   2015-06-29 (Mon, 29 Jun 2015)

  Changed paths:
    M src/core/checkedint.d

  Log Message:
  -----------
  checkedint functions force inline

* thanks to dip56 we have forced inlining
* for https://github.com/D-Programming-Language/phobos/pull/3389 dmd,ldc,gdc
* failed to inline functions of checkedint this should fix it


  Commit: df0fd00ac1b8e50e64138eb4d0ce7a904139f5a6
      https://github.com/D-Programming-Language/druntime/commit/df0fd00ac1b8e50e64138eb4d0ce7a904139f5a6
  Author: Walter Bright <walter@walterbright.com>
  Date:   2015-06-30 (Tue, 30 Jun 2015)

  Changed paths:
    M src/core/checkedint.d

  Log Message:
  -----------
  Merge pull request #1308 from burner/checkedint_inline

checkedint functions force inline


Compare: https://github.com/D-Programming-Language/druntime/compare/4498ee3d8719...df0fd00ac1b8