| Age | Commit message (Expand) | Author | Lines |
| 2022-03-07 | fix | ouz-a | -0/+92 |
| 2022-03-05 | Update tests. | Mara Bos | -58/+113 |
| 2022-03-03 | Tweak move error | Esteban Kuber | -11/+31 |
| 2022-02-23 | Rollup merge of #94240 - compiler-errors:pathbuf-display, r=lcnr | Matthias Krüger | -2/+16 |
| 2022-02-21 | Suggest calling .display() on PathBuf too | Michael Goulet | -2/+16 |
| 2022-02-21 | Do not suggest wrapping an item if it has ambiguous un-imported methods | Michael Goulet | -0/+41 |
| 2022-02-14 | further update `fuzzy_match_tys` | lcnr | -12/+8 |
| 2022-02-14 | fuzzify `fuzzy_match_tys` | lcnr | -0/+12 |
| 2022-02-14 | Make `find_similar_impl_candidates` a little fuzzier. | Ben Reeves | -0/+3 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -81/+45 |
| 2022-02-07 | Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis | bors | -45/+81 |
| 2022-02-07 | Rollup merge of #91530 - bobrippling:suggest-1-tuple-parens, r=camelid | Mara Bos | -14/+78 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -45/+81 |
| 2022-02-02 | Detect `::` -> `:` typo in type argument | Esteban Kuber | -0/+60 |
| 2022-01-31 | Auto merge of #93498 - matthiaskrgr:rollup-k5shwrc, r=matthiaskrgr | bors | -0/+30 |
| 2022-01-31 | Rollup merge of #93395 - camelid:reserved-sugg, r=davidtwco | Matthias Krüger | -4/+4 |
| 2022-01-31 | Rollup merge of #93039 - terrarier2111:fix-field-help, r=nagisa | Matthias Krüger | -0/+30 |
| 2022-01-29 | Rollup merge of #88205 - danii:e0772, r=GuillaumeGomez | Matthias Krüger | -2/+4 |
| 2022-01-29 | Test 1-tuple parentheses wrapping | Rob Pilling | -14/+78 |
| 2022-01-28 | Add Explanation For Error E0772 | Daniel Conley | -2/+4 |
| 2022-01-27 | Improve suggestion for escaping reserved keywords | Noah Lev | -4/+4 |
| 2022-01-26 | Don't suggest inaccessible fields | threadexception | -0/+30 |
| 2022-01-25 | Remove 1-tuple unreachable case | Rob Pilling | -2/+13 |
| 2022-01-25 | Handle generics with ParamEnv | Rob Pilling | -2/+52 |
| 2022-01-25 | Compare tuple element & arg types before suggesting a tuple | Rob Pilling | -10/+48 |
| 2022-01-25 | Test tuple suggestions, including tuple-as-function-argument | Rob Pilling | -0/+88 |
| 2022-01-18 | generic_arg_infer: placeholder in signature err | lcnr | -4/+4 |
| 2022-01-17 | Rollup merge of #92876 - compiler-errors:fix-turbofish-lifetime-suggestion, r... | Matthias Krüger | -6/+6 |
| 2022-01-13 | Fix suggesting turbofish with lifetime arguments | Michael Goulet | -6/+6 |
| 2022-01-12 | suggest deref/unboxing before wrapping variant | Michael Goulet | -4/+4 |
| 2022-01-11 | Deduplicate box deref and regular deref suggestions | Michael Goulet | -5/+5 |
| 2021-12-29 | Suggest while let x = y when encountering while x = y | ametisf | -0/+54 |
| 2021-12-18 | Rollup merge of #91928 - fee1-dead:constification1, r=oli-obk | Matthias Krüger | -2/+2 |
| 2021-12-18 | Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726 | Matthias Krüger | -4/+94 |
| 2021-12-17 | Bless ui tests | Deadbeef | -2/+2 |
| 2021-12-15 | Auto merge of #86986 - lcnr:simplify_type, r=nikomatsakis,oli-obk | bors | -3/+0 |
| 2021-12-15 | update tests | lcnr | -3/+0 |
| 2021-12-14 | Stabilize `destructuring_assignment` | Jacob Pratt | -110/+13 |
| 2021-12-14 | Rollup merge of #91798 - bugadani:issue-91783, r=michaelwoerister | Matthias Krüger | -0/+44 |
| 2021-12-12 | Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnr | bors | -4/+4 |
| 2021-12-12 | Avoid suggesting self in visibility spec | Dániel Buga | -0/+44 |
| 2021-12-11 | Auto merge of #91769 - estebank:type-trait-bound-span-2, r=oli-obk | bors | -1/+1 |
| 2021-12-11 | Tweak assoc type obligation spans | Esteban Kuber | -1/+1 |
| 2021-12-10 | bless tests | Ellen | -4/+4 |
| 2021-12-10 | Tweak wording | Esteban Kuber | -11/+11 |
| 2021-12-08 | Rollup merge of #91531 - notriddle:notriddle/issue-87647-expected-semicolon, ... | Matthias Krüger | -0/+28 |
| 2021-12-07 | Rollup merge of #87614 - notriddle:notriddle-count2len, r=Mark-Simulacrum | Matthias Krüger | -0/+44 |
| 2021-12-06 | Recommend fix `count()` -> `len()` on slices | Michael Howell | -0/+44 |
| 2021-12-06 | Expect extern fn with no body when parsing | Michael Howell | -0/+28 |
| 2021-12-04 | Bless tests. | Camille GILLOT | -2/+82 |