| Age | Commit message (Expand) | Author | Lines |
| 2025-08-23 | Remove `compiler_for` from `dist::Miri` | Jakub Beránek | -12/+13 |
| 2025-08-23 | Remove `compiler_for` from `dist::Clippy` | Jakub Beránek | -13/+16 |
| 2025-08-23 | Add snapshot test for `x install` | Jakub Beránek | -0/+70 |
| 2025-08-23 | Remove `compiler_for` from `dist::RustAnalyzer` | Jakub Beránek | -12/+16 |
| 2025-08-23 | Remove `compiler_for` from `dist::Cargo` | Jakub Beránek | -5/+12 |
| 2025-08-23 | Refactor `Analysis` dist step | Jakub Beránek | -14/+18 |
| 2025-08-23 | Refactor `RustcDev` dist step | Jakub Beránek | -12/+25 |
| 2025-08-23 | Refactor `Std` dist step | Jakub Beránek | -33/+62 |
| 2025-08-23 | Refactor and document the `DebuggerScripts` dist step | Jakub Beránek | -12/+13 |
| 2025-08-23 | Refactor and document the `Rustc` dist step | Jakub Beránek | -35/+42 |
| 2025-08-23 | Small refactor of `Mingw` step | Jakub Beránek | -12/+12 |
| 2025-08-23 | Document the `rustc-docs` step | Jakub Beránek | -9/+18 |
| 2025-08-23 | Rename `default_doc` to `run_default_doc_steps` and remove unused argument | Jakub Beránek | -6/+7 |
| 2025-08-23 | Forbid running dist steps on stage 0 | Jakub Beránek | -0/+4 |
| 2025-08-23 | Re-add missing `clippy` tests | Jakub Beránek | -0/+124 |
| 2025-08-23 | Improve code and add test with macro coming from another file from the same c... | Guillaume Gomez | -80/+92 |
| 2025-08-23 | Use `.cargo/config.toml` for local compilation options (#15543) | Philipp Krones | -7/+7 |
| 2025-08-23 | Use `.cargo/config.toml` for local compilation options | Samuel Tardieu | -7/+7 |
| 2025-08-23 | rustdoc: make attributes render consistently | Karol Zwolak | -70/+68 |
| 2025-08-23 | Auto merge of #145506 - cjgillot:live-or-dead-onescan, r=fee1-dead | bors | -13/+16 |
| 2025-08-23 | Remove profile section from Clippy | Jakub Beránek | -7/+0 |
| 2025-08-23 | Remove profile section from Clippy | Jakub Beránek | -7/+0 |
| 2025-08-23 | Rewrite try jobs section a bit | Jakub Beránek | -23/+23 |
| 2025-08-23 | extract `bool_comparison` to a separate file (#15499) | Samuel Tardieu | -167/+185 |
| 2025-08-23 | Auto merge of #145773 - jhpratt:rollup-kocqnzv, r=jhpratt | bors | -2092/+6170 |
| 2025-08-22 | Rollup merge of #145765 - lqd:revert-142034, r=fmease | Jacob Pratt | -218/+111 |
| 2025-08-22 | Rollup merge of #145763 - Kobzol:llvm-bindir-cross, r=Mark-Simulacrum | Jacob Pratt | -39/+84 |
| 2025-08-22 | Rollup merge of #145762 - jdonszelmann:attrs-strings-to-symbols, r=lqd | Jacob Pratt | -31/+36 |
| 2025-08-22 | Rollup merge of #145761 - Gelbpunkt:hermit-aarch64_be, r=wesleywiser | Jacob Pratt | -0/+33 |
| 2025-08-22 | Rollup merge of #145751 - epage:infostring, r=joshtriplett | Jacob Pratt | -2/+30 |
| 2025-08-22 | Rollup merge of #145747 - joshtriplett:builtin-diag-dyn, r=jdonszelmann | Jacob Pratt | -277/+265 |
| 2025-08-22 | Rollup merge of #145745 - heiher:ignore-basic-stepping, r=lqd | Jacob Pratt | -0/+1 |
| 2025-08-22 | Rollup merge of #145743 - xihuwenhua:master, r=petrochenkov | Jacob Pratt | -4/+4 |
| 2025-08-22 | Rollup merge of #145742 - lolbinarycat:rustdoc-search-type-cleanup-continued,... | Jacob Pratt | -43/+18 |
| 2025-08-22 | Rollup merge of #145738 - cjgillot:union-find-uplift, r=Zalathar | Jacob Pratt | -8/+7 |
| 2025-08-22 | Rollup merge of #145736 - joshtriplett:triagebot-style, r=traviscross | Jacob Pratt | -2/+1 |
| 2025-08-22 | Rollup merge of #145731 - lolbinarycat:rustdoc-search-generic-pointer-142385,... | Jacob Pratt | -41/+351 |
| 2025-08-22 | Rollup merge of #145726 - aapoalas:reborrow-lang-experiment, r=petrochenkov | Jacob Pratt | -0/+30 |
| 2025-08-22 | Rollup merge of #145710 - heiher:issue-145692-2, r=nnethercote | Jacob Pratt | -25/+1019 |
| 2025-08-22 | Rollup merge of #145695 - cjgillot:place-elem-map, r=oli-obk,lcnr | Jacob Pratt | -93/+66 |
| 2025-08-22 | Rollup merge of #145669 - notriddle:test-js-search-scripts-path, r=GuillaumeG... | Jacob Pratt | -0/+7 |
| 2025-08-22 | Rollup merge of #145641 - estebank:point-at-type-in-e0277, r=davidtwco | Jacob Pratt | -249/+1094 |
| 2025-08-22 | Rollup merge of #145633 - qxzcode:patch-1, r=jhpratt | Jacob Pratt | -4/+4 |
| 2025-08-22 | Rollup merge of #145597 - petrochenkov:nolateset, r=b-naber | Jacob Pratt | -53/+62 |
| 2025-08-22 | Rollup merge of #145573 - veluca93:unsafe-force-target-feature, r=davidtwco | Jacob Pratt | -61/+262 |
| 2025-08-22 | Rollup merge of #145380 - okaneco:add-codegen-tests, r=Mark-Simulacrum | Jacob Pratt | -0/+182 |
| 2025-08-22 | Rollup merge of #145218 - nilptr:nilptr/feat/lldb-enum-pretty-printer, r=Mark... | Jacob Pratt | -21/+23 |
| 2025-08-22 | Rollup merge of #144897 - fee1-dead-contrib:raw_lifetimes_printing, r=fmease | Jacob Pratt | -73/+192 |
| 2025-08-22 | Rollup merge of #144648 - connortsui20:nonpoison_rwlock, r=Mark-Simulacrum | Jacob Pratt | -752/+1996 |
| 2025-08-22 | Rollup merge of #142185 - saethlin:refprop-moves, r=cjgillot | Jacob Pratt | -88/+194 |