November 19, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 2b19f37588ed7a936ee89606849f331cac53e1dc
      https://github.com/D-Programming-Language/dmd/commit/2b19f37588ed7a936ee89606849f331cac53e1dc
  Author: Rainer Schuetze <r.sagitario@gmx.de>
  Date:   2014-11-19 (Wed, 19 Nov 2014)

  Changed paths:
    M src/dsymbol.c
    M src/root/speller.c
    M src/root/speller.h
    M src/scope.c
    M src/scope.h
    M src/traits.c
    A test/fail_compilation/imports/spell9644a.d
    A test/fail_compilation/imports/spell9644b.d
    M test/fail_compilation/spell9644.d

  Log Message:
  -----------
  spell checker:
- find the "closest" symbol for the minimum levenshtein distance
- do not report private symbols from import
- remove spurious error messages on private symbols found by the spell checker
- allow ambiguous symbols to be reported


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

  Changed paths:
    M src/dsymbol.c
    M src/root/speller.c
    M src/root/speller.h
    M src/scope.c
    M src/scope.h
    M src/traits.c
    A test/fail_compilation/imports/spell9644a.d
    A test/fail_compilation/imports/spell9644b.d
    M test/fail_compilation/spell9644.d

  Log Message:
  -----------
  Merge pull request #4143 from rainers/issue13736

Fix 13736 - Spellchecker should prefer symbols from inner scopes


Compare: https://github.com/D-Programming-Language/dmd/compare/48049eada737...5c087d7d0792