| Age | Commit message (Expand) | Author | Lines |
| 2022-03-30 | Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakis | bors | -3/+43 |
| 2022-03-29 | Rollup merge of #95437 - notriddle:notriddle/issue-79076, r=compiler-errors | Dylan DPC | -0/+61 |
| 2022-03-29 | diagnostics: regression test for derive bounds | Michael Howell | -0/+61 |
| 2022-03-29 | Rollup merge of #95415 - notriddle:notriddle/issue-82081, r=Dylan-DPC | Dylan DPC | -0/+57 |
| 2022-03-28 | diagnostics: add regression test for #82081 | Michael Howell | -0/+57 |
| 2022-03-28 | Remove opaque type obligation and just register opaque types as they are enco... | Oli Scherer | -27/+16 |
| 2022-03-28 | Revert to inference variable based hidden type computation for RPIT | Oli Scherer | -39/+54 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -45/+81 |
| 2022-03-28 | Remove duplicated and unused test files | Caio | -65/+0 |
| 2022-03-22 | remove [async output] from impl Future | Michael Goulet | -1/+1 |
| 2022-03-19 | diagnostics: do not give Option::as_ref suggestion for complex match | Michael Howell | -0/+24 |
| 2022-03-12 | Auto merge of #94711 - ouz-a:master3, r=oli-obk | bors | -0/+92 |
| 2022-03-11 | Rollup merge of #94839 - TaKO8Ki:suggest-using-double-colon-for-struct-field-... | Dylan DPC | -0/+56 |
| 2022-03-11 | fix a suggestion message | Takayuki Maeda | -6/+6 |
| 2022-03-11 | suggest using double colon when using single colon in struct field type path | Takayuki Maeda | -0/+56 |
| 2022-03-10 | Rollup merge of #94788 - estebank:removal-suggestion, r=petrochenkov | Matthias Krüger | -0/+113 |
| 2022-03-09 | Account for suggestions for complete removal of lines | Esteban Kuber | -0/+113 |
| 2022-03-09 | Auto merge of #94515 - estebank:tweak-move-error, r=davidtwco | bors | -11/+31 |
| 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 |