| Age | Commit message (Expand) | Author | Lines |
| 2025-07-10 | Propagate from borrowed locals in CopyProp | Tomasz Miąsko | -142/+97 |
| 2025-07-10 | Make some "safe" llvm ops actually sound | Oli Scherer | -7/+9 |
| 2025-07-10 | Rollup merge of #143644 - Kobzol:stdarch-mention, r=Amanieu | Trevor Gross | -0/+9 |
| 2025-07-10 | Rollup merge of #143398 - lolbinarycat:tidy-extra-checks-auto, r=Kobzol | Trevor Gross | -48/+241 |
| 2025-07-10 | Rollup merge of #143396 - rocurley:float_tests_refactor, r=tgross35 | Trevor Gross | -56/+23 |
| 2025-07-10 | Rollup merge of #143298 - Kivooeo:tf23, r=tgross35 | Trevor Gross | -121/+161 |
| 2025-07-10 | Rollup merge of #143270 - TimNN:fix-enum-match, r=nikic | Trevor Gross | -1/+1 |
| 2025-07-10 | Rollup merge of #143265 - scottmcm:mention-as-chunks, r=ibraheemdev | Trevor Gross | -0/+32 |
| 2025-07-10 | Rollup merge of #143011 - LorrensP-2158466:warn-ambiguity-into-error, r=petro... | Trevor Gross | -116/+510 |
| 2025-07-10 | Rollup merge of #142950 - tgross35:metavariable-expr-rework, r=petrochenkov | Trevor Gross | -134/+259 |
| 2025-07-10 | Rollup merge of #141996 - Daniel-Aaron-Bloom:dollar_crate, r=petrochenkov | Trevor Gross | -49/+859 |
| 2025-07-10 | Auto merge of #143696 - oli-obk:constable-type-id2, r=RalfJung | bors | -151/+432 |
| 2025-07-10 | Merge pull request #4458 from rust-lang/rustup-2025-07-10 | Ralf Jung | -2969/+8452 |
| 2025-07-10 | silence clippy | Ralf Jung | -0/+1 |
| 2025-07-10 | Merge pull request #2499 from rust-lang/tshepang-patch-2 | nora | -1/+3 |
| 2025-07-10 | Merge pull request #20210 from ChayimFriedman2/naked-asm-safe | Shoyu Vanilla (Flint) | -84/+303 |
| 2025-07-10 | Merge pull request #2500 from rust-lang/tshepang-patch-3 | nora | -1/+1 |
| 2025-07-10 | Merge pull request #2498 from rust-lang/tshepang-patch-1 | nora | -1/+1 |
| 2025-07-10 | Fix `--skip-std-check-if-no-download-rustc` | Jakub Beránek | -7/+31 |
| 2025-07-10 | Use `is_windows_msvc` instead of `is_msvc` in run-make tests | Jieyou Xu | -53/+57 |
| 2025-07-10 | Only provide `is_windows_msvc` to gate on windows-msvc | Jieyou Xu | -34/+29 |
| 2025-07-10 | remove unnecessary parens in rust-analyzer | yukang | -1/+1 |
| 2025-07-10 | Merge pull request #20221 from lnicola/assist-let-chain | Laurențiu Nicola | -7/+6 |
| 2025-07-09 | Make UB transmutes really UB in LLVM | Scott McMurray | -16/+18 |
| 2025-07-10 | Revert "remove `if-let` chains" | Laurențiu Nicola | -7/+6 |
| 2025-07-10 | fmt | The Miri Cronjob Bot | -1/+3 |
| 2025-07-10 | Merge from rustc | The Miri Cronjob Bot | -2968/+8448 |
| 2025-07-10 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-07-10 | Merge pull request #20212 from ChayimFriedman2/dyn-hint | Shoyu Vanilla (Flint) | -5/+31 |
| 2025-07-10 | Merge pull request #20218 from Hmikihiro/migrate_convert_match_to_let_else | Shoyu Vanilla (Flint) | -13/+15 |
| 2025-07-09 | compiler: recomment `needs_fn_once_adapter_shim` | Jubilee Young | -8/+6 |
| 2025-07-10 | rust: library: Add setsid method to CommandExt trait | LevitatingBusinessMan (Rein Fernhout) | -0/+89 |
| 2025-07-09 | Refactor nan tests | Roger Curley | -56/+23 |
| 2025-07-10 | Migrate `convert_match_to_let_else` assist to use `SyntaxEditor` | Hayashi Mikihiro | -13/+15 |
| 2025-07-10 | Put the expression stuff in the expression store behind an `Option<Box>` | Chayim Refael Friedman | -271/+419 |
| 2025-07-10 | Auto merge of #143703 - dpaoliello:llvmupate, r=dianqk | bors | -0/+0 |
| 2025-07-10 | Remove uncessary parens in closure body with unused lint | yukang | -3/+3 |
| 2025-07-10 | Remove uncessary parens in closure body with unused lint | yukang | -27/+160 |
| 2025-07-09 | mbe: Refactor the diagnostic for unrecognized metavariable expressions | Trevor Gross | -12/+25 |
| 2025-07-09 | mbe: Refactor diagnostics for invalid metavar expression syntax | Trevor Gross | -122/+234 |
| 2025-07-10 | Add rustdoc JSON tests for `#[doc(hidden)]` handling of items. | Predrag Gruevski | -0/+36 |
| 2025-07-09 | Auto merge of #143405 - tgross35:update-builtins, r=tgross35 | bors | -393/+566 |
| 2025-07-09 | Fix multiple problems in #15063 (#15070) | llogiq | -18/+144 |
| 2025-07-09 | feat(lexer): Allow including frontmatter with 'tokenize' | Ed Page | -38/+47 |
| 2025-07-09 | Use reference for MacroRulesScopeRef instead of Interned. | LorrensP-2158466 | -3/+2 |
| 2025-07-09 | MacroData in ResolverArenas + split macro_map into extern_macro_map and local... | LorrensP-2158466 | -29/+50 |
| 2025-07-09 | fix aux-build failures | LorrensP-2158466 | -30/+50 |
| 2025-07-09 | Merge pull request #733 from FractalFir/volatile_load_tmp | antoyo | -1/+5 |
| 2025-07-09 | Merge pull request #734 from FractalFir/remove_needless_attr | antoyo | -1/+1 |
| 2025-07-09 | Fix `manual_is_variant_and` condition generation (#15206) | Timo | -36/+454 |