| Age | Commit message (Expand) | Author | Lines |
| 2025-05-18 | Rollup merge of #141139 - jieyouxu:fix-rfl, r=Urgau | León Orell Valerian Liehr | -2/+2 |
| 2025-05-18 | Rollup merge of #140966 - est31:let_chains_library, r=tgross35 | León Orell Valerian Liehr | -1/+0 |
| 2025-05-18 | Rollup merge of #140113 - Urgau:rustc-book-page-toc, r=ehuss | León Orell Valerian Liehr | -0/+190 |
| 2025-05-18 | Auto merge of #141063 - dianqk:llvm-20.1.5, r=cuviper | bors | -0/+0 |
| 2025-05-17 | Auto merge of #141133 - matthiaskrgr:rollup-u8ndxyz, r=matthiaskrgr | bors | -180/+165 |
| 2025-05-17 | rustc-dev-guide: fix Rust for Linux rust-lang/rust label | Jieyou Xu | -2/+2 |
| 2025-05-17 | Rollup merge of #141131 - yotamofek:pr/rustdoc/match-ergo, r=fmease | Matthias Krüger | -121/+99 |
| 2025-05-17 | Rollup merge of #140917 - RalfJung:checktools, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2025-05-17 | Rollup merge of #139103 - joboet:abort_dedup, r=tgross35 | Matthias Krüger | -35/+43 |
| 2025-05-17 | Rollup merge of #135808 - tiif:conv_display, r=workingjubilee | Matthias Krüger | -23/+22 |
| 2025-05-17 | Make some `match`es slightly more ergonomic in `librustdoc` | Yotam Ofek | -121/+99 |
| 2025-05-17 | Auto merge of #141116 - RalfJung:miri-sync, r=RalfJung | bors | -111/+69 |
| 2025-05-17 | exlicitly pass -Zdoctest-xcompile to avoid cargo version behavior differences | Ralf Jung | -0/+2 |
| 2025-05-17 | fix for doctest-xcompile stabilization | Ralf Jung | -53/+40 |
| 2025-05-17 | Rollup merge of #141036 - marcoieni:split-dist-ohos, r=Kobzol | Matthias Krüger | -20/+114 |
| 2025-05-17 | fix clippy lints | Ralf Jung | -18/+13 |
| 2025-05-17 | Merge from rustc | Ralf Jung | -5371/+6135 |
| 2025-05-17 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-05-17 | Auto merge of #141002 - GuillaumeGomez:subtree-update_cg_gcc_2025-05-14, r=Gu... | bors | -0/+0 |
| 2025-05-16 | Auto merge of #140911 - rust-lang:cargo_update, r=clubby789 | bors | -99/+75 |
| 2025-05-16 | Auto merge of #141093 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-05-16 | Update cargo | Weihang Lo | -0/+0 |
| 2025-05-16 | Remove #![feature(let_chains)] from library and src/librustdoc | est31 | -1/+0 |
| 2025-05-16 | Cleanup the Javascript and CSS of our custom TOC | Urgau | -15/+3 |
| 2025-05-16 | Fix flicker when page loads | Urgau | -28/+6 |
| 2025-05-16 | Add per page TOC in the rustc book | Urgau | -0/+224 |
| 2025-05-16 | Auto merge of #141044 - flip1995:clippy-subtree-update, r=Manishearth | bors | -4453/+5273 |
| 2025-05-16 | Rollup merge of #141026 - tshepang:rust-push, r=jieyouxu | Matthias Krüger | -172/+201 |
| 2025-05-16 | Rollup merge of #141009 - emmanuel-ferdman:master, r=marcoieni | Matthias Krüger | -1/+1 |
| 2025-05-16 | Rollup merge of #140834 - lcnr:apit-folder, r=compiler-errors | Matthias Krüger | -30/+30 |
| 2025-05-16 | Update to LLVM 20.1.5 | dianqk | -0/+0 |
| 2025-05-15 | Rollup merge of #141027 - onur-ozkan:simpler-rustfmt-initialization, r=albert... | Matthias Krüger | -50/+12 |
| 2025-05-15 | Merge commit '0450db33a5d8587f7c1d4b6d233dac963605766b' into clippy-subtree-u... | Philipp Krones | -4453/+5273 |
| 2025-05-15 | ci: split the dist-ohos job | MarcoIeni | -20/+114 |
| 2025-05-15 | Auto merge of #141011 - matthiaskrgr:rollup-4uwllo2, r=matthiaskrgr | bors | -43/+17 |
| 2025-05-15 | remove `RustfmtState` to reduce `initial_rustfmt` complexity | onur-ozkan | -50/+12 |
| 2025-05-15 | Merge from rustc | The rustc-dev-guide Cronjob Bot | -697/+836 |
| 2025-05-15 | Preparing for merge from rustc | The rustc-dev-guide Cronjob Bot | -1/+1 |
| 2025-05-15 | avoid upstream pull conflict | Tshepang Mbambo | -1/+1 |
| 2025-05-15 | normalize abort calls in miri tests | joboet | -35/+43 |
| 2025-05-15 | Temporarily use Windows Server 2022 instead of Windows Server 2025 images | Jieyou Xu | -2/+8 |
| 2025-05-15 | Merge pull request #2373 from rust-lang/tshepang-patch-2 | Tshepang Mbambo | -4/+5 |
| 2025-05-15 | Merge pull request #2379 from rust-lang/tshepang-which-chapter | Tshepang Mbambo | -25/+31 |
| 2025-05-15 | Merge pull request #2380 from rust-lang/tshepang-crate-cleaning | Tshepang Mbambo | -127/+139 |
| 2025-05-14 | Rollup merge of #140973 - Berrysoft:update-bootstrap-lock, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2025-05-14 | Rollup merge of #140953 - jieyouxu:compiletest-bless-msg, r=compiler-errors | Matthias Krüger | -8/+12 |
| 2025-05-14 | Rollup merge of #140904 - ehuss:future-incompat-template, r=Mark-Simulacrum | Matthias Krüger | -33/+3 |
| 2025-05-14 | Update `src/gcc` submodule to `04ce66d8c918de9273bd7101638ad8724edf5e21` | Guillaume Gomez | -0/+0 |
| 2025-05-14 | Migrate to modern datetime API | Emmanuel Ferdman | -1/+1 |
| 2025-05-14 | Update rustix to 1.0.7 for bootstrap | 王宇逸 | -2/+2 |