| Age | Commit message (Expand) | Author | Lines |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -5/+1 |
| 2023-08-02 | Rollup merge of #114079 - compiler-errors:closure-upvars, r=oli-obk | Nilstrieb | -25/+18 |
| 2023-08-02 | Auto merge of #114358 - matthiaskrgr:rollup-d810m9e, r=matthiaskrgr | bors | -1/+2 |
| 2023-08-02 | Rollup merge of #114178 - estebank:let-binding-macro, r=petrochenkov | Matthias Krüger | -1/+2 |
| 2023-08-02 | Auto merge of #114170 - lcnr:add-commmentz, r=compiler-errors | bors | -2/+6 |
| 2023-08-01 | Use upvar_tys in more places, make it a list | Michael Goulet | -25/+18 |
| 2023-08-01 | Auto merge of #111753 - cjgillot:simp-place-conflict, r=compiler-errors | bors | -90/+87 |
| 2023-07-31 | update comment | lcnr | -7/+3 |
| 2023-07-28 | Account for macros when suggesting a new let binding | Esteban Küber | -1/+2 |
| 2023-07-28 | dropck_outlives comments | lcnr | -2/+10 |
| 2023-07-27 | Remove `constness` from `ParamEnv` | Deadbeef | -6/+0 |
| 2023-07-27 | Rollup merge of #114075 - matthiaskrgr:fmt_args_rustc_3, r=wesleywiser | Matthias Krüger | -96/+67 |
| 2023-07-25 | Rollup merge of #113661 - oli-obk:tait_wtf, r=lcnr | Matthias Krüger | -2/+2 |
| 2023-07-25 | inline format!() args from rustc_codegen_llvm to the end (4) | Matthias Krüger | -96/+67 |
| 2023-07-24 | borrowck/errors: fix i18n error in delayed bug | David Wood | -5/+4 |
| 2023-07-24 | Some tracing changes | Oli Scherer | -4/+2 |
| 2023-07-21 | Double check that hidden types match the expected hidden type | Oli Scherer | -2/+2 |
| 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 | -246/+237 |
| 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 | -78/+107 |
| 2023-07-12 | Auto merge of #112945 - compiler-errors:tighten-span-of-adjustment-error, r=o... | bors | -4/+4 |
| 2023-07-11 | Auto merge of #113316 - DrMeepster:underefer_perf, r=oli-obk | bors | -2/+2 |
| 2023-07-10 | Fix another strange suggestion span | Michael Goulet | -2/+2 |
| 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 | -9/+13 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -16/+17 |
| 2023-07-04 | bring back un_derefer and rewrite it again | DrMeepster | -2/+2 |
| 2023-07-03 | Auto merge of #112882 - DrMeepster:new_un_derefer, r=oli-obk | bors | -1/+1 |
| 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 | Merge `un_derefer` into `MovePathLookup` | DrMeepster | -1/+1 |
| 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-28 | Rollup merge of #112236 - cjgillot:interval-kill, r=davidtwco | Dylan DPC | -51/+43 |
| 2023-06-27 | Extract the local != local case in borrow_conflicts_with_place. | Camille GILLOT | -76/+67 |
| 2023-06-27 | Only consider places with the same local in each_borrow_involving_path. | Camille GILLOT | -14/+20 |
| 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 | -36/+12 |
| 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 | -36/+12 |
| 2023-06-24 | Rollup merge of #112703 - aliemjay:next-solver-root-var, r=compiler-errors | Guillaume Gomez | -3/+2 |
| 2023-06-24 | instantiate hidden types in root universe | Ali MJ Al-Nasrawy | -3/+2 |
| 2023-06-23 | Rollup merge of #112870 - compiler-errors:clause-2, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-06-23 | Rollup merge of #112933 - TaKO8Ki:avoid-&format-in-error-message-code, r=oli-obk | Matthias Krüger | -1/+1 |