| Age | Commit message (Expand) | Author | Lines |
| 2023-07-04 | Detect extra space in keyword for better hint | yukang | -0/+16 |
| 2023-07-04 | Auto merge of #112917 - chenyukang:yukang-fix-112590, r=estebank | bors | -0/+51 |
| 2023-07-02 | add testcase for 112590 | yukang | -18/+53 |
| 2023-07-01 | Rollup merge of #113174 - chenyukang:yukang-fix-102972-loop-next, r=compiler-... | Matthias Krüger | -0/+49 |
| 2023-06-30 | Better messages for next in a iterator inside for loops | yukang | -0/+49 |
| 2023-06-30 | Rollup merge of #111403 - y21:suggest-slice-swap, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2023-06-29 | add `slice::swap` suggestion | y21 | -0/+1 |
| 2023-06-28 | reword message to be less vague | Michael Goulet | -1/+1 |
| 2023-06-27 | Don't sort strings right after we just sorted by types | Michael Goulet | -9/+9 |
| 2023-06-25 | Do not offer any of the suggestions in emit_coerce_suggestions for expr from ... | yukang | -0/+99 |
| 2023-06-22 | suggest importing for partial mod path in name resolving | yukang | -5/+21 |
| 2023-06-15 | change `std::marker::Sized` to just `Sized` | Lukas Markeffsky | -4/+4 |
| 2023-06-08 | Point at correct exprs for assert_eq type mismatch | Michael Goulet | -6/+6 |
| 2023-06-08 | More robust as_ref/as_deref suggestions | Michael Goulet | -7/+27 |
| 2023-06-08 | Fix ICE for while loop with assignment condition with LHS place expr | 许杰友 Jieyou Xu (Joe) | -2/+13 |
| 2023-05-31 | Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su... | bors | -0/+25 |
| 2023-05-27 | fix: dedup `static_candidates` before report | bohan | -0/+32 |
| 2023-05-25 | diagnostics: exclude indirect private deps from trait impl suggest | Michael Howell | -0/+25 |
| 2023-05-19 | Fix overflow in error emitter | Badel2 | -0/+84 |
| 2023-05-16 | fix(diagnostic): wrap parens for ref impl trait param | bohan | -0/+30 |
| 2023-05-12 | Note base types of coercion | Michael Goulet | -38/+4 |
| 2023-05-09 | Rollup merge of #111120 - chenyukang:yukang-suggest-let, r=Nilstrieb | Dylan DPC | -2/+20 |
| 2023-05-09 | Rollup merge of #110583 - Ezrashaw:tweak-make-mut-spans, r=estebank | Dylan DPC | -13/+10 |
| 2023-05-09 | Rollup merge of #110504 - compiler-errors:tweak-borrow-sugg, r=cjgillot | Dylan DPC | -42/+69 |
| 2023-05-08 | Rollup merge of #111056 - JohnBobbo96:fix_box_suggestions, r=compiler-errors | Dylan DPC | -0/+57 |
| 2023-05-08 | Make suggest_deref_or_ref return a multipart suggestion | Michael Goulet | -32/+56 |
| 2023-05-08 | Tweak borrow suggestion | Michael Goulet | -10/+13 |
| 2023-05-07 | Fix suggestion for boxing an async closure body, and | John Bobbo | -0/+57 |
| 2023-05-08 | Suggest let for possible binding with ty | yukang | -2/+20 |
| 2023-05-05 | fix trait definition spans in "make mut" suggestion | Ezra Shaw | -4/+4 |
| 2023-05-05 | tweak spans for `ref mut` suggestion | Ezra Shaw | -9/+6 |
| 2023-05-05 | tweak "make mut" spans (No. 3) | Ezra Shaw | -2/+2 |
| 2023-05-03 | Rollup merge of #111146 - petrochenkov:decident, r=compiler-errors | Manish Goregaokar | -2/+4 |
| 2023-05-03 | Rollup merge of #97594 - WaffleLapkin:array_tuple_conv, r=ChrisDenton | Manish Goregaokar | -2/+8 |
| 2023-05-03 | rustc_middle: Fix `opt_item_ident` for non-local def ids | Vadim Petrochenkov | -2/+4 |
| 2023-05-02 | --bless tests | Maybe Waffle | -2/+8 |
| 2023-05-01 | soften the wording for removing type ascription | yukang | -3/+3 |
| 2023-05-01 | fix test cases | yukang | -2/+2 |
| 2023-05-01 | Rip it out | Nilstrieb | -62/+38 |
| 2023-05-01 | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | -6/+6 |
| 2023-04-28 | Rollup merge of #110960 - lukas-code:unused-mut, r=compiler-errors | Matthias Krüger | -7/+7 |
| 2023-04-28 | remove unused `mut`s | Lukas Markeffsky | -7/+7 |
| 2023-04-27 | Tweak await span | Michael Goulet | -6/+6 |
| 2023-04-27 | Provide RHS type hint when reporting operator error | Michael Goulet | -4/+4 |
| 2023-04-21 | Rollup merge of #110555 - compiler-errors:subst-missing-trait-items, r=cjgillot | Matthias Krüger | -44/+34 |
| 2023-04-19 | Format missing GATs correctly | Michael Goulet | -1/+1 |
| 2023-04-19 | Auto merge of #106704 - ecnelises:big_archive, r=bjorn3 | bors | -1/+7 |
| 2023-04-19 | Make missing impl item suggestions more obvious that they're missing | Michael Goulet | -44/+34 |
| 2023-04-19 | Substitute missing item suggestion correctly | Michael Goulet | -1/+1 |
| 2023-04-19 | Bump version of object and related crates | Qiu Chaofan | -1/+7 |