| Age | Commit message (Expand) | Author | Lines |
| 2023-08-23 | Suggest mutable borrow on read only for-loop that should be mutable | Esteban Küber | -88/+91 |
| 2023-08-23 | Remove the unhelpful let binding diag comes from FormatArguments | yukang | -13/+37 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -1/+1 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -1/+1 |
| 2023-08-04 | Rollup merge of #114477 - estebank:arc-clone, r=compiler-errors | Matthias Krüger | -1/+11 |
| 2023-08-04 | Account for `Rc` and `Arc` when suggesting to clone | Esteban Küber | -1/+11 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -3/+3 |
| 2023-08-02 | Rollup merge of #114079 - compiler-errors:closure-upvars, r=oli-obk | Nilstrieb | -2/+3 |
| 2023-08-01 | Use upvar_tys in more places, make it a list | Michael Goulet | -2/+3 |
| 2023-07-28 | Account for macros when suggesting a new let binding | Esteban Küber | -1/+2 |
| 2023-07-25 | inline format!() args from rustc_codegen_llvm to the end (4) | Matthias Krüger | -47/+29 |
| 2023-07-17 | Rename arg_iter to iter_instantiated | Michael Goulet | -1/+1 |
| 2023-07-14 | Rollup merge of #113599 - chenyukang:yukang-fix-use-maybe_body_owned_by, r=cj... | Matthias Krüger | -77/+61 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -66/+63 |
| 2023-07-14 | fix the issue of shorthand in suggest_cloning | yukang | -3/+15 |
| 2023-07-14 | use maybe_body_owned_by for closure | yukang | -74/+46 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -54/+86 |
| 2023-07-10 | Fix another strange suggestion span | Michael Goulet | -1/+1 |
| 2023-07-10 | Don't use method span on clone suggestion | Michael Goulet | -2/+2 |
| 2023-07-07 | Rename `adjustment::PointerCast` and variants using it to `PointerCoercion` | Nilstrieb | -2/+6 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -2/+2 |
| 2023-07-01 | Rollup merge of #113174 - chenyukang:yukang-fix-102972-loop-next, r=compiler-... | Matthias Krüger | -2/+80 |
| 2023-06-30 | add typecheck for iterator | yukang | -20/+17 |
| 2023-06-30 | Better messages for next in a iterator inside for loops | yukang | -2/+83 |
| 2023-06-30 | Rollup merge of #111403 - y21:suggest-slice-swap, r=compiler-errors | Matthias Krüger | -3/+4 |
| 2023-06-29 | add `slice::swap` suggestion | y21 | -3/+4 |
| 2023-06-28 | don't suggest `move` for borrows that aren't closures | Lukas Markeffsky | -13/+14 |
| 2023-06-27 | Auto merge of #112938 - compiler-errors:clause-3, r=oli-obk | bors | -7/+7 |
| 2023-06-27 | Auto merge of #112693 - ericmarkmartin:use-more-placeref, r=spastorino | bors | -7/+1 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -7/+7 |
| 2023-06-25 | use PlaceRef abstractions more consistently | Eric Mark Martin | -7/+1 |
| 2023-06-22 | Migrate item_bounds to ty::Clause | Michael Goulet | -1/+1 |
| 2023-06-21 | Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr | Nilstrieb | -4/+4 |
| 2023-06-20 | address most easy comments | Ziru Niu | -4/+3 |
| 2023-06-20 | merge `BorrowKind::Unique` into `BorrowKind::Mut` | Ziru Niu | -20/+30 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -4/+4 |
| 2023-06-18 | Better error for non const `PartialEq` call generated by `match` | Deadbeef | -10/+19 |
| 2023-06-06 | Rollup merge of #112019 - jieyouxu:issue-111554, r=compiler-errors | Matthias Krüger | -6/+22 |
| 2023-05-29 | Rename `tcx.mk_re_*` => `Region::new_*` | Maybe Waffle | -20/+21 |
| 2023-05-29 | Don't suggest changing {ImmRef,MutRef} implicit self to be mutable | 许杰友 Jieyou Xu (Joe) | -6/+22 |
| 2023-05-25 | Remove DesugaringKind::Replace. | Camille GILLOT | -34/+1 |
| 2023-05-24 | Rollup merge of #111912 - WaffleLapkin:is_some_and_in_the_compiler, r=petroch... | Manish Goregaokar | -13/+8 |
| 2023-05-24 | Use ObligationCtxt in custom type ops | Michael Goulet | -1/+1 |
| 2023-05-24 | Use `is_some_and`/`is_ok_and` in less obvious spots | Maybe Waffle | -10/+5 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -3/+3 |
| 2023-05-09 | Rollup merge of #110583 - Ezrashaw:tweak-make-mut-spans, r=estebank | Dylan DPC | -245/+264 |
| 2023-05-08 | Rollup merge of #110827 - compiler-errors:issue-110761-followup, r=cjgillot | Dylan DPC | -3/+13 |
| 2023-05-05 | fix trait definition spans in "make mut" suggestion | Ezra Shaw | -196/+197 |
| 2023-05-05 | implement review comment | Ezra Shaw | -2/+2 |
| 2023-05-05 | tweak spans for `ref mut` suggestion | Ezra Shaw | -7/+9 |