| Age | Commit message (Expand) | Author | Lines |
| 2025-08-10 | Review remarks | Jakub Beránek | -2/+6 |
| 2025-08-10 | Add change tracker entry | Jakub Beránek | -0/+5 |
| 2025-08-10 | Update tests | Jakub Beránek | -37/+208 |
| 2025-08-10 | Update `doc` CI steps stage 2 | Jakub Beránek | -3/+3 |
| 2025-08-10 | Update `Std` doc step | Jakub Beránek | -27/+40 |
| 2025-08-10 | Fix documentation of tools | Jakub Beránek | -54/+54 |
| 2025-08-10 | Update `Standalone` and `Releases` doc steps | Jakub Beránek | -16/+29 |
| 2025-08-10 | Update `RustcBook` doc step | Jakub Beránek | -14/+26 |
| 2025-08-10 | Update `Reference` doc step | Jakub Beránek | -15/+56 |
| 2025-08-10 | Fix staging for `doc compiler` | Jakub Beránek | -34/+35 |
| 2025-08-10 | Forbid documenting anything on stage 0 | Jakub Beránek | -34/+25 |
| 2025-08-10 | Constify remaining operators | ltdk | -6/+3 |
| 2025-08-10 | Auto merge of #144787 - Kobzol:codegen-backend-restructure, r=jieyouxu | bors | -217/+291 |
| 2025-08-09 | Add gettid support for Android | Ben Kimock | -3/+10 |
| 2025-08-10 | cargo update | github-actions | -22/+22 |
| 2025-08-09 | Auto merge of #145146 - fee1-dead-contrib:push-zmqrkurlzrxy, r=nnethercote | bors | -89/+84 |
| 2025-08-09 | Avoid abbreviating "numerator" as "numer", to allow catching typo "numer" els... | Josh Triplett | -2/+2 |
| 2025-08-09 | Fix a clippy::needless_borrow | Ben Kimock | -1/+1 |
| 2025-08-09 | Remove cfg(bootstrap) for strict_overflow_ops | Ben Kimock | -1/+0 |
| 2025-08-09 | Apply suggestions from code review | jyn | -3/+3 |
| 2025-08-09 | add review comments | bit-aloo | -44/+11 |
| 2025-08-09 | Override custom Cargo `build-dir` in bootstrap | Jakub Beránek | -0/+9 |
| 2025-08-09 | Stabilize feature | Kivooeo | -12/+0 |
| 2025-08-09 | remove `P` | Deadbeef | -89/+84 |
| 2025-08-09 | Merge ref '4c7749e8c8e5' from rust-lang/rust | The Miri Cronjob Bot | -3263/+5598 |
| 2025-08-09 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-08-09 | extend download context and change functions to directly use that | bit-aloo | -227/+130 |
| 2025-08-09 | Rollup merge of #145134 - camsteffen:indirect-assoc-parent, r=cjgillot | Stuart Cook | -1/+1 |
| 2025-08-09 | Rollup merge of #145100 - GuillaumeGomez:rank-doc-alias-lower, r=lolbinarycat | Stuart Cook | -0/+7 |
| 2025-08-09 | Rollup merge of #145083 - Kobzol:fix-cargo-cross-build, r=jieyouxu | Stuart Cook | -2/+22 |
| 2025-08-09 | Rollup merge of #145073 - ZuseZ4:autodiff-llvm-21, r=jieyouxu | Stuart Cook | -0/+1 |
| 2025-08-09 | Rollup merge of #141658 - lolbinarycat:rustdoc-search-stability-rank-138067, ... | Stuart Cook | -1/+37 |
| 2025-08-09 | invoke functions from methods | bit-aloo | -204/+28 |
| 2025-08-09 | add read_file_by_commit function and invoke from parse_inner | bit-aloo | -2/+27 |
| 2025-08-09 | add ci_llvm_root function and invoke from parse_inner | bit-aloo | -1/+11 |
| 2025-08-09 | add git_info function and invoke from parse_inner | bit-aloo | -10/+14 |
| 2025-08-09 | add is_system_llvm function and invoke from parse_inner | bit-aloo | -1/+33 |
| 2025-08-09 | Use new public libtest `ERROR_EXIT_CODE` constant in rustdoc | Guillaume Gomez | -3/+1 |
| 2025-08-09 | Rank doc aliases lower than equivalently matched items | Guillaume Gomez | -0/+7 |
| 2025-08-08 | Remove mentions of Discord. | Kevin Reid | -12/+8 |
| 2025-08-08 | Reduce indirect assoc parent queries | Cameron Steffen | -1/+1 |
| 2025-08-08 | Auto merge of #145126 - tgross35:rollup-6w87usd, r=tgross35 | bors | -22/+39 |
| 2025-08-08 | Rollup merge of #144579 - joshtriplett:mbe-attr, r=petrochenkov | Trevor Gross | -1/+1 |
| 2025-08-08 | Rollup merge of #144192 - RalfJung:atomicrmw-ptr, r=nikic | Trevor Gross | -16/+11 |
| 2025-08-08 | [win][arm64ec] Add '/machine:arm64ec' when linking LLVM as Arm64EC | Daniel Paoliello | -0/+7 |
| 2025-08-08 | bootstrap: `x.py dist rustc-src` should keep LLVM's siphash | Aleksey Kliger | -0/+14 |
| 2025-08-08 | add parse_download_ci_llvm function and invoke from parse_inner | bit-aloo | -7/+248 |
| 2025-08-08 | mbe: In error messages, don't assume attributes are always proc macros | Josh Triplett | -1/+1 |
| 2025-08-08 | Revert "Rollup merge of #143906 - LorrensP-2158466:miri-float-nondet-foreign-... | Jakub Beránek | -513/+312 |
| 2025-08-08 | add download_ci_rustc_commit function and invoke from parse_inner | bit-aloo | -1/+128 |