| Age | Commit message (Expand) | Author | Lines |
| 2025-09-06 | Rollup merge of #146266 - RalfJung:miri-nosys, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-09-06 | Rollup merge of #146263 - jieyouxu:check-bump-stage0, r=Kobzol | Matthias Krüger | -2/+14 |
| 2025-09-06 | miri std tests: skip all of sys:: | Ralf Jung | -1/+1 |
| 2025-09-06 | ci: check `src/tools/bump-stage0` in `pr-check-2` | Jieyou Xu | -0/+1 |
| 2025-09-06 | bootstrap: add check step for `src/tools/bump-stage0` | Jieyou Xu | -0/+7 |
| 2025-09-06 | bump-stage0: pick highest common `toml` version, add a workaround | Jieyou Xu | -2/+6 |
| 2025-09-06 | Auto merge of #146253 - Kobzol:cargo-lto, r=jieyouxu | bors | -2/+4 |
| 2025-09-06 | reduce overlong physical lines (sembr) | Tshepang Mbambo | -20/+51 |
| 2025-09-06 | capitalize "zulip" | Tshepang Mbambo | -7/+7 |
| 2025-09-06 | Zulip streams have been renamed to channels | Tshepang Mbambo | -11/+11 |
| 2025-09-05 | Rollup merge of #146199 - Kobzol:bootstrap-cargo-doc, r=jieyouxu | Trevor Gross | -27/+145 |
| 2025-09-05 | Rollup merge of #146250 - fmease:bump-stage0-rustfmt, r=Mark-Simulacrum | León Orell Valerian Liehr | -121/+121 |
| 2025-09-05 | Rollup merge of #146234 - hkBst:file-generated-header, r=tgross35 | León Orell Valerian Liehr | -1/+1 |
| 2025-09-05 | Rollup merge of #146041 - lolbinarycat:tidy-escheck-bless, r=Kobzol | León Orell Valerian Liehr | -10/+22 |
| 2025-09-05 | Rollup merge of #145735 - joshtriplett:style-guide-trailing-whitespace, r=jos... | León Orell Valerian Liehr | -2/+10 |
| 2025-09-05 | Rollup merge of #139113 - folkertdev:sanitizer-unstable-book-check-block, r=r... | León Orell Valerian Liehr | -16/+16 |
| 2025-09-05 | Merge pull request #2422 from aDotInTheVoid/tenthousandyears | Alona Enraght-Moony | -2/+84 |
| 2025-09-05 | Better link | Alona Enraght-Moony | -1/+1 |
| 2025-09-05 | Consistent punctuation | Alona Enraght-Moony | -4/+4 |
| 2025-09-05 | Make footnote render correctly in github | Alona Enraght-Moony | -2/+2 |
| 2025-09-05 | Bump stage0 rustfmt | León Orell Valerian Liehr | -121/+121 |
| 2025-09-05 | compiler: Add Windows resources to rustc-main and rustc_driver | Aleksey Kliger | -5/+5 |
| 2025-09-05 | Optimize Cargo with LTO | Jakub Beránek | -2/+4 |
| 2025-09-05 | Fix condition | Jakub Beránek | -1/+1 |
| 2025-09-05 | Auto merge of #146121 - Muscraft:filter-suggestion-parts, r=petrochenkov | bors | -8/+4 |
| 2025-09-05 | Add a comment about the "specialization" feature required because of `im-rc` | Jakub Beránek | -0/+2 |
| 2025-09-05 | Update renamed `take_region_var_origins` | Ada Alakbarova | -2/+2 |
| 2025-09-05 | Add snapshot test for disting compiler docs | Jakub Beránek | -1/+53 |
| 2025-09-05 | Respect top stage when documenting Cargo | Jakub Beránek | -2/+15 |
| 2025-09-05 | Allow `specialization` feature when documenting Cargo | Jakub Beránek | -4/+16 |
| 2025-09-05 | Update link to `resolve_regions_and_report_errors` | Ada Alakbarova | -1/+1 |
| 2025-09-05 | rustc-dev-guide: update docs for `run-make-cargo` | Jieyou Xu | -30/+39 |
| 2025-09-05 | tidy: account for moved `tests/run-make/uefi-qemu` | Jieyou Xu | -1/+1 |
| 2025-09-05 | ci: update jobs to also run `tests/run-make-cargo` | Jieyou Xu | -7/+9 |
| 2025-09-05 | `run-make-support`: handle unavailable in-tree cargo under `run-make` test suite | Jieyou Xu | -6/+13 |
| 2025-09-05 | compiletest: implement {`run-make`,`run-make-cargo`} test suite split | Jieyou Xu | -7/+10 |
| 2025-09-05 | bootstrap: split `run-make` into {`run-make`,`run-make-cargo`} test suites | Jieyou Xu | -21/+80 |
| 2025-09-05 | change file-is-generated doc comment to inner | Marijn Schouten | -1/+1 |
| 2025-09-05 | avoid inline external links | Tshepang Mbambo | -3/+4 |
| 2025-09-05 | sembr | Tshepang Mbambo | -3/+9 |
| 2025-09-05 | clarify typo pr guidance | Tshepang Mbambo | -2/+4 |
| 2025-09-05 | Auto merge of #146218 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1641/+4536 |
| 2025-09-04 | fix: Filter suggestion parts that match existing code | Scott Schafer | -8/+4 |
| 2025-09-04 | Merge commit 'e9b70454e4c9584be3b22ddabd26b741aeb06c10' into clippy-subtree-u... | Philipp Krones | -1641/+4536 |
| 2025-09-04 | Auto merge of #145911 - notriddle:stringdex-tweak-3, r=GuillaumeGomez | bors | -162/+645 |
| 2025-09-04 | Move float non determinism helpers to math.rs | LorrensP-2158466 | -134/+140 |
| 2025-09-04 | Rollup merge of #146151 - FrancescoV1985:issue-146047-fix, r=Kobzol | Matthias Krüger | -11/+9 |
| 2025-09-04 | Rollup merge of #145976 - beepster4096:configure_debugbreak, r=clubby789 | Matthias Krüger | -2/+15 |
| 2025-09-04 | Document Cargo with in-tree rustdoc | Jakub Beránek | -24/+63 |
| 2025-09-04 | Fix user facing string | Emmet Horgan | -2/+2 |