about summary refs log tree commit diff
path: root/src/libsyntax/util/lev_distance.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Rollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark-Simulacrumkennytm-1/+1
2018-12-04Replace usages of `..i + 1` ranges with `..=i`.Corey Farwell-1/+1
2018-12-04Fix testShotaro Yamada-1/+2
2018-09-11Add some unit tests for find_best_match_for_namePhilipp Hansch-2/+40
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