| Age | Commit message (Expand) | Author | Lines |
| 2025-07-17 | Merge pull request #20233 from shashforge/lsp-minimal-example-clean | Shoyu Vanilla (Flint) | -132/+391 |
| 2025-07-17 | examples: add `minimal_lsp.rs` and FIFO test script. | Shashi Shankar | -132/+391 |
| 2025-07-17 | Rollup merge of #143955 - Stypox:tracing-frame-filter, r=RalfJung | Matthias Krüger | -21/+51 |
| 2025-07-17 | Rollup merge of #143914 - shepmaster:mismatched-lifetime-syntaxes-rewording, ... | Matthias Krüger | -6/+7 |
| 2025-07-17 | Rollup merge of #143631 - hkBst:update-escaper-2, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-07-17 | Merge from rustc | The Miri Cronjob Bot | -269/+264 |
| 2025-07-17 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-07-17 | Rollup merge of #143922 - nnethercote:join_path, r=petrochenkov | León Orell Valerian Liehr | -9/+11 |
| 2025-07-17 | Rollup merge of #143851 - lolbinarycat:bootstrap-node_modules, r=Kobzol | León Orell Valerian Liehr | -80/+13 |
| 2025-07-17 | Improve path segment joining. | Nicholas Nethercote | -9/+11 |
| 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 | future-incompat lints: don't link to the nightly edition-guide version | dianne | -1/+1 |
| 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 |