| Age | Commit message (Expand) | Author | Lines |
| 2025-08-10 | Review remarks | Jakub Beránek | -2/+6 |
| 2025-08-10 | Add change tracker entry | Jakub Beránek | -0/+5 |
| 2025-08-10 | Update tests | Jakub Beránek | -37/+208 |
| 2025-08-10 | Update `doc` CI steps stage 2 | Jakub Beránek | -3/+3 |
| 2025-08-10 | Update `Std` doc step | Jakub Beránek | -27/+40 |
| 2025-08-10 | Fix documentation of tools | Jakub Beránek | -54/+54 |
| 2025-08-10 | Update `Standalone` and `Releases` doc steps | Jakub Beránek | -16/+29 |
| 2025-08-10 | Update `RustcBook` doc step | Jakub Beránek | -14/+26 |
| 2025-08-10 | Update `Reference` doc step | Jakub Beránek | -15/+56 |
| 2025-08-10 | Fix staging for `doc compiler` | Jakub Beránek | -34/+35 |
| 2025-08-10 | Forbid documenting anything on stage 0 | Jakub Beránek | -34/+25 |
| 2025-08-10 | Auto merge of #145144 - scottmcm:unsigned_overflow_intr, r=nikic | bors | -23/+41 |
| 2025-08-10 | Start reporting future breakage for `ILL_FORMED_ATTRIBUTE_INPUT` in dependencies | Jonathan Brouwer | -0/+177 |
| 2025-08-10 | fix tests/run formatting | dvermd | -21/+19 |
| 2025-08-10 | run rustfmt on tests/run/*.rs | dvermd | -2/+28 |
| 2025-08-09 | mbe: Fix typo in attribute tracing | Josh Triplett | -1/+1 |
| 2025-08-10 | Auto merge of #144873 - cjgillot:implications, r=lqd | bors | -80/+73 |
| 2025-08-10 | Constify remaining operators | ltdk | -6/+3 |
| 2025-08-10 | Constify remaining operators | ltdk | -215/+441 |
| 2025-08-10 | Let forward_ref_* macros accept multiple attributes, and require attributes e... | ltdk | -105/+156 |
| 2025-08-10 | Use `eq_ignore_ascii_case` to avoid heap alloc in `detect_confuse_type` | xizheyin | -1/+1 |
| 2025-08-10 | Auto merge of #144787 - Kobzol:codegen-backend-restructure, r=jieyouxu | bors | -222/+304 |
| 2025-08-10 | Ignore coroutine witness type region args in auto trait confirmation | Michael Goulet | -2/+29 |
| 2025-08-10 | Merge pull request #4518 from rust-lang/rustup-2025-08-09 | Ben Kimock | -15195/+19130 |
| 2025-08-09 | `suggest_borrow_generic_arg`: use the correct generic args | dianne | -7/+53 |
| 2025-08-09 | Add gettid support for Android | Ben Kimock | -3/+10 |
| 2025-08-10 | cargo update | github-actions | -69/+69 |
| 2025-08-09 | Auto merge of #145146 - fee1-dead-contrib:push-zmqrkurlzrxy, r=nnethercote | bors | -1056/+1043 |
| 2025-08-09 | fix &str type check in `from_str_radix_10` (#15410) | Samuel Tardieu | -3/+35 |
| 2025-08-09 | Fix an unstable feature comment that wasn't a doc comment | Josh Triplett | -1/+1 |
| 2025-08-09 | Avoid abbreviating "numerator" as "numer", to allow catching typo "numer" els... | Josh Triplett | -10/+8 |
| 2025-08-09 | `expect_fun_call`: move helper functions out of the main one (#15446) | llogiq | -38/+37 |
| 2025-08-09 | Add __addhf3, __subhf3, __mulhf3, __{eq,ge,gt,le,lt,ne,unord}hf2 | Trevor Gross | -14/+85 |
| 2025-08-09 | symcheck: Skip `__ymm@` symbols on Windows | Trevor Gross | -1/+1 |
| 2025-08-09 | Adjust for codegen of unpredictable return value | Aurelia Molzer | -5/+31 |
| 2025-08-09 | introduce `path_to_local_with_projections` | Ada Alakbarova | -84/+60 |
| 2025-08-09 | `HashMap`: also add "Usage with custom key types" heading | Ada Alakbarova | -0/+2 |
| 2025-08-09 | `{BTree,Hash}Map`: add "`Entry` API" section heading | Ada Alakbarova | -0/+4 |
| 2025-08-09 | improve "Documentation problem" issue template. | binarycat | -6/+6 |
| 2025-08-09 | Add "PowerPC" to the list of valid CamelCase strings in docs (#15447) | Alex Macleod | -4/+4 |
| 2025-08-10 | Update CONTRIBUTING.md to use RustRover instead of IntelliJ Rust | reddevilmidzy | -8/+8 |
| 2025-08-09 | Fix a clippy::needless_borrow | Ben Kimock | -1/+1 |
| 2025-08-09 | Remove cfg(bootstrap) for strict_overflow_ops | Ben Kimock | -1/+0 |
| 2025-08-09 | Ensure consistent drop for hint::select_unpredictable | Aurelia Molzer | -1/+42 |
| 2025-08-09 | Apply suggestions from code review | jyn | -3/+3 |
| 2025-08-09 | Add "PowerPC" to the list of valid CamelCase strings in docs | Dave Rolsky | -4/+4 |
| 2025-08-09 | [[infinite_loop] fix infinite loop false positive (#15157) | dswij | -6/+137 |
| 2025-08-09 | some `derive_more` refactors | Deadbeef | -100/+180 |
| 2025-08-09 | Do not attempt to compute size of a type with escaping lifetimes (#15434) | Jason Newcomb | -3/+14 |
| 2025-08-09 | add review comments | bit-aloo | -44/+11 |