| Age | Commit message (Expand) | Author | Lines |
| 2022-12-27 | Note alternative import candidates in nested use tree | Michael Goulet | -4/+38 |
| 2022-12-27 | Suppress suggestions for nested use tree | Michael Goulet | -0/+23 |
| 2022-12-27 | fix #105788, Remove unreasonable help message for auto trait | yukang | -14/+5 |
| 2022-12-26 | Detect likely `.` -> `..` typo in method calls | Esteban Küber | -0/+67 |
| 2022-12-26 | Suggest `impl Iterator` when possible for `_` return type | Esteban Küber | -1/+30 |
| 2022-12-26 | Auto merge of #103020 - lyming2007:issue-102598-fix, r=jackh726 | bors | -0/+51 |
| 2022-12-26 | Fix suggestion when there are arguments in the method | Esteban Küber | -0/+48 |
| 2022-12-26 | Tweak wording | Esteban Küber | -2/+5 |
| 2022-12-26 | Detect when method call on LHS might be shadowed | Esteban Küber | -0/+43 |
| 2022-12-26 | address review comments + better tests | Lukas Markeffsky | -43/+322 |
| 2022-12-26 | Auto merge of #103828 - cassaundra:fix-format-args-span2, r=cjgillot | bors | -0/+28 |
| 2022-12-26 | Auto merge of #105605 - inquisitivecrystal:attr-validation, r=cjgillot | bors | -0/+39 |
| 2022-12-25 | Remove redundant clone suggestion | Esteban Küber | -24/+0 |
| 2022-12-25 | Create new inference context | Esteban Küber | -1/+61 |
| 2022-12-25 | Auto merge of #105997 - RalfJung:immediate-abort, r=eholk | bors | -16/+36 |
| 2022-12-25 | Give the correct track-caller location with MIR inlining. | Camille GILLOT | -0/+4 |
| 2022-12-25 | Move SimplifyLocals before ConstProp. | Camille GILLOT | -12/+0 |
| 2022-12-25 | Auto merge of #105701 - RedDocMD:bug-105634, r=cjgillot | bors | -0/+8 |
| 2022-12-25 | fix some typos | KaDiWa | -4/+4 |
| 2022-12-24 | Bubble up ErrorGuaranteed from region constraints in method item compare | Michael Goulet | -25/+4 |
| 2022-12-24 | Auto merge of #105085 - oli-obk:stop_promoting_all_the_things, r=RalfJung | bors | -0/+413 |
| 2022-12-24 | Rollup merge of #105872 - chenyukang:yukang/fix-105494-remove-method-call, r=... | Matthias Krüger | -0/+76 |
| 2022-12-24 | ignore some targets | Ralf Jung | -0/+2 |
| 2022-12-24 | Rollup merge of #105970 - Ezrashaw:add-docs+test-e0462, r=GuillaumeGomez | Matthias Krüger | -0/+28 |
| 2022-12-23 | Verify receiver is of `self: Pin<&mut Self>` | Esteban Küber | -4/+0 |
| 2022-12-23 | Suggest `.clone()` on method call move errors | Esteban Küber | -0/+44 |
| 2022-12-23 | Suggest `Pin::as_mut` when encountering borrow error | Esteban Küber | -0/+57 |
| 2022-12-23 | Rollup merge of #106055 - compiler-errors:too-many-calls, r=estebank | nils | -0/+95 |
| 2022-12-23 | Rollup merge of #106043 - c410-f3r:moar-errors, r=petrochenkov | nils | -17/+0 |
| 2022-12-23 | Rollup merge of #105661 - lcnr:evaluate-new, r=compiler-errors | nils | -0/+54 |
| 2022-12-23 | Move tests | Caio | -17/+0 |
| 2022-12-23 | Add tests | Michael Goulet | -0/+43 |
| 2022-12-23 | Rollup merge of #105978 - jyn514:unused_proc_macro_decl, r=tmiasko | Matthias Krüger | -0/+1 |
| 2022-12-23 | Always suggest as `MachineApplicable` in `recover_intersection_pat` | Yuki Okushi | -23/+75 |
| 2022-12-23 | docs/test: add UI test and long-form error docs for E0462 | Ezra Shaw | -0/+28 |
| 2022-12-22 | Fix `explicit_outlives_requirements` lint in macros | Lukas Markeffsky | -3/+66 |
| 2022-12-22 | Rollup merge of #106037 - JohnTitor:issue-94293, r=lcnr | Matthias Krüger | -0/+31 |
| 2022-12-22 | Rollup merge of #105983 - compiler-errors:issue-105981, r=tmiasko | Matthias Krüger | -0/+93 |
| 2022-12-22 | Rollup merge of #105847 - compiler-errors:issue-104396, r=oli-obk | Matthias Krüger | -0/+47 |
| 2022-12-22 | Deduplicate check_expr in builtin calls with error | Michael Goulet | -0/+52 |
| 2022-12-22 | Mark `proc_macro_decls_static` as always used | Joshua Nelson | -0/+1 |
| 2022-12-22 | Use separate files instead of revisions | Michael Goulet | -24/+37 |
| 2022-12-22 | abort immediately on bad mem::zeroed/uninit | Ralf Jung | -16/+34 |
| 2022-12-22 | Add regression test for #94293 | Yuki Okushi | -0/+31 |
| 2022-12-22 | Rollup merge of #106010 - oli-obk:tait_coherence_diagnostic, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-12-22 | Rollup merge of #105966 - compiler-errors:issue-105936, r=eholk | Matthias Krüger | -0/+26 |
| 2022-12-22 | Rollup merge of #105843 - compiler-errors:sugg-const, r=lcnr | Matthias Krüger | -0/+72 |
| 2022-12-22 | Rollup merge of #105769 - lyming2007:issue-105177-fix, r=eholk | Matthias Krüger | -54/+8 |
| 2022-12-22 | Rollup merge of #104741 - bryangarza:bug-104588-async-track-caller, r=compile... | Matthias Krüger | -22/+52 |
| 2022-12-22 | fix #105494, Suggest remove last method call when type coerce with expected | yukang | -0/+76 |