| Age | Commit message (Expand) | Author | Lines |
| 2025-08-23 | Rollup merge of #145729 - nnethercote:dup-packages, r=calebcartwright | Samuel Tardieu | -30/+9 |
| 2025-08-23 | Rollup merge of #145713 - lcnr:const-trait-bootstrap, r=compiler-errors | Samuel Tardieu | -9/+69 |
| 2025-08-23 | Rollup merge of #145670 - jdonszelmann:port-sanitize, r=lcnr | Samuel Tardieu | -191/+281 |
| 2025-08-23 | Rollup merge of #145540 - nia-e:prov-map-range, r=RalfJung | Samuel Tardieu | -8/+14 |
| 2025-08-23 | Rollup merge of #145515 - Kmeakin:km/optimize-char-encode-utf8, r=Mark-Simula... | Samuel Tardieu | -21/+26 |
| 2025-08-23 | Rollup merge of #145234 - dianne:1-tuple-witnesses, r=jackh726 | Samuel Tardieu | -25/+13 |
| 2025-08-23 | Rollup merge of #144452 - morinmorin:apple/update_read_limit, r=ChrisDenton | Samuel Tardieu | -3/+3 |
| 2025-08-23 | Rollup merge of #143898 - ognevny:opt-dist-rustc-rebuild, r=Kobzol | Samuel Tardieu | -2/+14 |
| 2025-08-23 | Auto merge of #145706 - lcnr:uniquification, r=BoxyUwU | bors | -128/+168 |
| 2025-08-23 | bootstrap.py: Improve CPU detection on NetBSD, | Havard Eidnes | -1/+12 |
| 2025-08-23 | std library: use execinfo library also on NetBSD. | Havard Eidnes | -0/+1 |
| 2025-08-23 | Activate `range-diff` feature of triagebot (#15538) | Philipp Krones | -0/+3 |
| 2025-08-23 | Remove chunk size from each chunk. | Camille GILLOT | -135/+162 |
| 2025-08-23 | Fix ICE when validating transmuting ZST to inhabited enum | Samuel Tardieu | -0/+41 |
| 2025-08-23 | Nits | Michael Goulet | -71/+72 |
| 2025-08-23 | Implement some more checks for `ptr_guaranteed_cmp` in consteval: | Zachary S | -45/+311 |
| 2025-08-23 | Auto merge of #145567 - clubby789:cargo_update, r=clubby789 | bors | -149/+155 |
| 2025-08-23 | Account for impossible bounds making seemingly unsatisfyable dyn-to-dyn casts | Michael Goulet | -11/+38 |
| 2025-08-23 | `entry`: link to `Entry` API if can't make a suggestion (#15546) | Samuel Tardieu | -2/+17 |
| 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 | `entry`: link to `Entry` API if can't make a suggestion | Ada Alakbarova | -2/+17 |
| 2025-08-23 | Check config options in test suite (#15397) | Philipp Krones | -4/+30 |
| 2025-08-23 | simplify `too_many_args` (#15462) | Samuel Tardieu | -29/+10 |
| 2025-08-23 | fix visibility of private getters | Connor Tsui | -3/+6 |
| 2025-08-23 | move `WaitTimeoutResult` up to `mod.rs` | Connor Tsui | -137/+68 |
| 2025-08-23 | change `Barrier` implementation to use `nonpoison::Condvar` | Connor Tsui | -5/+3 |
| 2025-08-23 | add nonpoison and poison condvar tests | Connor Tsui | -195/+241 |
| 2025-08-23 | add `nonpoison::condvar` implementation | Connor Tsui | -2/+524 |
| 2025-08-23 | simplify `too_many_args` | Ada Alakbarova | -29/+10 |
| 2025-08-23 | Fix STD build failing for target_os = espidf | ivmarkov | -2/+11 |
| 2025-08-23 | Detect infinite loop in `async fn` not returning `!` (#15545) | dswij | -3/+33 |
| 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 | Check that no profile is present in `Cargo.toml` files (#15544) | Philipp Krones | -0/+34 |
| 2025-08-23 | Check that no profile is present in `Cargo.toml` files | Samuel Tardieu | -0/+34 |
| 2025-08-23 | Account for time spent tracing, use RDTSC for faster time | Stypox | -78/+283 |
| 2025-08-23 | port attribute to the new parsing infrastructure | Jana Dönszelmann | -191/+281 |
| 2025-08-23 | Update `tests/run-make/rustdoc-default-output/` output | Guillaume Gomez | -3/+3 |
| 2025-08-23 | Detect infinite loop in `async fn` not returning `!` | Samuel Tardieu | -3/+33 |
| 2025-08-23 | Fix `else` completion in `let _ = if x {} $0` | A4-Tacks | -3/+355 |
| 2025-08-23 | rustdoc: update attribute tests | Karol Zwolak | -10/+71 |
| 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 |