| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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 | 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 | 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 |
| 2025-08-08 | rustdoc search: add performance note about searchIndexUnstable check | binarycat | -0/+6 |
| 2025-08-08 | rustdoc: IndexItem::{stability -> is_unstable} | binarycat | -11/+5 |
| 2025-08-08 | switch polonius compare-mode to polonius=next | Rémy Rakic | -1/+1 |
| 2025-08-08 | Improve error output when a command fails in bootstrap | Jakub Beránek | -82/+83 |
| 2025-08-08 | Add target_env = "macabi" and target_env = "sim" | Mads Marquart | -5/+27 |
| 2025-08-08 | Bless snapshot tests | Jakub Beránek | -0/+2 |
| 2025-08-08 | Review remarks | Jakub Beránek | -25/+22 |
| 2025-08-08 | Clarify the behavior of `rust.codegen-backends` | Jakub Beránek | -11/+20 |
| 2025-08-08 | Refactor `dist::CraneliftCodegenBackend` | Jakub Beránek | -51/+84 |
| 2025-08-08 | Split CodegenBackend step into two and handle stamp sysroot copy explicitly | Jakub Beránek | -148/+181 |
| 2025-08-08 | Build host library when cross-compiling `ToolTarget` tools | Jakub Beránek | -2/+7 |
| 2025-08-08 | Add snapshot test for cross-compilation cargo build | Jakub Beránek | -0/+15 |
| 2025-08-08 | Auto merge of #145077 - Zalathar:rollup-0k4194x, r=Zalathar | bors | -963/+1056 |