September 01, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: a643c1e8380d4faaa182f016b70b1c50bdddca16
      https://github.com/D-Programming-Language/dmd/commit/a643c1e8380d4faaa182f016b70b1c50bdddca16
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2014-08-31 (Sun, 31 Aug 2014)

  Changed paths:
    M src/func.c
    A test/fail_compilation/fail2350.d

  Log Message:
  -----------
  Issue 2350 - Contracts with a naked body are indecent

Error on a naked function with contracts instead of generating wrong code


  Commit: eee87f646bc48ac0e59f354ae11d0f5a79e205ba
      https://github.com/D-Programming-Language/dmd/commit/eee87f646bc48ac0e59f354ae11d0f5a79e205ba
  Author: Walter Bright <walter@walterbright.com>
  Date:   2014-09-01 (Mon, 01 Sep 2014)

  Changed paths:
    M src/func.c
    A test/fail_compilation/fail2350.d

  Log Message:
  -----------
  Merge pull request #3937 from yebblies/issue2350

Issue 2350 - Contracts with a naked body are indecent


Compare: https://github.com/D-Programming-Language/dmd/compare/f6c130e66791...eee87f646bc4