| Age | Commit message (Expand) | Author | Lines |
| 2025-06-25 | make `tidy-alphabetical` use a natural sort | Folkert de Vries | -40/+40 |
| 2025-06-25 | Auto merge of #142997 - workingjubilee:rollup-6lxec87, r=workingjubilee | bors | -170/+1304 |
| 2025-06-24 | Rollup merge of #142983 - compiler-errors:taint-invalid-call-abi, r=workingju... | Jubilee | -3/+25 |
| 2025-06-24 | Rollup merge of #142980 - shepmaster:mismatched-syntaxes-multi-suggestions, r... | Jubilee | -3/+3 |
| 2025-06-24 | Rollup merge of #142955 - bjorn3:cg_clif_test_fixes, r=jieyouxu | Jubilee | -14/+0 |
| 2025-06-24 | Rollup merge of #142934 - nnethercote:tweak-macro-stats, r=petrochenkov | Jubilee | -20/+12 |
| 2025-06-24 | Rollup merge of #142825 - jdonszelmann:track-caller, r=oli-obk | Jubilee | -44/+70 |
| 2025-06-24 | Rollup merge of #142768 - scottmcm:avoid-unneeded-bitcast, r=WaffleLapkin | Jubilee | -2/+8 |
| 2025-06-24 | Rollup merge of #142633 - folkertdev:interrupt-abi-restrict-signature, r=work... | Jubilee | -31/+104 |
| 2025-06-24 | Rollup merge of #138780 - trifectatechfoundation:loop_match_attr, r=oli-obk,t... | Jubilee | -45/+1002 |
| 2025-06-24 | Rollup merge of #135731 - frank-king:feature/pin-borrow, r=eholk,traviscross | Jubilee | -8/+80 |
| 2025-06-25 | Auto merge of #140999 - hkBst:update-escaper, r=nnethercote | bors | -76/+44 |
| 2025-06-24 | Taint body on invalid call ABI | Michael Goulet | -1/+10 |
| 2025-06-24 | Add rust-invalid ABI | Michael Goulet | -2/+15 |
| 2025-06-24 | Auto merge of #142979 - matthiaskrgr:rollup-szqah4e, r=matthiaskrgr | bors | -281/+410 |
| 2025-06-24 | fix 142783 | Jana Dönszelmann | -3/+1 |
| 2025-06-24 | Rewrite #[track_caller] | Jana Dönszelmann | -41/+69 |
| 2025-06-24 | Reduce mismatched-lifetime-syntaxes suggestions to MaybeIncorrect | Jake Goulding | -3/+3 |
| 2025-06-24 | Auto merge of #142959 - bjorn3:sync_cg_clif-2025-06-24, r=bjorn3 | bors | -125/+95 |
| 2025-06-24 | Rollup merge of #142943 - jieyouxu:no-rustc-version, r=compiler-errors | Matthias Krüger | -3/+1 |
| 2025-06-24 | Rollup merge of #142882 - kornelski:var-debug-info-lazy, r=petrochenkov | Matthias Krüger | -45/+63 |
| 2025-06-24 | Rollup merge of #142805 - estebank:underscore-import, r=compiler-errors | Matthias Krüger | -4/+14 |
| 2025-06-24 | Rollup merge of #142799 - petrochenkov:expnop, r=bjorn3 | Matthias Krüger | -79/+82 |
| 2025-06-24 | Rollup merge of #142657 - tgross35:nonoptional-fragment-specifiers-cleanup, r... | Matthias Krüger | -135/+125 |
| 2025-06-24 | Rollup merge of #142645 - Urgau:usage-non_upper_case_globals, r=fmease | Matthias Krüger | -15/+125 |
| 2025-06-24 | Emit a single error when importing a path with `_` | Esteban Küber | -4/+14 |
| 2025-06-24 | Don't include current rustc version string in feature removed help | Jieyou Xu | -3/+1 |
| 2025-06-24 | Rollup merge of #142944 - nnethercote:stats-tweaks, r=lqd | Guillaume Gomez | -32/+68 |
| 2025-06-24 | Rollup merge of #142742 - dpaoliello:arm64eclinking, r=bjorn3 | Guillaume Gomez | -50/+142 |
| 2025-06-24 | Rollup merge of #142704 - tgross35:remove-concat_idents, r=fee1-dead | Guillaume Gomez | -98/+14 |
| 2025-06-24 | rustc_session: Add a structure for keeping both explicit and default sysroots | Vadim Petrochenkov | -79/+82 |
| 2025-06-24 | Error on invalid signatures for interrupt ABIs | Folkert de Vries | -31/+104 |
| 2025-06-24 | Merge commit '8c848e0604b5d26fad120914f822f564fe05c52a' into sync_cg_clif-202... | bjorn3 | -125/+95 |
| 2025-06-24 | Remove the deprecated `concat_idents!` macro | Trevor Gross | -98/+14 |
| 2025-06-24 | Rollup merge of #142933 - compiler-errors:refactor-solver-api, r=lcnr | Guillaume Gomez | -68/+41 |
| 2025-06-24 | Rollup merge of #142695 - GrigorenkoPV:attributes/rustc_skip_during_method_di... | Guillaume Gomez | -41/+132 |
| 2025-06-24 | Fix normalization in linker-warning | bjorn3 | -14/+0 |
| 2025-06-24 | mbe: Use `TokenTree` as the fallback for invalid fragment specifiers | Trevor Gross | -3/+3 |
| 2025-06-24 | mbe: Clean up code with non-optional `NonterminalKind` | Trevor Gross | -82/+67 |
| 2025-06-24 | mbe: Unnest nested matches with let-else and let chains | Trevor Gross | -58/+63 |
| 2025-06-24 | Tweak `-Zinput-stats` and `-Zmeta-stats` output. | Nicholas Nethercote | -9/+11 |
| 2025-06-24 | Reverse order of `-Zinput-stats` and `-Zmeta-stats` output. | Nicholas Nethercote | -0/+2 |
| 2025-06-24 | Make stats code nicer. | Nicholas Nethercote | -30/+62 |
| 2025-06-24 | Tweak `-Zmacro-stats` measurement. | Nicholas Nethercote | -20/+12 |
| 2025-06-23 | Simplify API of solver a bit | Michael Goulet | -68/+41 |
| 2025-06-23 | Rollup merge of #142923 - folkertdev:min-function-alignment-no-attributes, r=... | Jubilee | -6/+4 |
| 2025-06-23 | Rollup merge of #142873 - Urgau:issue-139830, r=BoxyUwU | Jubilee | -1/+3 |
| 2025-06-23 | Port `#[rustc_skip_during_method_dispatch]` to the new attribute system | Pavel Grigorenko | -41/+132 |
| 2025-06-23 | Rollup merge of #142784 - Kobzol:timings-codegen, r=nnethercote | Jubilee | -4/+50 |
| 2025-06-23 | [Arm64EC] Only decorate functions with `#` | Daniel Paoliello | -50/+142 |