| Age | Commit message (Expand) | Author | Lines |
| 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 | -58/+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 | Ignore c-link-to-rust-va-list-fn test on SGX platform | Raoul Strackx | -0/+1 |
| 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 #142919 - aDotInTheVoid:cold-cold-attr-for-you, r=GuillaumeGomez | Guillaume Gomez | -0/+3 |
| 2025-06-24 | Rollup merge of #142916 - aDotInTheVoid:you-can-trip-on-my-optimizer, r=Guill... | Guillaume Gomez | -0/+13 |
| 2025-06-24 | Rollup merge of #142843 - dpaoliello:reproducible-build-2, r=jieyouxu | Guillaume Gomez | -11/+25 |
| 2025-06-24 | Rollup merge of #142742 - dpaoliello:arm64eclinking, r=bjorn3 | Guillaume Gomez | -1/+55 |
| 2025-06-24 | Rollup merge of #142704 - tgross35:remove-concat_idents, r=fee1-dead | Guillaume Gomez | -233/+143 |
| 2025-06-24 | rustc_session: Add a structure for keeping both explicit and default sysroots | Vadim Petrochenkov | -3/+3 |
| 2025-06-24 | Error on invalid signatures for interrupt ABIs | Folkert de Vries | -164/+400 |
| 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 | -57/+95 |
| 2025-06-24 | Auto merge of #142956 - GuillaumeGomez:rollup-867246h, r=GuillaumeGomez | bors | -35/+255 |
| 2025-06-24 | Rollup merge of #142932 - Enselic:keep-empty-generic-params, r=aDotInTheVoid | Guillaume Gomez | -0/+3 |
| 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 | -35/+138 |
| 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 | -7/+59 |
| 2025-06-24 | Fix normalization in linker-warning | bjorn3 | -1/+2 |
| 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-24 | rustdoc-json: Keep empty generic args if parenthesized | Martin Nordholts | -0/+3 |
| 2025-06-23 | rustdoc-json: Add test for `#[cold]` | Alona Enraght-Moony | -0/+3 |
| 2025-06-23 | Enable reproducible-build-2 for Windows | Daniel Paoliello | -11/+25 |
| 2025-06-23 | Account for beta revisions when normalizing versions | Josh Stone | -8/+8 |
| 2025-06-23 | Rollup merge of #142923 - folkertdev:min-function-alignment-no-attributes, r=... | Jubilee | -4/+6 |
| 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 | [Arm64EC] Only decorate functions with `#` | Daniel Paoliello | -1/+55 |
| 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 | -35/+138 |
| 2025-06-23 | fix `-Zmin-function-alignment` without attributes | Folkert de Vries | -4/+6 |
| 2025-06-23 | rustdoc-json: Add test for `#[optimize(..)]` | Alona Enraght-Moony | -0/+13 |
| 2025-06-23 | tests: Add `RUST_BACKTRACE` and `-Cpanic` revisions to `panic-main.rs` test | Martin Nordholts | -0/+23 |
| 2025-06-23 | tests: Bless cannot-be-called and dedup with unsupported ABI test | Jubilee Young | -1147/+414 |
| 2025-06-23 | tests: Verify varargs with unsupported fn ptr ABIs must error | Jubilee Young | -0/+27 |
| 2025-06-23 | tests: Adopt ABI transmute tests from crashtests | Jubilee Young | -7/+31 |
| 2025-06-23 | tests: Update and bless cmse-nonsecure ABI tests | Jubilee Young | -32/+29 |
| 2025-06-23 | tests: Update raw-dylib unsupported ABI test | Jubilee Young | -2/+2 |
| 2025-06-23 | tests: Enhance unsupported ABI tests | Jubilee Young | -1856/+1096 |
| 2025-06-23 | tests: Bless abi_gpu_kernel feature gate test | Jubilee Young | -66/+57 |