November 25, 2015
  Branch: refs/heads/dmd-1.x
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: bd4447534d132e6ed04db96b9183989ae3f551ad
      https://github.com/D-Programming-Language/dmd/commit/bd4447534d132e6ed04db96b9183989ae3f551ad
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2015-11-22 (Sun, 22 Nov 2015)

  Changed paths:
    M src/mars.c
    M src/module.c
    A test/compilable/test12009.d

  Log Message:
  -----------
  fix Issue 12009 - local import and "unable to resolve forward reference" error

`Module::semantic2` could be invoked from local imports, even when some local symbol semantics are not yet completed.


  Commit: 486c69d5a899817af273925fa17bd35e77745ee2
      https://github.com/D-Programming-Language/dmd/commit/486c69d5a899817af273925fa17bd35e77745ee2
  Author: Mihails Strasuns <mihails.strasuns.contractor@sociomantic.com>
  Date:   2015-11-22 (Sun, 22 Nov 2015)

  Changed paths:
    R test/compilable/test12009.d
    R test/compilable/test14317.d
    R test/fail_compilation/fail3753.d
    R test/fail_compilation/fail4611.d

  Log Message:
  -----------
  Remove unused test/ folder from cherry-picks


  Commit: d7806b05d843cae657618f19feef49ef49cf0444
      https://github.com/D-Programming-Language/dmd/commit/d7806b05d843cae657618f19feef49ef49cf0444
  Author: Walter Bright <walter@walterbright.com>
  Date:   2015-11-25 (Wed, 25 Nov 2015)

  Changed paths:
    M src/mars.c
    M src/module.c
    R test/compilable/test14317.d
    R test/fail_compilation/fail3753.d
    R test/fail_compilation/fail4611.d

  Log Message:
  -----------
  Merge pull request #5281 from mihails-strasuns-sociomantic/backport-fwd-ref

[D1] cherry-pick fix for false forward reference error from D2


Compare: https://github.com/D-Programming-Language/dmd/compare/d14bd751303b...d7806b05d843