| Age | Commit message (Expand) | Author | Lines |
| 2025-06-14 | Rollup merge of #140593 - m-ou-se:some-temp, r=Nadrieril | Matthias Krüger | -131/+124 |
| 2025-06-14 | Async drop - fix for StorageLive/StorageDead codegen for pinned async drop fu... | Andrew Zhogin | -4/+357 |
| 2025-06-14 | Marks ADT live if it appears in pattern | Mu001999 | -16/+133 |
| 2025-06-13 | Rollup merge of #142480 - workingjubilee:unhandwrite-minicore, r=tgross35 | Jubilee | -10/+6 |
| 2025-06-13 | Rollup merge of #142449 - oli-obk:missing-mgca-args, r=BoxyUwU | Jubilee | -38/+35 |
| 2025-06-13 | Rollup merge of #142302 - JonathanBrouwer:invalid-const-token, r=jdonszelmann | Jubilee | -117/+187 |
| 2025-06-13 | Rollup merge of #142273 - workingjubilee:rework-gpu-kernel-feature-gate-test,... | Jubilee | -21/+172 |
| 2025-06-13 | Rollup merge of #142046 - Qelxiros:122742-vec_peek_mut, r=cuviper | Jubilee | -2/+2 |
| 2025-06-13 | Rollup merge of #141352 - lcnr:no-builtin-preference, r=compiler-errors | Jubilee | -0/+50 |
| 2025-06-13 | tests: Convert two handwritten minicores to add-core-stubs | Jubilee Young | -10/+6 |
| 2025-06-14 | Add `f16` inline asm support for LoongArch | WANG Rui | -1/+25 |
| 2025-06-13 | Auto merge of #134841 - estebank:serde-attr-4, r=wesleywiser | bors | -0/+256 |
| 2025-06-14 | Fix incorrect suggestion when calling an associated type with a type anchor | Jonathan Brouwer | -2/+2 |
| 2025-06-14 | Failing test | Jonathan Brouwer | -0/+59 |
| 2025-06-13 | Add AST pretty-printer tests involving attr precedence | David Tolnay | -4/+43 |
| 2025-06-13 | 100% safe implementation of RepeatN | Soveu | -3/+4 |
| 2025-06-13 | Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgr | bors | -282/+898 |
| 2025-06-13 | Rework how the disallowed qualifier lints are generated | Jonathan Brouwer | -219/+117 |
| 2025-06-13 | variadic functions: remove list of supported ABIs from error | Ralf Jung | -29/+27 |
| 2025-06-13 | Merge unboxed trait object error suggestion into regular dyn incompat error | Oli Scherer | -153/+69 |
| 2025-06-13 | Auto merge of #142442 - matthiaskrgr:rollup-6yodjfx, r=matthiaskrgr | bors | -50/+225 |
| 2025-06-13 | Add failing tests | Jonathan Brouwer | -3/+175 |
| 2025-06-13 | Require generic params for const generic params | Oli Scherer | -38/+35 |
| 2025-06-13 | Add test for temporary lifetime extension in `Self()` syntax. | Mara Bos | -1/+12 |
| 2025-06-13 | Add tests. | Mara Bos | -0/+44 |
| 2025-06-13 | Update tests. | Mara Bos | -131/+69 |
| 2025-06-13 | Auto merge of #142432 - matthiaskrgr:rollup-ziuls9y, r=matthiaskrgr | bors | -124/+339 |
| 2025-06-13 | Rollup merge of #142176 - workingjubilee:dont-shuffle-bswaps-per-arch, r=nikic | Matthias Krüger | -16/+45 |
| 2025-06-13 | Rollup merge of #140770 - folkertdev:custom-abi, r=tgross35 | Matthias Krüger | -0/+677 |
| 2025-06-13 | Rollup merge of #135927 - azhogin:azhogin/retpoline, r=davidtwco | Matthias Krüger | -0/+83 |
| 2025-06-13 | Rollup merge of #128425 - tgross35:missing-fragment-specifier-unconditional, ... | Matthias Krüger | -266/+93 |
| 2025-06-13 | Rollup merge of #142410 - RalfJung:align_of, r=WaffleLapkin,workingjubilee | Matthias Krüger | -39/+39 |
| 2025-06-13 | Rollup merge of #142158 - xizheyin:141617, r=jdonszelmann | Matthias Krüger | -2/+14 |
| 2025-06-13 | Rollup merge of #142069 - nnethercote:Zmacro-stats, r=petrochenkov | Matthias Krüger | -0/+159 |
| 2025-06-13 | Rollup merge of #141770 - GuillaumeGomez:cfg-false-mod-rendering, r=camelid | Matthias Krüger | -3/+7 |
| 2025-06-13 | Rollup merge of #134847 - dtolnay:asymmetrical, r=fmease | Matthias Krüger | -6/+6 |
| 2025-06-13 | Auto merge of #142353 - workingjubilee:warn-less-about-cdecl-and-other-abis, ... | bors | -369/+12 |
| 2025-06-12 | tests: Convert linkage-attr test to cross-compiling and bless | Jubilee Young | -21/+12 |
| 2025-06-13 | Unimplement unsized_locals | mejrs | -541/+405 |
| 2025-06-12 | Detect when attribute is provided by missing `derive` macro | Esteban Küber | -0/+256 |
| 2025-06-12 | Rollup merge of #142406 - jdonszelmann:dead-code-enum-variant, r=WaffleLapkin | Matthias Krüger | -0/+50 |
| 2025-06-12 | Rollup merge of #142034 - estebank:issue-141258, r=davidtwco | Matthias Krüger | -0/+97 |
| 2025-06-12 | Rollup merge of #141069 - chenyukang:yukang-fix-137486-suggest-mut, r=davidtwco | Matthias Krüger | -2/+83 |
| 2025-06-12 | Rollup merge of #134536 - Urgau:fn-ptr-option, r=compiler-errors,traviscross | Matthias Krüger | -24/+93 |
| 2025-06-12 | add `extern "custom"` functions | Folkert de Vries | -0/+677 |
| 2025-06-12 | Rollup merge of #141474 - mejrs:diagnostic_mode, r=compiler-errors | Matthias Krüger | -41/+218 |
| 2025-06-12 | Rollup merge of #141162 - mejrs:gated, r=fee1-dead | Matthias Krüger | -83/+121 |
| 2025-06-12 | intrinsics: rename min_align_of to align_of | Ralf Jung | -39/+39 |
| 2025-06-12 | ignore `run-make` tests that need `std` on `no_std` targets | Folkert de Vries | -21/+184 |
| 2025-06-12 | Auto merge of #142127 - compiler-errors:nested-goals-certainty, r=lcnr | bors | -50/+89 |