| Age | Commit message (Expand) | Author | Lines |
| 2025-08-08 | Rollup merge of #145009 - jackh726:ra-next-solver-changes, r=compiler-errors | Stuart Cook | -11/+1 |
| 2025-08-07 | add a scope for `if let` guard temporaries and bindings | dianne | -1/+1 |
| 2025-08-07 | Use `tcx.short_string()` in more diagnostics | Esteban Küber | -1/+1 |
| 2025-08-07 | Add a missing UpcastFrom impl in rustc_type_ir | Florian Diebold | -11/+1 |
| 2025-08-06 | Add support for shortening `Instance` and use it | Esteban Küber | -110/+86 |
| 2025-08-06 | Rename some `PrettyPrinter` methods. | Nicholas Nethercote | -26/+26 |
| 2025-08-06 | Rename some `Printer` methods. | Nicholas Nethercote | -30/+37 |
| 2025-08-06 | Move `should_truncate` from trait `Printer` to sub-trait `PrettyPrinter`. | Nicholas Nethercote | -8/+8 |
| 2025-08-06 | Add comments to `Printer`. | Nicholas Nethercote | -17/+39 |
| 2025-08-05 | Clarify `value_path_str_with_args`. | Nicholas Nethercote | -4/+4 |
| 2025-08-05 | Rollup merge of #144817 - WaffleLapkin:reject-referety, r=Urgau | Samuel Tardieu | -1/+1 |
| 2025-08-05 | Rollup merge of #144776 - nnethercote:Printer-cleanups, r=cjgillot | Samuel Tardieu | -511/+485 |
| 2025-08-04 | Check for rustc_has_incoherent_inherent_impls in incoherent_impls query. | Camille GILLOT | -0/+7 |
| 2025-08-04 | drive-by cleanup: fix outdated documentation | Waffle Lapkin | -1/+1 |
| 2025-08-04 | Avoid some code duplication. | Nicholas Nethercote | -6/+1 |
| 2025-08-03 | Rollup merge of #144822 - Zalathar:hash-owner-nodes, r=compiler-errors | Samuel Tardieu | -1/+1 |
| 2025-08-03 | Remove unused arg from `path_append_impl`. | Nicholas Nethercote | -8/+1 |
| 2025-08-03 | Remove `p!`. | Nicholas Nethercote | -362/+370 |
| 2025-08-03 | Rename `Printer` variables. | Nicholas Nethercote | -139/+139 |
| 2025-08-03 | Inline and remove two `FmtPrinter` methods. | Nicholas Nethercote | -34/+12 |
| 2025-08-03 | Auto merge of #144677 - nnethercote:bound-const-handling, r=lcnr | bors | -57/+64 |
| 2025-08-02 | Return a struct with named fields from `hash_owner_nodes` | Zalathar | -1/+1 |
| 2025-08-01 | Auto merge of #144458 - compiler-errors:no-witness-mini, r=lcnr | bors | -25/+12 |
| 2025-07-31 | Remove the witness type from coroutine args | Michael Goulet | -25/+12 |
| 2025-07-31 | Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnr | Jana Dönszelmann | -11/+12 |
| 2025-07-31 | Rollup merge of #144712 - nnethercote:dedup-num-types, r=fmease | Jana Dönszelmann | -53/+0 |
| 2025-07-31 | remove rustc_attr_data_structures | Jana Dönszelmann | -11/+12 |
| 2025-07-31 | Deduplicate `IntTy`/`UintTy`/`FloatTy`. | Nicholas Nethercote | -53/+0 |
| 2025-07-31 | Check consts in `ValidateBoundVars`. | Nicholas Nethercote | -2/+2 |
| 2025-07-31 | Make const bound handling more like types/regions. | Nicholas Nethercote | -31/+44 |
| 2025-07-31 | Streamline const folding/visiting. | Nicholas Nethercote | -26/+20 |
| 2025-07-31 | Auto merge of #144723 - Zalathar:rollup-f9e0rfo, r=Zalathar | bors | -105/+37 |
| 2025-07-31 | Fix up size asserts. | Nicholas Nethercote | -14/+26 |
| 2025-07-31 | Move `InferVarInfo` out of `rustc_middle`. | Nicholas Nethercote | -13/+0 |
| 2025-07-31 | Remove `TyCtxt::get_attrs_unchecked`. | Nicholas Nethercote | -10/+2 |
| 2025-07-31 | Remove `ParamEnvAnd::into_parts`. | Nicholas Nethercote | -6/+0 |
| 2025-07-31 | Move `TermVid` out of `rustc_middle`. | Nicholas Nethercote | -18/+0 |
| 2025-07-31 | Move `rustc_middle::parameterized` to `rustc_metadata`. | Nicholas Nethercote | -144/+0 |
| 2025-07-31 | Remove unused `ParameterizedOverTcx` impls. | Nicholas Nethercote | -13/+0 |
| 2025-07-31 | Move `ParamTerm` out of `rustc_middle`. | Nicholas Nethercote | -15/+0 |
| 2025-07-31 | Move an `EarlyParamRegion` impl block. | Nicholas Nethercote | -9/+9 |
| 2025-07-31 | Move `ImplHeader` out of `rustc_middle`. | Nicholas Nethercote | -12/+0 |
| 2025-07-31 | Move `ResolverOutputs` out of `rustc_middle`. | Nicholas Nethercote | -5/+0 |
| 2025-07-31 | Remove unused `impl_decodable_via_ref!` entries. | Nicholas Nethercote | -3/+0 |
| 2025-07-30 | Auto merge of #144577 - oli-obk:wrapping-niche, r=scottmcm | bors | -3/+3 |
| 2025-07-29 | Reuse `sign_extend` helper | Oli Scherer | -1/+1 |
| 2025-07-29 | Pick the largest niche even if the largest niche is wrapped around | Oli Scherer | -2/+2 |
| 2025-07-28 | Tweak docs | Cameron Steffen | -5/+4 |
| 2025-07-28 | Rename impl_of_method -> impl_of_assoc | Cameron Steffen | -1/+1 |
| 2025-07-28 | Rename trait_of_item -> trait_of_assoc | Cameron Steffen | -2/+2 |