| Age | Commit message (Expand) | Author | Lines |
| 2025-06-25 | move unstable book page and account for it | Jubilee Young | -4/+4 |
| 2025-06-25 | tests: bless s/C-cmse/cmse/ | Jubilee Young | -313/+313 |
| 2025-06-25 | tests: s/C-cmse/cmse/ | Jubilee Young | -105/+105 |
| 2025-06-24 | Rollup merge of #142983 - compiler-errors:taint-invalid-call-abi, r=workingju... | Jubilee | -0/+45 |
| 2025-06-24 | Rollup merge of #142955 - bjorn3:cg_clif_test_fixes, r=jieyouxu | Jubilee | -6/+52 |
| 2025-06-24 | Rollup merge of #142934 - nnethercote:tweak-macro-stats, r=petrochenkov | Jubilee | -20/+20 |
| 2025-06-24 | Rollup merge of #142825 - jdonszelmann:track-caller, r=oli-obk | Jubilee | -14/+18 |
| 2025-06-24 | Rollup merge of #142633 - folkertdev:interrupt-abi-restrict-signature, r=work... | Jubilee | -160/+398 |
| 2025-06-24 | Rollup merge of #138780 - trifectatechfoundation:loop_match_attr, r=oli-obk,t... | Jubilee | -0/+1425 |
| 2025-06-24 | Rollup merge of #135731 - frank-king:feature/pin-borrow, r=eholk,traviscross | Jubilee | -10/+643 |
| 2025-06-24 | Taint body on invalid call ABI | Michael Goulet | -0/+23 |
| 2025-06-24 | Add rust-invalid ABI | Michael Goulet | -0/+22 |
| 2025-06-24 | Auto merge of #142979 - matthiaskrgr:rollup-szqah4e, r=matthiaskrgr | bors | -106/+456 |
| 2025-06-24 | fix 142783 | Jana Dönszelmann | -2/+6 |
| 2025-06-24 | Rewrite #[track_caller] | Jana Dönszelmann | -12/+12 |
| 2025-06-24 | Remove dependency injection for the panic runtime | bjorn3 | -23/+0 |
| 2025-06-24 | Make missing lifetime suggestion verbose | Michael Goulet | -117/+246 |
| 2025-06-24 | Rollup merge of #142943 - jieyouxu:no-rustc-version, r=compiler-errors | Matthias Krüger | -41/+28 |
| 2025-06-24 | Rollup merge of #142883 - mominul:impl_in_bindings, r=lcnr | Matthias Krüger | -0/+36 |
| 2025-06-24 | Rollup merge of #142805 - estebank:underscore-import, r=compiler-errors | Matthias Krüger | -36/+174 |
| 2025-06-24 | Rollup merge of #142657 - tgross35:nonoptional-fragment-specifiers-cleanup, r... | Matthias Krüger | -29/+91 |
| 2025-06-24 | Rollup merge of #142645 - Urgau:usage-non_upper_case_globals, r=fmease | Matthias Krüger | -0/+127 |
| 2025-06-24 | Suggest cloning `Arc` moved into closure | Esteban Küber | -4/+58 |
| 2025-06-25 | suggest declaring modules when file found but module not defined | bendn | -1/+4 |
| 2025-06-24 | Check CoerceUnsized impl validity before coercing | Michael Goulet | -0/+32 |
| 2025-06-24 | Emit a single error when importing a path with `_` | Esteban Küber | -77/+124 |
| 2025-06-24 | Don't include current rustc version string in feature removed help | Jieyou Xu | -41/+28 |
| 2025-06-24 | Add impl_trait_in_bindings tests | Muhammad Mominul Huque | -0/+36 |
| 2025-06-24 | Rollup merge of #142944 - nnethercote:stats-tweaks, r=lqd | Guillaume Gomez | -97/+99 |
| 2025-06-24 | Rollup merge of #142704 - tgross35:remove-concat_idents, r=fee1-dead | Guillaume Gomez | -232/+143 |
| 2025-06-24 | Error on invalid signatures for interrupt ABIs | Folkert de Vries | -160/+398 |
| 2025-06-24 | Remove the deprecated `concat_idents!` macro | Trevor Gross | -160/+32 |
| 2025-06-24 | Move some `issues-*` tests to better homes | Trevor Gross | -5/+5 |
| 2025-06-24 | Migrate some tests away from `concat-idents` | Trevor Gross | -56/+95 |
| 2025-06-24 | Auto merge of #142956 - GuillaumeGomez:rollup-867246h, r=GuillaumeGomez | bors | -34/+251 |
| 2025-06-24 | Rollup merge of #142695 - GrigorenkoPV:attributes/rustc_skip_during_method_di... | Guillaume Gomez | -0/+114 |
| 2025-06-24 | Rollup merge of #140622 - petrochenkov:annusexp, r=jieyouxu | Guillaume Gomez | -34/+137 |
| 2025-06-24 | Fix a bunch of missing unwinder related definitions | bjorn3 | -2/+16 |
| 2025-06-24 | Fix function signature for rust_eh_personality | bjorn3 | -4/+36 |
| 2025-06-24 | mbe: Clean up code with non-optional `NonterminalKind` | Trevor Gross | -29/+91 |
| 2025-06-24 | Auto merge of #142930 - cuviper:normalize-beta-versions, r=workingjubilee | bors | -8/+8 |
| 2025-06-24 | Tweak `-Zinput-stats` and `-Zmeta-stats` output. | Nicholas Nethercote | -4/+6 |
| 2025-06-24 | Reverse order of `-Zinput-stats` and `-Zmeta-stats` output. | Nicholas Nethercote | -93/+93 |
| 2025-06-24 | Tweak `-Zmacro-stats` measurement. | Nicholas Nethercote | -20/+20 |
| 2025-06-23 | Account for beta revisions when normalizing versions | Josh Stone | -8/+8 |
| 2025-06-23 | Rollup merge of #142873 - Urgau:issue-139830, r=BoxyUwU | Jubilee | -2/+32 |
| 2025-06-23 | Port `#[rustc_skip_during_method_dispatch]` to the new attribute system | Pavel Grigorenko | -0/+114 |
| 2025-06-23 | Add `#[loop_match]` for improved DFA codegen | bjorn3 | -0/+1425 |
| 2025-06-23 | compiletest: Improve diagnostics for line annotation mismatches | Vadim Petrochenkov | -34/+137 |
| 2025-06-23 | tests: Add `RUST_BACKTRACE` and `-Cpanic` revisions to `panic-main.rs` test | Martin Nordholts | -0/+23 |