July 20, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: ac4de32709c2fafd0bd73222458f6899e0e2641c
      https://github.com/D-Programming-Language/dmd/commit/ac4de32709c2fafd0bd73222458f6899e0e2641c
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2014-07-16 (Wed, 16 Jul 2014)

  Changed paths:
    M src/func.c
    M test/runnable/testinvariant.d

  Log Message:
  -----------
  fix Issue 13113 - cannot build druntime's gc.d with -debug=INVARIANT, bad @nogc inference?

Bypass attribute check on direct invariant calls.


  Commit: 8e56b9faffb2c9a3d9e1d6c3a0c74ffc9c486033
      https://github.com/D-Programming-Language/dmd/commit/8e56b9faffb2c9a3d9e1d6c3a0c74ffc9c486033
  Author: Walter Bright <walter@walterbright.com>
  Date:   2014-07-20 (Sun, 20 Jul 2014)

  Changed paths:
    M src/func.c
    M test/runnable/testinvariant.d

  Log Message:
  -----------
  Merge pull request #3775 from 9rnsr/fix13113

Issue 13113 - cannot build druntime's gc.d with -debug=INVARIANT, bad @nogc inference?


Compare: https://github.com/D-Programming-Language/dmd/compare/82b031c22f18...8e56b9faffb2