| Age | Commit message (Expand) | Author | Lines |
| 2025-07-13 | Compiletest: Simplify {Html,Json}DocCk directive handling | León Orell Valerian Liehr | -359/+294 |
| 2025-07-13 | Auto merge of #143867 - fmease:rollup-5tll6m9, r=fmease | bors | -208/+303 |
| 2025-07-13 | Rollup merge of #143823 - jieyouxu:compiletest-maintenance-5, r=Kobzol | León Orell Valerian Liehr | -168/+253 |
| 2025-07-13 | Rollup merge of #143822 - RalfJung:miri-ui-clean, r=jieyouxu | León Orell Valerian Liehr | -2/+9 |
| 2025-07-13 | Rollup merge of #143817 - Kobzol:wasi-sdk-path, r=jieyouxu | León Orell Valerian Liehr | -1/+1 |
| 2025-07-13 | Rollup merge of #143814 - lolbinarycat:htmldocck-negative-err, r=fmease | León Orell Valerian Liehr | -0/+4 |
| 2025-07-13 | Rollup merge of #143798 - Shourya742:2025-07-11-remove-format-short-command-t... | León Orell Valerian Liehr | -28/+5 |
| 2025-07-13 | Rollup merge of #143791 - GuillaumeGomez:update-sysinfo, r=jieyouxu | León Orell Valerian Liehr | -6/+6 |
| 2025-07-13 | Rollup merge of #143782 - jieyouxu:debug-assertions, r=ChrisDenton | León Orell Valerian Liehr | -3/+25 |
| 2025-07-13 | Auto merge of #143213 - dianne:lower-cond-tweaks, r=cjgillot | bors | -48/+29 |
| 2025-07-13 | Auto merge of #140717 - mejrs:diagnostic_lints, r=oli-obk | bors | -0/+4 |
| 2025-07-12 | Make rustdoc-gui-test dummy compiletest config purpose explicit | Jieyou Xu | -5/+102 |
| 2025-07-12 | Auto merge of #143810 - matthiaskrgr:rollup-iw7a23z, r=matthiaskrgr | bors | -41/+86 |
| 2025-07-12 | Do not glob-reexport `TestMode` variants | Jieyou Xu | -53/+65 |
| 2025-07-12 | Rename `Mode` to `TestMode` | Jieyou Xu | -45/+45 |
| 2025-07-12 | Do not allow defaults for `Mode` and `Config` | Jieyou Xu | -7/+1 |
| 2025-07-12 | Move `string_enum` to `util` module | Jieyou Xu | -49/+42 |
| 2025-07-12 | Remove outdated debugger version warning | Jieyou Xu | -11/+0 |
| 2025-07-12 | Auto merge of #143766 - matthiaskrgr:rollup-0x7t69s, r=matthiaskrgr | bors | -26/+25 |
| 2025-07-12 | ./x test miri: fix cleaning the miri_ui directory | Ralf Jung | -2/+9 |
| 2025-07-11 | Access `wasi_sdk_path` instead of reading environment variable in bootstrap | Jakub Beránek | -1/+1 |
| 2025-07-11 | htmldocck: better error messages for negative raw directives | binarycat | -0/+4 |
| 2025-07-11 | Rollup merge of #143770 - hkBst:build-helper-cleanup, r=Kobzol | Matthias Krüger | -26/+25 |
| 2025-07-11 | Rollup merge of #143767 - hkBst:cleanup-x, r=jieyouxu | Matthias Krüger | -14/+10 |
| 2025-07-11 | Rollup merge of #143747 - Gelbpunkt:aarch64-musl-maintainer, r=jieyouxu | Matthias Krüger | -1/+51 |
| 2025-07-11 | Update cargo | Weihang Lo | -0/+0 |
| 2025-07-11 | remove format short command and push format short command method inside finge... | bit-aloo | -27/+4 |
| 2025-07-11 | Use short command method directly from fingerprint | bit-aloo | -1/+1 |
| 2025-07-11 | Update sysinfo version to `0.36.0` | Guillaume Gomez | -6/+6 |
| 2025-07-11 | Disambiguate between rustc vs std having debug assertions | Jieyou Xu | -3/+25 |
| 2025-07-11 | build-helper: clippy fixes | Marijn Schouten | -26/+25 |
| 2025-07-11 | x: use let-else | Marijn Schouten | -5/+4 |
| 2025-07-11 | x: move to edition 2024 | Marijn Schouten | -1/+1 |
| 2025-07-11 | x: clippy fixes | Marijn Schouten | -8/+5 |
| 2025-07-11 | Rollup merge of #143708 - epage:pretty, r=compiler-errors | Matthias Krüger | -26/+25 |
| 2025-07-10 | Rollup merge of #143707 - Kobzol:bootstrap-std-check, r=jieyouxu | Trevor Gross | -7/+31 |
| 2025-07-10 | Rollup merge of #140136 - dpaoliello:arm64winci, r=Kobzol | Trevor Gross | -5/+47 |
| 2025-07-11 | Split up the `unknown_or_malformed_diagnostic_attributes` lint | mejrs | -0/+4 |
| 2025-07-10 | Auto merge of #143746 - matthiaskrgr:rollup-yaojj7t, r=matthiaskrgr | bors | -112/+258 |
| 2025-07-10 | Add target maintainer information for aarch64-unknown-linux-musl | Jens Reidel | -1/+51 |
| 2025-07-10 | Rollup merge of #143660 - cuviper:lib-doc-false, r=tgross35 | Matthias Krüger | -4/+0 |
| 2025-07-10 | Rollup merge of #143615 - Kobzol:doc-std, r=jieyouxu | Matthias Krüger | -68/+174 |
| 2025-07-10 | Rollup merge of #143590 - GuillaumeGomez:reexport-shadowing, r=lolbinary | Matthias Krüger | -40/+84 |
| 2025-07-10 | Auto merge of #143525 - Shourya742:2025-07-06-add-profiler, r=Kobzol | bors | -30/+227 |
| 2025-07-10 | Rollup merge of #143683 - jieyouxu:rms-cleanup, r=Kobzol | Matthias Krüger | -188/+85 |
| 2025-07-10 | Rollup merge of #143670 - loganek:loganek/wasm32-wasip1-new-maintainer, r=ale... | Matthias Krüger | -0/+1 |
| 2025-07-10 | Rollup merge of #136906 - chenyukang:yukang-fix-136741-closure-body, r=oli-obk | Matthias Krüger | -6/+12 |
| 2025-07-10 | update rust-dev-guide to point about new command execution summary report und... | bit-aloo | -2/+9 |
| 2025-07-10 | enable report summary when BOOTSTRAP_PROFILE is set | bit-aloo | -2/+14 |
| 2025-07-10 | expose report summary via build | bit-aloo | -1/+5 |