| Age | Commit message (Expand) | Author | Lines |
| 2025-09-04 | Rollup merge of #146090 - Kobzol:invisible-origin-eq, r=petrochenkov | Stuart Cook | -19/+21 |
| 2025-09-04 | Rollup merge of #145963 - heiher:src-analysis-lsx, r=lqd | Stuart Cook | -3/+107 |
| 2025-09-04 | Rollup merge of #145962 - bjorn3:linkage_fixes, r=WaffleLapkin | Stuart Cook | -39/+82 |
| 2025-09-04 | Rollup merge of #145932 - JamieCunliffe:target-feature-inlining, r=jackh726 | Stuart Cook | -15/+246 |
| 2025-09-04 | Rollup merge of #145827 - estebank:issue-51976, r=jackh726 | Stuart Cook | -38/+273 |
| 2025-09-04 | Rollup merge of #145342 - dianne:if-let-super-let, r=nnethercote | Stuart Cook | -41/+43 |
| 2025-09-03 | In the rustc_llvm build script, don't consider arm64* to be 32-bit | Daniel Paoliello | -1/+4 |
| 2025-09-04 | Don't require next-solver `ProbeRef` to be `Copy` | Chayim Refael Friedman | -8/+9 |
| 2025-09-03 | Auto merge of #146133 - rcvalle:rust-cfi-fix-145981, r=bjorn3 | bors | -1/+12 |
| 2025-09-03 | simplify `check_c_variadic_type` | Folkert de Vries | -25/+21 |
| 2025-09-03 | don't uppercase error messages | Sasha Pourcelot | -14/+14 |
| 2025-09-03 | Rollup merge of #146106 - epage:whitespace, r=fee1-dead | Stuart Cook | -18/+31 |
| 2025-09-03 | Rollup merge of #146032 - heiher:loong64-none-no-lsx, r=lqd | Stuart Cook | -1/+1 |
| 2025-09-03 | Rollup merge of #145961 - petrochenkov:extprelregr, r=nnethercote | Stuart Cook | -3/+20 |
| 2025-09-03 | Add `funnel_sh{l,r}` functions and intrinsics | sayantn | -8/+23 |
| 2025-09-03 | Disallow frontmatter in `--cfg` and `--check-cfg` arguments | Urgau | -6/+20 |
| 2025-09-03 | explicitly start `va_list` lifetime | Folkert de Vries | -1/+5 |
| 2025-09-02 | Revert "Make `lto` and `linker-plugin-lto` work the same for `compiler_builti... | Ramon de C Valle | -1/+12 |
| 2025-09-02 | llvm: nvptx: Layout update to match LLVM | Matthew Maurer | -1/+5 |
| 2025-09-02 | Auto merge of #146125 - GuillaumeGomez:rollup-ld81n7e, r=GuillaumeGomez | bors | -97/+112 |
| 2025-09-02 | Rollup merge of #146102 - fmease:rm-dead-eff-code-iii, r=fee1-dead | Guillaume Gomez | -20/+12 |
| 2025-09-02 | Rollup merge of #146094 - mohe2015:patch-2, r=lcnr | Guillaume Gomez | -1/+2 |
| 2025-09-02 | Rollup merge of #146064 - jullanggit:patch-1, r=fmease | Guillaume Gomez | -1/+6 |
| 2025-09-02 | Rollup merge of #146034 - taiki-e:target-spec, r=nnethercote | Guillaume Gomez | -5/+5 |
| 2025-09-02 | Rollup merge of #145783 - Erk-:et-cetera-span, r=compiler-errors | Guillaume Gomez | -23/+32 |
| 2025-09-02 | Rollup merge of #144066 - RalfJung:extern-c-variadics, r=workingjubilee | Guillaume Gomez | -47/+55 |
| 2025-09-02 | Remove special implementation of `PartialEq` for `InvisibleOrigin` outside ma... | Jakub Beránek | -19/+21 |
| 2025-09-02 | resolve: Avoid finalizing extern prelude entries more than once | Vadim Petrochenkov | -6/+8 |
| 2025-09-02 | Auto merge of #145951 - lcnr:proof-tree-as-query, r=compiler-errors | bors | -441/+331 |
| 2025-09-02 | Add LSX accelerated implementation for source file analysis | WANG Rui | -3/+107 |
| 2025-09-02 | Correct typo in `rustc_errors` comment | Samuel Moelius | -1/+1 |
| 2025-09-02 | Revert introduction of `[workspace.dependencies]`. | Nicholas Nethercote | -158/+160 |
| 2025-09-02 | Migrate more things in the new solver to specific `DefId`s | Chayim Refael Friedman | -80/+154 |
| 2025-09-02 | stabilize extended_varargs_abi_support | Ralf Jung | -47/+55 |
| 2025-09-01 | fix(lexer): Only allow horizontal whitespace in frontmatter | Ed Page | -6/+21 |
| 2025-09-01 | docs(lexer): Organize and document whitespace by Pattern_White_Space | Ed Page | -12/+10 |
| 2025-09-02 | Auto merge of #146059 - folkertdev:va-end-lifetime, r=saethlin | bors | -3/+9 |
| 2025-09-02 | Suggest parentheses around if-expressions | Esteban Küber | -74/+124 |
| 2025-09-01 | Auto merge of #145925 - lcnr:revealing-use-closures-2, r=BoxyUwU | bors | -203/+466 |
| 2025-09-01 | use defining uses of all bodies to constrain non-defining uses | lcnr | -202/+461 |
| 2025-09-01 | Remove dead code stemming from an old effects desugaring | León Orell Valerian Liehr | -20/+12 |
| 2025-09-01 | Auto merge of #145721 - dpaoliello:ar050, r=bjorn3 | bors | -53/+79 |
| 2025-09-01 | Make `Parser::parse_for_head` public for rustfmt usage | Moritz Hedtke | -1/+2 |
| 2025-09-01 | Auto merge of #144783 - folkertdev:loop-match-diverging-loop, r=SparrowLii | bors | -4/+6 |
| 2025-09-01 | Auto merge of #143290 - azhogin:azhogin/link-pub-async-impls, r=oli-obk | bors | -1/+14 |
| 2025-09-01 | Auto merge of #146077 - Zalathar:rollup-l7ip5yi, r=Zalathar | bors | -162/+225 |
| 2025-09-01 | Rollup merge of #145754 - epage:escape, r=SparrowLii | Stuart Cook | -21/+13 |
| 2025-09-01 | Rollup merge of #145643 - Zalathar:tree, r=SparrowLii | Stuart Cook | -141/+212 |
| 2025-09-01 | pub async fn implementation coroutine (func::{closure#0}) is monomorphized, w... | Andrew Zhogin | -1/+14 |
| 2025-09-01 | Add compiler error when trying to use concat metavar expr in repetitions | jullang | -1/+6 |