| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| This is mostly removing stray ampersands, needless returns and lifetimes. | ||||
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other ↵ | Jeffrey Seyfried | -6/+5 | |
| places. | ||||
| 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 | |
