April 13, 2013
  Branch: refs/heads/dmd-1.x
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: f3f42c05dcbacde8e250e1c3f65d752de2dbc28c
      https://github.com/D-Programming-Language/dmd/commit/f3f42c05dcbacde8e250e1c3f65d752de2dbc28c
  Author: Leandro Lucarella <leandro.lucarella@sociomantic.com>
  Date:   2013-04-12 (Fri, 12 Apr 2013)

  Changed paths:
    R test/compilable/parse9232.d
    R test/fail_compilation/diag5450.d
    R test/runnable/test42.d
    R test/runnable/test9495.d
    R test/runnable/testabi.d

  Log Message:
  -----------
  Remove test files from D2

There is no (public) testsuite for D1, these files were imported accidentally while backporting fixes from D2. So there is no point on keeping them around.


  Commit: a5cfe527620b3788eacfef4801660237dc5fd5ea
      https://github.com/D-Programming-Language/dmd/commit/a5cfe527620b3788eacfef4801660237dc5fd5ea
  Author: Leandro Lucarella <leandro.lucarella@sociomantic.com>
  Date:   2013-04-12 (Fri, 12 Apr 2013)

  Changed paths:
    M src/aggregate.h
    M src/class.c
    M src/declaration.h
    M src/func.c

  Log Message:
  -----------
  Fix 9739: DMD not considering ctor with default args as default ctor

Fix backported from commit 7ab0211e68815663cf84aa0cf98425f0f6e4bade by
k-hara. `resolveFuncCall()` had to be enabled for D1 (was inside a `#if
DMDV2` block) and the argument order adapted to match the current D2
state (to ease any future backporting of fixes).


  Commit: 9ba9925641f224ae33c756791de12eab656f04a0
      https://github.com/D-Programming-Language/dmd/commit/9ba9925641f224ae33c756791de12eab656f04a0
  Author: Walter Bright <walter@walterbright.com>
  Date:   2013-04-13 (Sat, 13 Apr 2013)

  Changed paths:
    M src/aggregate.h
    M src/class.c
    M src/declaration.h
    M src/func.c
    R test/compilable/parse9232.d
    R test/fail_compilation/diag5450.d
    R test/runnable/test42.d
    R test/runnable/test9495.d
    R test/runnable/testabi.d

  Log Message:
  -----------
  Merge pull request #1892 from leandro-lucarella-sociomantic/fix9739-d1

[D1] fix Issue 9739 - DMD not considering ctor with default args as default ctor


Compare: https://github.com/D-Programming-Language/dmd/compare/0bdb78202afa...9ba9925641f2