index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
util
/
lev_distance.rs
Age
Commit message (
Expand
)
Author
Lines
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Rollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark-Simulacrum
kennytm
-1
/
+1
2018-12-04
Replace usages of `..i + 1` ranges with `..=i`.
Corey Farwell
-1
/
+1
2018-12-04
Fix test
Shotaro Yamada
-1
/
+2
2018-09-11
Add some unit tests for find_best_match_for_name
Philipp Hansch
-2
/
+40
2017-12-01
move comparator into +find_best_match_name+ function
Julian Kulesh
-5
/
+27
2017-05-12
Fix some clippy warnings in libsyntax
Andre Bogus
-3
/
+4
2016-11-21
Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...
Jeffrey Seyfried
-6
/
+5
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-1
/
+1
2015-12-16
Modify the Levenshtein-based suggestions to include imports
Ravi Shankar
-20
/
+34
2015-11-27
Introduce max_suggestion_distance function to avoid duplicating the heuristic
Florian Hartwig
-0
/
+8
2015-11-26
Add suggestion of similar macro names to `macro undefined` error message
Florian Hartwig
-0
/
+63