about summary refs log tree commit diff
path: root/compiler/rustc_span/src/edit_distance.rs
AgeCommit message (Expand)AuthorLines
2023-11-27rustc_span: Use correct edit distance start length for suggestionsMartin Nordholts-1/+5
2023-08-04Rollup merge of #114351 - ttsugriy:sort-by-words, r=fee1-deadMatthias Krüger-2/+2
2023-08-02[rustc_span][perf] Hoist lookup sorted by words out of the loop.Taras Tsugrii-1/+2
2023-08-01[rustc_span][perf] Remove unnecessary string joins and allocs.Taras Tsugrii-2/+2
2023-04-10Fix typos in compilerDaniPopes-1/+1
2023-04-06add commentyukang-0/+3
2023-03-26add comments and cleanupyukang-3/+10
2023-03-20Fix issue when there are multiple candidates for edit_distance_with_substringsyukang-4/+20
2023-02-19Make public API, docs algorithm-agnosticJacob Pratt-0/+229