| Age | Commit message (Expand) | Author | Lines |
| 2025-09-05 | Auto merge of #146224 - tgross35:rollup-1bgjms3, r=tgross35 | bors | -38/+110 |
| 2025-09-05 | Rollup merge of #146217 - lukas-code:suggest-new-ice, r=compiler-errors | Trevor Gross | -6/+5 |
| 2025-09-05 | Rollup merge of #145709 - heiher:issue-145692-1, r=jackh726 | Trevor Gross | -32/+105 |
| 2025-09-05 | Auto merge of #144737 - petrochenkov:extprelcache, r=davidtwco | bors | -6/+8 |
| 2025-09-04 | Auto merge of #138736 - azhogin:azhogin/sanitizers-target-modificators, r=rcv... | bors | -7/+82 |
| 2025-09-04 | fix ICE when suggesting `::new` | Lukas Markeffsky | -6/+5 |
| 2025-09-04 | Auto merge of #145955 - bjorn3:lto_refactors4, r=nnethercote | bors | -155/+97 |
| 2025-09-04 | Special case allocator module submission to avoid special casing it elsewhere | bjorn3 | -146/+79 |
| 2025-09-04 | Ensure the allocator shim never participates in LTO | bjorn3 | -18/+13 |
| 2025-09-04 | Export __rdl_* symbols to the allocator shim when doing LTO | bjorn3 | -0/+14 |
| 2025-09-04 | Rollup merge of #146182 - ChayimFriedman2:ns-probe, r=jackh726 | Jacob Pratt | -8/+9 |
| 2025-09-04 | Rollup merge of #145690 - sayantn:integer-funnel-shift, r=tgross35 | Jacob Pratt | -8/+23 |
| 2025-09-04 | Rollup merge of #145682 - dpaoliello:arm64tier1, r=jieyouxu | Jacob Pratt | -1/+1 |
| 2025-09-04 | Rollup merge of #146137 - Urgau:cfg-disallow-frontmatter, r=fmease | Stuart Cook | -6/+20 |
| 2025-09-04 | Rollup merge of #146134 - maurer:nvptx-sync, r=durin42 | Stuart Cook | -1/+5 |
| 2025-09-04 | Rollup merge of #146120 - smoelius:patch-3, r=lqd | Stuart Cook | -1/+1 |
| 2025-09-04 | Rollup merge of #146112 - scrabsha:push-utkysktvulto, r=WaffleLapkin | Stuart Cook | -14/+14 |
| 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-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 | 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-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 | 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 |