summary refs log tree commit diff
path: root/src/libsyntax/util/lev_distance.rs
AgeCommit message (Expand)AuthorLines
2017-12-01move comparator into +find_best_match_name+ functionJulian Kulesh-5/+27
2017-05-12Fix some clippy warnings in libsyntaxAndre Bogus-3/+4
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-6/+5
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-1/+1
2015-12-16Modify the Levenshtein-based suggestions to include importsRavi Shankar-20/+34
2015-11-27Introduce max_suggestion_distance function to avoid duplicating the heuristicFlorian Hartwig-0/+8
2015-11-26Add suggestion of similar macro names to `macro undefined` error messageFlorian Hartwig-0/+63