| Age | Commit message (Expand) | Author | Lines |
| 2023-09-11 | Auto merge of #115308 - chenyukang:yukang-fix-62387-iter-mut, r=davidtwco | bors | -1/+41 |
| 2023-09-11 | Disentangle `Debug` and `Display` for `Ty`. | Nicholas Nethercote | -5/+22 |
| 2023-09-07 | Auto merge of #115602 - oli-obk:lower_intrinsics, r=petrochenkov | bors | -9/+27 |
| 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-09-06 | Don't report any errors in `lower_intrinsics`. They should have been typecked... | Oli Scherer | -9/+27 |
| 2023-09-02 | Take `&mut Results` in `ResultsVisitor` | Jason Newcomb | -3/+3 |
| 2023-08-31 | remove dummy UniverseInfo causes from type checker `fully_perform_op` | Rémy Rakic | -7/+5 |
| 2023-08-31 | remove dummy UniverseInfo causes from type checker `type_check` | Rémy Rakic | -4/+0 |
| 2023-08-31 | remove dummy UniverseInfo causes from type checker `instantiate_canonical_wit... | Rémy Rakic | -7/+0 |
| 2023-08-30 | return default `UniverseInfo` cause in `RegionInferenceContext` | Rémy Rakic | -1/+8 |
| 2023-08-25 | Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwco | bors | -6/+6 |
| 2023-08-24 | Auto merge of #115147 - estebank:issue-114311, r=davidtwco | bors | -88/+91 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -6/+6 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -1/+1 |
| 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-20 | give some unwind-related terminators a more clear name | Ralf Jung | -10/+14 |
| 2023-08-19 | Fix redundant explicit link in rustc_borrowck | Kyle Lin | -1/+1 |
| 2023-08-16 | Make TerminatorEdge plural. | Camille GILLOT | -2/+2 |
| 2023-08-16 | Allow apply_terminator_effect to customize edges. | Camille GILLOT | -6/+9 |
| 2023-08-16 | Move domain_size to GenKillAnalysis. | Camille GILLOT | -0/+4 |
| 2023-08-14 | review | lcnr | -9/+6 |
| 2023-08-14 | check for non-defining uses of RPIT | lcnr | -27/+17 |
| 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 | Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31 | Matthias Krüger | -3/+3 |
| 2023-08-04 | Account for `Rc` and `Arc` when suggesting to clone | Esteban Küber | -1/+11 |
| 2023-08-04 | don't ICE on higher ranked hidden types | Ali MJ Al-Nasrawy | -11/+29 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -3/+3 |
| 2023-08-04 | Rollup merge of #114022 - oli-obk:tait_ice_alias_field_projection, r=cjgillot | Matthias Krüger | -4/+2 |
| 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 |