| Age | Commit message (Expand) | Author | Lines |
| 2025-06-25 | fix closure and refactor tooling code | Chengxu Bian | -87/+112 |
| 2025-06-25 | make RefCell unstably const | Daniel Bloom | -35/+138 |
| 2025-06-26 | Add windows-gnullvm hosts to the manifest | Mateusz Mikuła | -1/+3 |
| 2025-06-25 | Auto merge of #143026 - jdonszelmann:rollup-z7mkuyt, r=jdonszelmann | bors | -940/+962 |
| 2025-06-25 | Bless `tests/ui/macros/must-use-in-macro-55516.rs` | Urgau | -1/+4 |
| 2025-06-25 | Fix suggestion spans inside macros for the `unused_must_use` lint | Urgau | -4/+174 |
| 2025-06-25 | make `tidy-alphabetical` use a natural sort | Folkert de Vries | -58/+260 |
| 2025-06-25 | Auto merge of #142777 - jdonszelmann:restore-encode-cross-crate, r=oli-obk | bors | -10/+55 |
| 2025-06-25 | Rollup merge of #143000 - SciMind2460:master, r=jhpratt | Jana Dönszelmann | -5/+19 |
| 2025-06-25 | Rollup merge of #142992 - workingjubilee:dont-validate-naughty-abis, r=jieyouxu | Jana Dönszelmann | -194/+101 |
| 2025-06-25 | Rollup merge of #142976 - compiler-errors:coerce-ice, r=fee1-dead | Jana Dönszelmann | -59/+46 |
| 2025-06-25 | Rollup merge of #142809 - KMJ-007:ad-type-analysis-flag, r=ZuseZ4 | Jana Dönszelmann | -4/+42 |
| 2025-06-25 | Rollup merge of #142724 - xizheyin:avoid_overwrite_args, r=oli-obk | Jana Dönszelmann | -39/+119 |
| 2025-06-25 | Rollup merge of #142200 - Kivooeo:tf8, r=jieyouxu | Jana Dönszelmann | -148/+151 |
| 2025-06-25 | Rollup merge of #142146 - workingjubilee:doubt-that-cmse-nonsecure-abis-alway... | Jana Dönszelmann | -491/+484 |
| 2025-06-25 | encode_cross_crate for hir attributes | Jana Dönszelmann | -10/+55 |
| 2025-06-25 | tests: Do not run afoul of asm.validity.non-exhaustive in input-stats | Jubilee Young | -7/+10 |
| 2025-06-25 | emit `StorageLive` and schedule `StorageDead` for `let`-`else` after matching | dianne | -69/+36 |
| 2025-06-25 | Reduce page size and number of DOM elements on clippy lints page | Guillaume Gomez | -18/+29 |
| 2025-06-25 | Auto merge of #142879 - Mark-Simulacrum:opt-cleanup, r=WaffleLapkin | bors | -5/+4 |
| 2025-06-25 | Merge pull request #20098 from regexident/cleanup-progress-messages | David Barsky | -7/+6 |
| 2025-06-25 | Add edition checks for some tests that had divergent output | Esteban Küber | -113/+1184 |
| 2025-06-25 | Do not use `gen` as binding name | Esteban Küber | -17/+17 |
| 2025-06-26 | minor: Decrease minimal toolchain version for `comp-time-deps` by `0.1` | Shoyu Vanilla | -1/+1 |
| 2025-06-25 | Don't fold in Instantiate when there's nothing to fold | Michael Goulet | -0/+11 |
| 2025-06-25 | Don't give APITs names with macro expansion placeholder fragments in it | Michael Goulet | -18/+77 |
| 2025-06-25 | Normalize before computing ConstArgHasType goal | Michael Goulet | -6/+29 |
| 2025-06-25 | rename RegionVariableOrigin::MiscVariable to RegionVariableOrigin::Misc | Michael Goulet | -27/+20 |
| 2025-06-25 | Remove some glob imports from the type system | Michael Goulet | -185/+243 |
| 2025-06-25 | Compute hard errors without diagnostics in impl_intersection_has_impossible_o... | Michael Goulet | -24/+28 |
| 2025-06-25 | Add `sym::macro_pin` diagnostic item for `core::pin::pin!()` | Samuel Tardieu | -0/+2 |
| 2025-06-25 | Unify formatting of progress messages | Vincent Esche | -7/+6 |
| 2025-06-25 | Auto merge of #142870 - tmiasko:copy-prop-early-exit, r=cjgillot | bors | -8/+10 |
| 2025-06-25 | Remove `mut` | Jakub Beránek | -2/+2 |
| 2025-06-25 | Do not build GCC in fast try builds | Jakub Beránek | -1/+4 |
| 2025-06-25 | Skip more dist components | Jakub Beránek | -0/+5 |
| 2025-06-25 | Skip unnecessary components in x64 try builds | Jakub Beránek | -4/+22 |
| 2025-06-25 | update ui/import tests | LorrensP-2158466 | -124/+497 |
| 2025-06-25 | deny AMBIGUOUS_GLOB_IMPORTS; tests fail in this commit | LorrensP-2158466 | -1/+2 |
| 2025-06-25 | Update `browser-ui-test` version to `0.20.7` | Guillaume Gomez | -1/+1 |
| 2025-06-25 | Add runtime check to avoid overwrite arg easily in diag and store and restore... | xizheyin | -39/+119 |
| 2025-06-25 | Merge pull request #20096 from lnicola/silence-rustfmt-failed | Lukas Wirth | -11/+8 |
| 2025-06-25 | Merge pull request #720 from FractalFir/func_refactor | antoyo | -19/+14 |
| 2025-06-25 | Adjust minicore for Sized Hierarchy changes | Lukas Wirth | -52/+75 |
| 2025-06-25 | Don't show notifications on failed rustfmt calls | Laurențiu Nicola | -11/+8 |
| 2025-06-25 | add more test cases and clauses | Chengxu Bian | -15/+78 |
| 2025-06-25 | Add Sub, Mul, Div, Rem as const_traits | Kurt Heiritz (pseudo) | -5/+19 |
| 2025-06-25 | Reviews | Boxy | -41/+6 |
| 2025-06-25 | fix mul_add uncertain sugg | Chengxu Bian | -3/+105 |
| 2025-06-25 | Refactored the codebase to use Function instead of RValue where possible. | michal kostrubiec | -19/+14 |