| Age | Commit message (Expand) | Author | Lines |
| 2025-07-31 | Rollup merge of #144733 - Muscraft:secondary-file-sigil, r=compiler-errors | Jana Dönszelmann | -1/+1 |
| 2025-07-31 | Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnr | Jana Dönszelmann | -360/+318 |
| 2025-07-31 | Rollup merge of #144712 - nnethercote:dedup-num-types, r=fmease | Jana Dönszelmann | -353/+269 |
| 2025-07-31 | Rollup merge of #144711 - compiler-errors:op-span, r=petrochenkov | Jana Dönszelmann | -6/+9 |
| 2025-07-31 | Rollup merge of #144702 - compiler-errors:stall-const-arg-has-type, r=lcnr | Jana Dönszelmann | -0/+7 |
| 2025-07-31 | Rollup merge of #144688 - Stypox:better-enter-trace-span, r=RalfJung | Jana Dönszelmann | -10/+69 |
| 2025-07-31 | Make Miri's enter_trace_span! call const_eval's | Stypox | -4/+4 |
| 2025-07-31 | fix: Match width of ascii and unicode secondary file start | Scott Schafer | -1/+1 |
| 2025-07-31 | remove rustc_attr_data_structures | Jana Dönszelmann | -360/+318 |
| 2025-07-31 | Auto merge of #144731 - samueltardieu:rollup-36y30k2, r=samueltardieu | bors | -1/+3 |
| 2025-07-31 | Rollup merge of #136840 - Flakebi:linker-plugin-lto-fat, r=dianqk | Samuel Tardieu | -1/+3 |
| 2025-07-31 | Tidy up `Cargo.toml` files. | Nicholas Nethercote | -14/+44 |
| 2025-07-31 | Deduplicate `IntTy`/`UintTy`/`FloatTy`. | Nicholas Nethercote | -340/+226 |
| 2025-07-31 | Auto merge of #144723 - Zalathar:rollup-f9e0rfo, r=Zalathar | bors | -143/+145 |
| 2025-07-31 | Rollup merge of #144713 - nnethercote:rustc_middle-ty-cleanups, r=lcnr | Stuart Cook | -140/+135 |
| 2025-07-31 | Rollup merge of #144665 - scottmcm:restore-sroa-simd-check, r=compiler-errors | Stuart Cook | -1/+5 |
| 2025-07-31 | Rollup merge of #144657 - Muscraft:fix-unicode-close-window, r=fee1-dead | Stuart Cook | -2/+5 |
| 2025-07-31 | Fix linker-plugin-lto only doing thin lto | Flakebi | -1/+3 |
| 2025-07-31 | fix: Only "close the window" when its the last annotated file | Scott Schafer | -2/+5 |
| 2025-07-31 | Rollup merge of #144717 - nnethercote:mv-rustc_middle-parameterized, r=compil... | Stuart Cook | -189/+170 |
| 2025-07-31 | Rollup merge of #144685 - jdonszelmann:lang-items-once, r=wafflelapkin | Stuart Cook | -5/+3 |
| 2025-07-31 | Rollup merge of #144663 - Zalathar:empty-span, r=petrochenkov | Stuart Cook | -26/+40 |
| 2025-07-31 | Rollup merge of #144232 - xacrimon:explicit-tail-call, r=WaffleLapkin | Stuart Cook | -12/+156 |
| 2025-07-31 | Rollup merge of #143672 - beepster4096:box_drop_flags_again, r=oli-obk | Stuart Cook | -26/+28 |
| 2025-07-31 | Fix up size asserts. | Nicholas Nethercote | -14/+26 |
| 2025-07-31 | Move `InferVarInfo` out of `rustc_middle`. | Nicholas Nethercote | -15/+16 |
| 2025-07-31 | Remove `TyCtxt::get_attrs_unchecked`. | Nicholas Nethercote | -10/+2 |
| 2025-07-31 | Remove `ParamEnvAnd::into_parts`. | Nicholas Nethercote | -14/+8 |
| 2025-07-31 | Move `TermVid` out of `rustc_middle`. | Nicholas Nethercote | -28/+26 |
| 2025-07-31 | Move `rustc_middle::parameterized` to `rustc_metadata`. | Nicholas Nethercote | -176/+170 |
| 2025-07-31 | Remove unused `ParameterizedOverTcx` impls. | Nicholas Nethercote | -13/+0 |
| 2025-07-31 | Consider operator's span when computing binop expr span | Michael Goulet | -6/+9 |
| 2025-07-31 | Move `ParamTerm` out of `rustc_middle`. | Nicholas Nethercote | -20/+20 |
| 2025-07-31 | Move an `EarlyParamRegion` impl block. | Nicholas Nethercote | -9/+9 |
| 2025-07-31 | Move `ImplHeader` out of `rustc_middle`. | Nicholas Nethercote | -18/+19 |
| 2025-07-31 | Move `ResolverOutputs` out of `rustc_middle`. | Nicholas Nethercote | -9/+9 |
| 2025-07-31 | Remove unused `impl_decodable_via_ref!` entries. | Nicholas Nethercote | -3/+0 |
| 2025-07-31 | Auto merge of #144405 - lcnr:hir-typeck-uniquify, r=BoxyUwU | bors | -45/+228 |
| 2025-07-31 | Use specific name for "frame" span field | Stypox | -1/+1 |
| 2025-07-31 | Use new enter_trace_span! syntax for layout_of & friends | Stypox | -3/+3 |
| 2025-07-31 | Uniform enter_trace_span! and add documentation | Stypox | -4/+63 |
| 2025-07-30 | Auto merge of #116316 - cjgillot:incr-privacy, r=petrochenkov | bors | -1/+0 |
| 2025-07-30 | stall ConstArgHasType in compute_goal_fast_path | Michael Goulet | -0/+7 |
| 2025-07-30 | Rollup merge of #144675 - jieyouxu:compiletest-staging, r=Kobzol | Samuel Tardieu | -4/+6 |
| 2025-07-30 | Rollup merge of #144655 - jdonszelmann:cleanup-codegen-fn-attrs, r=WaffleLapkin | Samuel Tardieu | -237/+289 |
| 2025-07-30 | Rollup merge of #143465 - kornelski:extern-name, r=petrochenkov | Samuel Tardieu | -6/+56 |
| 2025-07-30 | only extract lang items once | Jana Dönszelmann | -5/+3 |
| 2025-07-30 | clean up codegen fn attrs | Jana Dönszelmann | -237/+289 |
| 2025-07-30 | extend comment | lcnr | -0/+13 |
| 2025-07-30 | add comment and opaque type fixme | lcnr | -0/+11 |