| Age | Commit message (Expand) | Author | Lines |
| 2025-07-15 | Add InterpCx::fn_abi_of_instance/_fn_ptr with tracing, shadowing FnAbiOf | Stypox | -1/+1 |
| 2025-07-15 | Correct which exploit mitigations are enabled by default | Bastian Kersting | -11/+11 |
| 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 #143938 - rustbot:docs-update, r=ehuss | Samuel Tardieu | -0/+0 |
| 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 #143752 - pmur:murp/no-panic-detect-wasi-cc, r=Kobzol | Samuel Tardieu | -4/+9 |
| 2025-07-15 | Rollup merge of #143630 - jieyouxu:drop-suggest, r=Mark-Simulacrum | Samuel Tardieu | -1063/+17 |
| 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 | Merge pull request #2504 from lolbinarycat/lolbinarycat-patch-2 | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 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 | -527/+991 |
| 2025-07-15 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-07-15 | Recover and suggest use `;` to construct array type | xizheyin | -2/+1 |
| 2025-07-14 | Update mdbook to 0.4.52 | Eric Huss | -3/+3 |
| 2025-07-14 | Merge pull request #2497 from rust-lang/tshepang-git-clone | Manuel Drehwald | -6/+6 |
| 2025-07-15 | Infer lifetimes for GATs in expression/pattern position | Chayim Refael Friedman | -2/+30 |
| 2025-07-14 | Don't always panic if WASI_SDK_PATH is not set when detecting compilers | Paul Murphy | -4/+9 |
| 2025-07-14 | Auto merge of #143745 - flip1995:clippy-subtree-update, r=Manishearth | bors | -470/+3267 |
| 2025-07-14 | Update books | rustbot | -0/+0 |
| 2025-07-15 | Remove mentions of `./x suggest` and `suggest-tests` in rustc-dev-guide | Jieyou Xu | -80/+0 |
| 2025-07-15 | Regenerate completions after removing `./x suggest` | Jieyou Xu | -644/+2 |
| 2025-07-15 | Remove current implementation of `./x suggest` | Jieyou Xu | -339/+10 |
| 2025-07-15 | Register change tracker warning for removal of `./x suggest` | Jieyou Xu | -0/+5 |
| 2025-07-14 | tests: Fix duplicated-path-in-error fail with musl | Jens Reidel | -0/+1 |
| 2025-07-14 | Rollup merge of #143870 - jieyouxu:compiletest-maintenance-6, r=Kobzol | Samuel Tardieu | -20/+44 |
| 2025-07-14 | Rollup merge of #143848 - makai410:smir-rename, r=oli-obk | Samuel Tardieu | -3/+3 |
| 2025-07-14 | Rollup merge of #143710 - joshtriplett:random-updates, r=joshtriplett | Samuel Tardieu | -1/+1 |
| 2025-07-14 | Reword mismatched-lifetime-syntaxes text based on feedback | Jake Goulding | -6/+7 |
| 2025-07-14 | Auto merge of #143919 - Kobzol:rollup-acyaygs, r=Kobzol | bors | -499/+426 |
| 2025-07-14 | Use `TestSuite` enum instead of stringly-typed test suites | Jieyou Xu | -20/+44 |
| 2025-07-14 | rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge` | Makai | -3/+3 |
| 2025-07-14 | Rollup merge of #143918 - hkBst:tier-check-cleanup, r=Kobzol | Jakub Beránek | -9/+7 |
| 2025-07-14 | Rollup merge of #143887 - Kobzol:reroder-bootstrap-tests, r=jieyouxu | Jakub Beránek | -2/+1 |
| 2025-07-14 | Rollup merge of #143875 - fee1-dead-contrib:push-zvqrmzrprpzt, r=compiler-errors | Jakub Beránek | -4/+4 |
| 2025-07-14 | Rollup merge of #143850 - fmease:comptest-simp-docck-handling, r=jieyouxu | Jakub Beránek | -359/+294 |
| 2025-07-14 | Rollup merge of #143733 - Stypox:bootstrap-tool-config-any, r=Kobzol | Jakub Beránek | -15/+21 |
| 2025-07-14 | Rollup merge of #143724 - hkBst:tidy-cleanup, r=Mark-Simulacrum | Jakub Beránek | -108/+91 |
| 2025-07-14 | Rollup merge of #143681 - RalfJung:bootstrap-miri-rebuilds, r=Kobzol | Jakub Beránek | -2/+8 |
| 2025-07-14 | Auto merge of #143873 - dianqk:update-llvm, r=nikic | bors | -0/+0 |
| 2025-07-14 | tiercheck: edition 2024 | Marijn Schouten | -1/+1 |
| 2025-07-14 | tiercheck: clippy fixes | Marijn Schouten | -8/+6 |
| 2025-07-14 | Only compare tool name to apply features to | Stypox | -1/+2 |
| 2025-07-14 | Bootstrap's `tool.TOOL_NAME.features` now works on any subcommand | Stypox | -15/+20 |
| 2025-07-14 | Merge pull request #20234 from Hmikihiro/migrate_ted_remove_default | Shoyu Vanilla (Flint) | -62/+19 |