| Age | Commit message (Expand) | Author | Lines |
| 2025-07-16 | Auto merge of #144019 - RalfJung:miri-sync, r=RalfJung | bors | -590/+1149 |
| 2025-07-16 | use `codegen_instance_attrs` where an instance is (easily) available | Folkert de Vries | -2/+2 |
| 2025-07-16 | set S-waiting-on labels on new PRs | Ralf Jung | -0/+6 |
| 2025-07-16 | triagebot: tweak welcome message | Ralf Jung | -9/+4 |
| 2025-07-17 | Add tailexpr & -> &mut for generate_mut_trait_impl | A4-Tacks | -5/+20 |
| 2025-07-16 | Merge pull request #19917 from A4-Tacks/ext-generate-mut | Shoyu Vanilla (Flint) | -28/+93 |
| 2025-07-16 | Rollup merge of #143968 - Stypox:tracing-FnAbiOf, r=RalfJung | Samuel Tardieu | -1/+1 |
| 2025-07-16 | Rollup merge of #143957 - samueltardieu:tidy-filenames, r=Kobzol | Samuel Tardieu | -0/+43 |
| 2025-07-16 | Rollup merge of #143948 - ehuss:update-mdbook, r=Mark-Simulacrum | Samuel Tardieu | -3/+3 |
| 2025-07-16 | Rollup merge of #143692 - RalfJung:miri-oob, r=oli-obk | Samuel Tardieu | -0/+53 |
| 2025-07-16 | Rollup merge of #143448 - Enselic:remote-test-client-signals, r=Mark-Simulacrum | Samuel Tardieu | -1/+3 |
| 2025-07-16 | Add AsMut to minicore prelude::v1 | A4-Tacks | -0/+1 |
| 2025-07-16 | Update rustdoc search tester to new alias output | Guillaume Gomez | -25/+46 |
| 2025-07-16 | triagebot welcome message for new users | Ralf Jung | -1/+12 |
| 2025-07-16 | Use hir::Trait in parameter | A4-Tacks | -37/+24 |
| 2025-07-16 | Merge pull request #4459 from ibraheemdev/ibraheem/global-ctor | Ralf Jung | -30/+216 |
| 2025-07-16 | minor tweaks and comments | Ralf Jung | -25/+35 |
| 2025-07-16 | Remove redundant type parameters | A4-Tacks | -4/+4 |
| 2025-07-16 | Add AsRef and Borrow for generate_mut_trait_impl | A4-Tacks | -18/+96 |
| 2025-07-16 | Merge pull request #4456 from nia-e/trace-incorporate-events | Ralf Jung | -25/+314 |
| 2025-07-16 | update comment to reference legacy `.ctors` section | Ibraheem Ahmed | -1/+1 |
| 2025-07-16 | hook up native-lib bits | Nia Espera | -25/+314 |
| 2025-07-16 | Make frame spans appear on a separate trace line | Stypox | -21/+51 |
| 2025-07-15 | Update cargo | Eric Huss | -0/+0 |
| 2025-07-15 | add test for global constructors | Ibraheem Ahmed | -0/+43 |
| 2025-07-15 | add support for global constructors (i.e. life before main) | Ibraheem Ahmed | -32/+165 |
| 2025-07-15 | ci cleanup: rustdoc-gui-test now installs browser-ui-test | binarycat | -80/+13 |
| 2025-07-15 | Merge pull request #20178 from ShoyuVanilla/cargo-config-cleanup | Shoyu Vanilla (Flint) | -374/+419 |
| 2025-07-15 | Consider outlives assumptions when proving auto traits for coroutine interiors | Michael Goulet | -2/+0 |
| 2025-07-15 | Format and bump rustc crates | Laurențiu Nicola | -32/+30 |
| 2025-07-15 | Merge pull request #4469 from Patrick-6/add-spinloop-hints | Ralf Jung | -15/+31 |
| 2025-07-15 | Merge from rust-lang/rust | Laurențiu Nicola | -2784/+7327 |
| 2025-07-15 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-07-15 | Make spin function naming more consistent | Patrick-6 | -17/+17 |
| 2025-07-15 | Further decrease number of `cargo metadata` invokes | Shoyu Vanilla | -243/+270 |
| 2025-07-15 | chore: Cleanup cargo config queries | Shoyu Vanilla | -133/+151 |
| 2025-07-15 | Merge pull request #4452 from Stypox/trace-borrow-tracker | Ralf Jung | -1/+62 |
| 2025-07-15 | Add InterpCx::fn_abi_of_instance/_fn_ptr with tracing, shadowing FnAbiOf | Stypox | -1/+1 |
| 2025-07-15 | Add tracing calls to borrow tracker under the same name | Stypox | -0/+18 |
| 2025-07-15 | Add enter_trace_span! that checks #[cfg("tracing")] | Stypox | -1/+44 |
| 2025-07-15 | Rollup merge of #143905 - xizheyin:143828, r=compiler-errors | Samuel Tardieu | -2/+1 |
| 2025-07-15 | Rollup merge of #143837 - jieyouxu:symbol-apis, r=ChrisDenton | Samuel Tardieu | -25/+159 |
| 2025-07-15 | Rollup merge of #143630 - jieyouxu:drop-suggest, r=Mark-Simulacrum | Samuel Tardieu | -237/+0 |
| 2025-07-15 | Rollup merge of #142301 - Gelbpunkt:duplicated-path-in-error-musl, r=workingj... | Samuel Tardieu | -0/+1 |
| 2025-07-15 | tidy: check for invalid file names | Samuel Tardieu | -0/+43 |
| 2025-07-15 | tidy: improve comment | Marijn Schouten | -1/+1 |
| 2025-07-15 | tidy static regex: OnceLock -> LazyLock | Marijn Schouten | -2/+3 |
| 2025-07-15 | Add std::hint::spin_loop() | Patrick-6 | -6/+22 |
| 2025-07-15 | tidy: more clippy fixes | Marijn Schouten | -112/+110 |
| 2025-07-15 | Merge from rustc | The Miri Cronjob Bot | -456/+942 |