| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-07-28 | Introduce assoc_parent | Cameron Steffen | -14/+7 |
| 2025-07-28 | Remove TraitAlias from trait_of_item | Cameron Steffen | -1/+1 |
| 2025-07-28 | Auto merge of #144469 - Kivooeo:chains-cleanup, r=SparrowLii | bors | -12/+12 |
| 2025-07-28 | use let chains in hir, lint, mir | Kivooeo | -12/+12 |
| 2025-07-28 | Rollup merge of #143607 - JonathanBrouwer:proc_macro_attrs, r=jdonszelmann,tr... | Matthias Krüger | -1/+4 |
| 2025-07-27 | Auto merge of #144434 - nnethercote:preintern-ty-bounds, r=compiler-errors | bors | -9/+38 |
| 2025-07-26 | Use the new attributes throughout the codebase | Jonathan Brouwer | -1/+4 |
| 2025-07-26 | Rollup merge of #144412 - camsteffen:localkey-cell-refactors, r=petrochenkov | Trevor Gross | -3/+3 |
| 2025-07-25 | Pre-intern some `TyKind::Bound` values. | Nicholas Nethercote | -1/+30 |
| 2025-07-25 | Tweak bound region pre-interning. | Nicholas Nethercote | -8/+8 |
| 2025-07-24 | Use LocalKey<Cell> methods more | Cameron Steffen | -3/+3 |
| 2025-07-24 | Rollup merge of #144094 - saethlin:codegen-the-main-fn, r=petrochenkov | León Orell Valerian Liehr | -0/+14 |
| 2025-07-24 | Rollup merge of #143374 - cjgillot:bare-extern-crate-map, r=petrochenkov | León Orell Valerian Liehr | -2/+5 |
| 2025-07-23 | Remove useless lifetime parameter. | Camille GILLOT | -1/+2 |
| 2025-07-23 | Give an AllocId to ConstValue::Slice. | Camille GILLOT | -2/+14 |
| 2025-07-23 | properly use caller-side panic location for some GenericArgs methods | Ralf Jung | -5/+12 |
| 2025-07-22 | Unquerify extern_mod_stmt_cnum. | Camille GILLOT | -2/+5 |
| 2025-07-22 | Rollup merge of #143373 - cjgillot:bare-unused-trait-imports, r=petrochenkov | Matthias Krüger | -2/+0 |
| 2025-07-21 | Ensure we codegen and don't internalize the entrypoint | Ben Kimock | -0/+14 |
| 2025-07-20 | Rollup merge of #144216 - Nadrieril:revert-pin-hack, r=compiler-errors | Jacob Pratt | -16/+0 |
| 2025-07-20 | Don't consider unstable fields always-inhabited | Nadrieril | -16/+0 |
| 2025-07-20 | Unquerify maybe_unused_trait_imports. | Camille GILLOT | -2/+0 |
| 2025-07-20 | Rollup merge of #144148 - compiler-errors:async-print-hack, r=lqd | Matthias Krüger | -25/+1 |
| 2025-07-18 | Remove pretty print hack for async blocks | Michael Goulet | -25/+1 |
| 2025-07-18 | Auto merge of #143845 - cjgillot:stability-query, r=jieyouxu | bors | -5/+1 |
| 2025-07-18 | Auto merge of #143545 - compiler-errors:coroutine-obl, r=oli-obk | bors | -1/+19 |
| 2025-07-17 | Retire stability_index query. | Camille GILLOT | -5/+1 |
| 2025-07-17 | Auto merge of #141762 - compiler-errors:witnesser, r=lcnr | bors | -11/+7 |