about summary refs log tree commit diff
path: root/compiler/rustc_span/src/lev_distance/tests.rs
AgeCommit message (Expand)AuthorLines
2023-02-19Make public API, docs algorithm-agnosticJacob Pratt-70/+0
2023-01-14Use associated items of `char` instead of freestanding items in `core::char`Lukas Markeffsky-2/+1
2022-04-03Improve method name suggestionsOliver Downard-0/+11
2022-01-26Introduce a limit to Levenshtein distance computationTomasz Miąsko-7/+15
2021-10-17Suggest a case insensitive match name regardless of levenshtein distanceYuki Okushi-7/+3
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-2/+2
2021-01-03remove redundant closures (clippy::redundant_closure)Matthias Krüger-1/+1
2020-11-24Move lev_distance to rustc_ast, make non-genericArlie Davis-0/+56