| Age | Commit message (Expand) | Author | Lines |
| 2025-08-23 | Rollup merge of #145554 - tshepang:rdg-sync, r=BoxyUwU | Jacob Pratt | -18/+16 |
| 2025-08-23 | Rollup merge of #144531 - Urgau:int_to_ptr_transmutes, r=jackh726 | Jacob Pratt | -67/+44 |
| 2025-08-24 | Merge pull request #2548 from joshtriplett/macro-parser | 许杰友 Jieyou Xu (Joe) | -35/+21 |
| 2025-08-23 | Use unnamed lifetime spans as primary spans for MISMATCHED_LIFETIME_SYNTAXES | Michael Goulet | -2/+2 |
| 2025-08-24 | Adjust clippy lints for rustc `integer_to_ptr_transmutes` lint | Urgau | -67/+32 |
| 2025-08-24 | Allow `integer_to_ptr_transmutes` in tests | Urgau | -0/+12 |
| 2025-08-23 | bootstrap.py: follow up tidy output from CI. | Havard Eidnes | -2/+3 |
| 2025-08-23 | Merge pull request #4540 from RalfJung/tb-refactors | Ralf Jung | -144/+116 |
| 2025-08-23 | refactor tb_rebor: reduce code duplication | Ralf Jung | -38/+22 |
| 2025-08-23 | tree borrows: refactor new-permission logic | Ralf Jung | -110/+98 |
| 2025-08-23 | Rollup merge of #145787 - samueltardieu:push-vovspkkxsxtn, r=Kobzol | Samuel Tardieu | -3/+3 |
| 2025-08-23 | Rollup merge of #145782 - karolzwolak:rustdoc-consistent-attributes-rendering... | Samuel Tardieu | -70/+68 |
| 2025-08-23 | Rollup merge of #145781 - Kobzol:clippy-remove-profile, r=lqd | Samuel Tardieu | -7/+0 |
| 2025-08-23 | Rollup merge of #145774 - Shourya742:2025-08-23-remove-default-opts-method, r... | Samuel Tardieu | -53/+0 |
| 2025-08-23 | Rollup merge of #145744 - RalfJung:miri-inplace-aliasing, r=compiler-errors | Samuel Tardieu | -0/+95 |
| 2025-08-23 | Rollup merge of #145729 - nnethercote:dup-packages, r=calebcartwright | Samuel Tardieu | -3/+3 |
| 2025-08-23 | Rollup merge of #145540 - nia-e:prov-map-range, r=RalfJung | Samuel Tardieu | -8/+3 |
| 2025-08-23 | Rollup merge of #143898 - ognevny:opt-dist-rustc-rebuild, r=Kobzol | Samuel Tardieu | -2/+14 |
| 2025-08-23 | bootstrap.py: Improve CPU detection on NetBSD, | Havard Eidnes | -1/+12 |
| 2025-08-23 | Auto merge of #145567 - clubby789:cargo_update, r=clubby789 | bors | -34/+38 |
| 2025-08-23 | Enable LLVM download from CI for gnullvm dist | Mateusz Mikuła | -20/+2 |
| 2025-08-23 | Enable LLVM tools for gnullvm dist | Mateusz Mikuła | -12/+4 |
| 2025-08-23 | Auto merge of #145771 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-08-23 | Allow running rust-installer (and other tools) multiple times with the same a... | Jakub Beránek | -0/+4 |
| 2025-08-23 | Use correct mode when printing a build message for std documentation | Jakub Beránek | -1/+1 |
| 2025-08-23 | Merge pull request #4524 from Stypox/tracing-chrome-overhead-rdtsc | Ralf Jung | -78/+283 |
| 2025-08-23 | citool: cleanup `mismatched_lifetime_syntaxes` warnings | Samuel Tardieu | -3/+3 |
| 2025-08-23 | Account for time spent tracing, use RDTSC for faster time | Stypox | -78/+283 |
| 2025-08-23 | Handle uplifting in libstd dist step | Jakub Beránek | -12/+23 |
| 2025-08-23 | Fix install test on Windows | Jakub Beránek | -2/+3 |
| 2025-08-23 | Remove the `x dist rust-std` built optimization special-case | Jakub Beránek | -27/+24 |
| 2025-08-23 | Don't try to cross-document bootstrap tools | Jakub Beránek | -1/+1 |
| 2025-08-23 | Fix doc link | Jakub Beránek | -1/+1 |
| 2025-08-23 | Add change tracker entry | Jakub Beránek | -2/+7 |
| 2025-08-23 | Fix staging in `x install` | Jakub Beránek | -81/+77 |
| 2025-08-23 | Forbid running install steps on stage 0 | Jakub Beránek | -0/+4 |
| 2025-08-23 | Cleanup the last few dist steps | Jakub Beránek | -5/+26 |
| 2025-08-23 | Cleanup `dist::Bootstrap` and add a simple test for it | Jakub Beránek | -2/+21 |
| 2025-08-23 | Remove `compiler_for` from `dist::Extended` | Jakub Beránek | -17/+21 |
| 2025-08-23 | Remove `compiler_for` from `dist::Rustfmt` | Jakub Beránek | -13/+13 |
| 2025-08-23 | Remove `compiler_for` from `dist::CraneliftCodegenBackend` | Jakub Beránek | -12/+7 |
| 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 |