| Age | Commit message (Expand) | Author | Lines |
| 2023-11-09 | rename `BorrowKind::Shallow` to `Fake` | lcnr | -8/+7 |
| 2023-09-27 | fix clippy::{redundant_guards, useless_format} | Matthias Krüger | -2/+2 |
| 2023-09-27 | Auto merge of #116163 - compiler-errors:lazyness, r=oli-obk | bors | -1/+1 |
| 2023-09-26 | subst -> instantiate | lcnr | -2/+2 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -1/+1 |
| 2023-09-24 | Remove span from BrAnon. | Camille GILLOT | -1/+1 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -1/+1 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -3/+3 |
| 2023-09-18 | Remove `RegionHighlightMode::tcx`. | Nicholas Nethercote | -4/+4 |
| 2023-09-11 | Auto merge of #115595 - surechen:114896, r=davidtwco | bors | -6/+78 |
| 2023-09-11 | Auto merge of #115308 - chenyukang:yukang-fix-62387-iter-mut, r=davidtwco | bors | -1/+41 |
| 2023-09-07 | fixes #114896 | surechen | -6/+78 |
| 2023-09-06 | Rollup merge of #114511 - chenyukang:yukang-fix-114374-fmt-args, r=b-naber | Matthias Krüger | -13/+37 |
| 2023-09-07 | suggest iter_mut() where trying to modify elements from .iter() | yukang | -1/+41 |
| 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 |