| Age | Commit message (Expand) | Author | Lines |
| 2025-08-10 | Rollup merge of #145112 - dpaoliello:raw-dylib-link-ordinal, r=jieyouxu | Stuart Cook | -2/+3 |
| 2025-08-10 | Rollup merge of #145089 - Kobzol:bootstrap-cmd-error, r=jieyouxu | Stuart Cook | -82/+83 |
| 2025-08-10 | Rollup merge of #144739 - GuillaumeGomez:rustdoc-test-cleanup, r=fmease | Stuart Cook | -3/+1 |
| 2025-08-10 | Rollup merge of #144403 - Kivooeo:issue4, r=jieyouxu | Stuart Cook | -30/+154 |
| 2025-08-10 | Rollup merge of #144402 - heiher:stabilize-loong32-asm, r=Amanieu | Stuart Cook | -46/+158 |
| 2025-08-10 | Rollup merge of #143093 - lqd:polonius-pre-alpha, r=jackh726 | Stuart Cook | -247/+624 |
| 2025-08-10 | Rollup merge of #141624 - jyn514:env-var-stubs, r=BoxyUwU | Stuart Cook | -6/+109 |
| 2025-08-10 | Bless tests | Jakub Beránek | -3/+20 |
| 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 | Merge pull request #20418 from A4-Tacks/fix-extract-expr-from-fmtstr-on-write | Chayim Refael Friedman | -6/+40 |
| 2025-08-10 | Merge pull request #20417 from npmccallum/syntax | Chayim Refael Friedman | -19/+73 |
| 2025-08-10 | Fix extract_expressions_from_format_string on write! | A4-Tacks | -6/+40 |
| 2025-08-10 | fix tests/run formatting | dvermd | -21/+19 |
| 2025-08-10 | run rustfmt on tests/run/*.rs | dvermd | -2/+28 |
| 2025-08-10 | parser: fix parsing of trait bound polarity and for-binders | Nathaniel McCallum | -19/+73 |
| 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-10 | Merge pull request #20409 from A4-Tacks/minicore-write | Chayim Refael Friedman | -0/+21 |
| 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 |