| Age | Commit message (Expand) | Author | Lines |
| 2025-08-13 | misc: import macros explicitly | Ada Alakbarova | -2/+2 |
| 2025-08-13 | fix `borrow_as_ptr`: don't lint in proc-macros | Ada Alakbarova | -8/+33 |
| 2025-08-13 | misc: move `is_expr_temporary_value` check into let-chain | Ada Alakbarova | -4/+2 |
| 2025-08-13 | `as_ptr_cast`: move the unfixable case into a separate file (#15475) | Jason Newcomb | -12/+67 |
| 2025-08-13 | move `char_lit_as_u8` under the explicit-cast case (#15477) | Jason Newcomb | -61/+61 |
| 2025-08-13 | stabilize path_add_extension | Hanna Kruppe | -7/+3 |
| 2025-08-13 | Merge pull request #20390 from A4-Tacks/if-else-comp-in-args-or-let | Chayim Refael Friedman | -1/+127 |
| 2025-08-13 | Rollup merge of #145356 - GuillaumeGomez:doctest-escaped, r=fmease | Guillaume Gomez | -0/+14 |
| 2025-08-13 | Rollup merge of #145349 - GuillaumeGomez:unstable-items-search, r=lolbinaryca... | Guillaume Gomez | -1/+3 |
| 2025-08-13 | Rollup merge of #145341 - Kobzol:codegen-backend-gcc, r=jieyouxu | Guillaume Gomez | -67/+98 |
| 2025-08-13 | Rollup merge of #145241 - tomtor:avr-layout, r=nikic | Guillaume Gomez | -1/+7 |
| 2025-08-13 | Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkov | Guillaume Gomez | -5/+3 |
| 2025-08-13 | Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkov | Guillaume Gomez | -211/+405 |
| 2025-08-13 | Rollup merge of #144962 - Gelbpunkt:aarch64_be-unknown-none-softfloat, r=davi... | Guillaume Gomez | -0/+124 |
| 2025-08-13 | Rollup merge of #144955 - lcnr:lazily-update-non-parent-goals, r=BoxyUwU | Guillaume Gomez | -68/+95 |
| 2025-08-13 | Rollup merge of #144949 - nnethercote:more-Printer-cleanups, r=davidtwco | Guillaume Gomez | -155/+186 |
| 2025-08-13 | Rollup merge of #144761 - tgross35:cfg-outline-atomics, r=davidtwco | Guillaume Gomez | -0/+9 |
| 2025-08-13 | Merge pull request #20448 from donni-h/patch-2 | Chayim Refael Friedman | -1/+1 |
| 2025-08-13 | Update clippy tests | Vadim Petrochenkov | -2/+22 |
| 2025-08-13 | Update clippy tests | Vadim Petrochenkov | -2/+22 |
| 2025-08-13 | Hide docs for core::unicode | ltdk | -2/+2 |
| 2025-08-13 | Auto merge of #145298 - nikic:llvm21-rc3, r=cuviper | bors | -1/+3 |
| 2025-08-13 | Set NumRegisterParameters LLVM module flag to `N` when `-Zregparm=N` is | winstonallo | -0/+86 |
| 2025-08-13 | Add missing entry in STAGE0_MISSING_TARGETS | Jens Reidel | -0/+1 |
| 2025-08-13 | Suppress wrapper suggestion when expected and actual ty are the same adt and ... | xizheyin | -8/+9 |
| 2025-08-13 | Add test suggest-add-wrapper-issue-145294 | xizheyin | -0/+55 |
| 2025-08-13 | Merge pull request #20450 from Wilfred/update_vsce | Laurențiu Nicola | -195/+1163 |
| 2025-08-13 | resolve: Improve diagnostics for ambiguities in extern prelude | Vadim Petrochenkov | -12/+11 |
| 2025-08-13 | resolve: Split extern prelude into two scopes | Vadim Petrochenkov | -86/+212 |
| 2025-08-13 | move `char_lit_as_u8` into the `if` | Ada Alakbarova | -7/+6 |
| 2025-08-13 | Merge pull request #4525 from rust-lang/rustup-2025-08-13 | Ben Kimock | -6345/+11130 |
| 2025-08-13 | Also dump coverage info | bjorn3 | -2/+17 |
| 2025-08-13 | Merge pull request #748 from dvermd/fmt_tests_run | antoyo | -23/+47 |
| 2025-08-13 | test: make `suggestions` the main file | Ada Alakbarova | -4/+4 |
| 2025-08-13 | test: move the main file to `unfixable` | Ada Alakbarova | -1/+2 |
| 2025-08-13 | Cleanup assoc parent utils | Cameron Steffen | -64/+79 |
| 2025-08-13 | [internal] Update to the latest @vscode/vsce for extension build | Wilfred Hughes | -195/+1163 |
| 2025-08-13 | Add test for issue 122734 | Jamie Hill-Daniel | -0/+78 |
| 2025-08-13 | Add a method to dump MIR in the middle of MIR building | bjorn3 | -0/+22 |
| 2025-08-13 | `as_ptr_cast`: move the unfixable case into a separate file | Ada Alakbarova | -12/+67 |
| 2025-08-13 | Add another example for escaped `#` character in doctest in rustdoc book | Guillaume Gomez | -0/+14 |
| 2025-08-13 | doc test: fix mpsc.rs try_send doc test | Eval EXEC | -2/+6 |
| 2025-08-13 | Correctly handle when there are no unstable items in the documented crate | Guillaume Gomez | -1/+3 |
| 2025-08-13 | Print crate count for `check::Rustc` in snapshot tests | Jakub Beránek | -9/+13 |
| 2025-08-13 | Use ci-mirrors for binutils in freebsd-toolchain.sh | Nikita Popov | -1/+3 |
| 2025-08-13 | suggest using `pub(crate)` for E0364 | Makai | -1/+33 |
| 2025-08-13 | bootstrap: Fix jemalloc 64K page support for aarch64 tools | Cathal Mullan | -0/+9 |
| 2025-08-13 | add test | lcnr | -0/+17 |
| 2025-08-13 | `fn new_coroutine_witness_for_coroutine` woops | lcnr | -61/+63 |
| 2025-08-13 | rework `add_placeholder_from_predicate_note` | lcnr | -34/+84 |