| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-06-01 | Fix tokio/file-io.rs test relying on `read`/`write` not being short | Noratrieb | -3/+3 |
| 2025-06-01 | Add opaque type attributes | Stan Manilov | -0/+3 |
| 2025-06-01 | Fix TLS model on bootstrap for cygwin | 王宇逸 | -1/+6 |
| 2025-06-01 | Merge from rustc | The Miri Cronjob Bot | -111/+54 |
| 2025-06-01 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-01 | clippy and more formatting | BazookaMusic | -9/+4 |
| 2025-06-01 | rename function so it makes more sense | BazookaMusic | -5/+5 |
| 2025-06-01 | Formatting issues resolved | BazookaMusic | -13/+18 |
| 2025-06-01 | add missing public keyword | BazookaMusic | -1/+1 |
| 2025-06-01 | Allow assist edit for converting structs to appear also on struct keyword and... | BazookaMusic | -6/+192 |
| 2025-06-01 | Rollup merge of #141521 - ruancomelli:const-float-rounding, r=RalfJung | Jacob Pratt | -61/+0 |
| 2025-06-01 | Rollup merge of #141277 - RalfJung:miri-ci, r=oli-obk | Jacob Pratt | -4/+6 |
| 2025-06-01 | Rollup merge of #141072 - Rynibami:stabilize-const-result-flatten, r=jhpratt | Jacob Pratt | -12/+10 |
| 2025-05-31 | update surname (was lekhonkhobe previously) and email | Tshepang Mbambo | -0/+1 |
| 2025-05-31 | Merge pull request #2432 from rust-lang/tshepang-patch-1 | nora | -5/+2 |
| 2025-05-31 | replace a broken sentence | Tshepang Mbambo | -1/+1 |
| 2025-05-31 | suggest build/rust-analyzer instead of build-rust-analyzer | Tshepang Mbambo | -5/+2 |
| 2025-05-31 | Add const support for float rounding methods | Ruan Comelli | -61/+0 |
| 2025-05-31 | Rollup merge of #141819 - mati865:windows-gnullvm-host-fixes, r=jieyouxu | Matthias Krüger | -3/+6 |
| 2025-05-31 | Rollup merge of #141740 - nnethercote:hir-ItemKind-field-order, r=fee1-dead | Matthias Krüger | -31/+31 |