| Age | Commit message (Expand) | Author | Lines |
| 2025-06-02 | Update books | rustbot | -0/+0 |
| 2025-06-02 | Auto merge of #141906 - chenyukang:rollup-k6v59ty, r=chenyukang | bors | -134/+284 |
| 2025-06-02 | Clarify why we are talking about a failed const eval at a random place | Oli Scherer | -4/+4 |
| 2025-06-02 | Use the informative error as the main const eval error message | Oli Scherer | -12/+12 |
| 2025-06-02 | Merge pull request #2443 from smanilov/patch-21 | Tshepang Mbambo | -1/+3 |
| 2025-06-02 | Simplify long sentence | Stan Manilov | -1/+3 |
| 2025-06-02 | Merge pull request #2446 from fmease/fix-warning-blocks | León Orell Valerian Liehr | -1/+15 |
| 2025-06-02 | Fix some warning blocks that contain Markdown | León Orell Valerian Liehr | -1/+15 |
| 2025-06-02 | Merge pull request #2445 from smanilov/patch-23 | Tshepang Mbambo | -9/+13 |
| 2025-06-02 | Add title and toc to Async chapter | Stan Manilov | -9/+13 |
| 2025-06-02 | Trivial: dedup word | Stan Manilov | -1/+1 |
| 2025-06-02 | Support derive-macros for rename prefix magic | Lukas Wirth | -117/+211 |
| 2025-06-02 | fix: Fix edition handling for names in rename logic | Lukas Wirth | -115/+161 |
| 2025-06-02 | Enhance renaming to include identifiers that are generated from the original ... | Lukas Wirth | -44/+251 |
| 2025-06-02 | Rollup merge of #141904 - jieyouxu:test-float-parse, r=Mark-Simulacrum | Jakub Beránek | -0/+2 |
| 2025-06-02 | Rollup merge of #141865 - Nadrieril:dont-steal-thir, r=oli-obk | Jakub Beránek | -0/+7 |
| 2025-06-02 | Rollup merge of #141767 - marcoieni:free-pr-job, r=Kobzol | Jakub Beránek | -1/+1 |
| 2025-06-02 | Fix `create-docs-artifacts.sh` with new bors | Jakub Beránek | -1/+2 |
| 2025-06-02 | Rollup merge of #141897 - Kobzol:fix-citool-tests, r=marcoieni | Yukang | -0/+2 |
| 2025-06-02 | Rollup merge of #141894 - tshepang:rdg-push, r=jieyouxu | Yukang | -133/+281 |
| 2025-06-02 | Rollup merge of #141885 - raoulstrackx:raoul/rte-484-update_sgx_maintainers, ... | Yukang | -1/+1 |
| 2025-06-02 | Auto merge of #141814 - flip1995:clippy-subtree-update, r=Manishearth | bors | -671/+1995 |
| 2025-06-02 | test-float-parse: apply `cfg(not(bootstrap))` | Jieyou Xu | -0/+2 |
| 2025-06-02 | bootstrap: Remove `rustc_snapshot_libdir` from PATH in one more place | Vadim Petrochenkov | -4/+2 |
| 2025-06-02 | Use ccache for stage0 tool and rustc builds | Jakub Beránek | -0/+22 |
| 2025-06-02 | [rustdoc-json] Implement PartialOrd and Ord for rustdoc_types::Id | Luca Palmieri | -1/+1 |
| 2025-06-02 | Fix citool tests when executed ocally | Jakub Beránek | -0/+2 |
| 2025-06-02 | use consistent title capitalization | Tshepang Mbambo | -28/+28 |
| 2025-06-02 | distracting indirection | Tshepang Mbambo | -2/+2 |
| 2025-06-02 | use a relative path, so that this also works offline | Tshepang Mbambo | -1/+1 |
| 2025-06-02 | internal: Use 'ProjectJson' consistently | Wilfred Hughes | -5/+5 |
| 2025-06-02 | Merge pull request #2386 from Lysxia/fix-link | Tshepang Mbambo | -1/+1 |
| 2025-06-02 | Merge pull request #2435 from smanilov/patch-19 | Tshepang Mbambo | -0/+3 |
| 2025-06-02 | Merge pull request #2437 from rust-lang/rustc-pull | Tshepang Mbambo | -9279/+15632 |
| 2025-06-02 | Merge pull request #19897 from aibaars/patch-2 | Lukas Wirth | -21/+69 |
| 2025-06-02 | Trivial: fix typo (change `foo` to `bar`) | Stan Manilov | -1/+1 |
| 2025-06-02 | Auto merge of #119899 - onur-ozkan:redesign-stage0-std, r=albertlarsan68,jiey... | bors | -494/+486 |
| 2025-06-02 | Merge from rustc | The rustc-dev-guide Cronjob Bot | -9278/+15631 |
| 2025-06-02 | Preparing for merge from rustc | The rustc-dev-guide Cronjob Bot | -1/+1 |
| 2025-06-02 | Invert the sense of `is_not_macro_export`. | Nicholas Nethercote | -5/+5 |
| 2025-06-01 | Improve documentation for codegen options | Noratrieb | -3/+49 |
| 2025-06-01 | Auto merge of #141869 - GuillaumeGomez:rollup-vicg807, r=GuillaumeGomez | bors | -10/+28 |
| 2025-06-01 | Rollup merge of #141852 - onur-ozkan:resolve-if-let-fixme, r=jieyouxu | Guillaume Gomez | -3/+3 |
| 2025-06-01 | Rollup merge of #141846 - Berrysoft:cygwin-bootstrap-tls, r=mati865 | Guillaume Gomez | -1/+6 |
| 2025-06-01 | Rollup merge of #141789 - ferrocene:hoverbear/exclude-cargo-home-from-in-tree... | Guillaume Gomez | -6/+19 |
| 2025-06-01 | Optionally don't steal the THIR | Nadrieril | -0/+7 |
| 2025-06-01 | ci: switch `x86_64-msvc-{1,2}` back to Windows Server 2025 images | Jieyou Xu | -8/+2 |
| 2025-06-01 | tweak comment and use a weaker fence | Ralf Jung | -1/+4 |
| 2025-06-01 | Make sure to sync on file-io.rs tokio test | Noratrieb | -0/+1 |
| 2025-06-01 | resolve if-let-chain FIXME on bootstrap | onur-ozkan | -3/+3 |