| Age | Commit message (Expand) | Author | Lines |
| 2025-06-13 | Auto merge of #134841 - estebank:serde-attr-4, r=wesleywiser | bors | -7/+162 |
| 2025-06-13 | Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgr | bors | -199/+505 |
| 2025-06-13 | Auto merge of #142442 - matthiaskrgr:rollup-6yodjfx, r=matthiaskrgr | bors | -191/+737 |
| 2025-06-13 | Auto merge of #142432 - matthiaskrgr:rollup-ziuls9y, r=matthiaskrgr | bors | -433/+368 |
| 2025-06-13 | Rollup merge of #142267 - workingjubilee:debug-assert-less-in-ast-lowering, r... | Matthias Krüger | -18/+18 |
| 2025-06-13 | Rollup merge of #142248 - heiher:loong32-asm-types, r=Amanieu | Matthias Krüger | -4/+6 |
| 2025-06-13 | Rollup merge of #140770 - folkertdev:custom-abi, r=tgross35 | Matthias Krüger | -10/+311 |
| 2025-06-13 | Rollup merge of #135927 - azhogin:azhogin/retpoline, r=davidtwco | Matthias Krüger | -91/+158 |
| 2025-06-13 | Rollup merge of #128425 - tgross35:missing-fragment-specifier-unconditional, ... | Matthias Krüger | -76/+12 |
| 2025-06-13 | Rollup merge of #142410 - RalfJung:align_of, r=WaffleLapkin,workingjubilee | Matthias Krüger | -29/+24 |
| 2025-06-13 | Rollup merge of #142221 - mustartt:aix-fix-strip-order, r=davidtwco | Matthias Krüger | -2/+2 |
| 2025-06-13 | Rollup merge of #142158 - xizheyin:141617, r=jdonszelmann | Matthias Krüger | -10/+35 |
| 2025-06-13 | Rollup merge of #142069 - nnethercote:Zmacro-stats, r=petrochenkov | Matthias Krüger | -81/+532 |
| 2025-06-13 | Rollup merge of #134847 - dtolnay:asymmetrical, r=fmease | Matthias Krüger | -69/+144 |
| 2025-06-13 | Auto merge of #142353 - workingjubilee:warn-less-about-cdecl-and-other-abis, ... | bors | -1/+1 |
| 2025-06-12 | Auto merge of #142438 - matthiaskrgr:rollup-u1jdnhz, r=matthiaskrgr | bors | -39/+218 |
| 2025-06-12 | Detect when attribute is provided by missing `derive` macro | Esteban Küber | -7/+162 |
| 2025-06-12 | Rollup merge of #142418 - oli-obk:lower_arg_ty, r=BoxyUwU,fmease | Matthias Krüger | -12/+2 |
| 2025-06-12 | Rollup merge of #142406 - jdonszelmann:dead-code-enum-variant, r=WaffleLapkin | Matthias Krüger | -1/+44 |
| 2025-06-12 | Rollup merge of #142034 - estebank:issue-141258, r=davidtwco | Matthias Krüger | -2/+121 |
| 2025-06-12 | Rollup merge of #141934 - petrochenkov:privmacuse, r=compiler-errors | Matthias Krüger | -22/+36 |
| 2025-06-12 | Rollup merge of #141069 - chenyukang:yukang-fix-137486-suggest-mut, r=davidtwco | Matthias Krüger | -1/+13 |
| 2025-06-12 | Rollup merge of #134536 - Urgau:fn-ptr-option, r=compiler-errors,traviscross | Matthias Krüger | -1/+2 |
| 2025-06-12 | Auto merge of #138164 - jdonszelmann:attr-parsing-lint-infra, r=oli-obk | bors | -226/+725 |
| 2025-06-12 | add `extern "custom"` functions | Folkert de Vries | -10/+311 |
| 2025-06-12 | Rollup merge of #141474 - mejrs:diagnostic_mode, r=compiler-errors | Matthias Krüger | -238/+233 |
| 2025-06-12 | Rollup merge of #141162 - mejrs:gated, r=fee1-dead | Matthias Krüger | -195/+135 |
| 2025-06-12 | intrinsics: rename min_align_of to align_of | Ralf Jung | -29/+24 |
| 2025-06-12 | Remove lower_arg_ty as all callers were passing `None` | Oli Scherer | -12/+2 |
| 2025-06-12 | Auto merge of #142127 - compiler-errors:nested-goals-certainty, r=lcnr | bors | -44/+65 |
| 2025-06-12 | Tracking the old name of renamed unstable library attribute | xizheyin | -10/+35 |
| 2025-06-12 | Introduce `-Zmacro-stats`. | Nicholas Nethercote | -52/+427 |
| 2025-06-12 | detect when variants have the same name as an associated function | Jana Dönszelmann | -1/+44 |
| 2025-06-12 | remove 'static in some places | Jana Dönszelmann | -13/+13 |
| 2025-06-12 | Make `missing_fragment_specifier` an unconditional error | Trevor Gross | -76/+12 |
| 2025-06-12 | add error message for unused duplicate | Jana Dönszelmann | -4/+2 |
| 2025-06-12 | introduce new lint infra | Jana Dönszelmann | -227/+662 |
| 2025-06-12 | Start using new diagnostic logic on all existing `single` parsers | Jonathan Dönszelmann | -43/+14 |
| 2025-06-12 | introduce duplicate attribute diagnostic logic | Jana Dönszelmann | -17/+112 |
| 2025-06-12 | Report the `unpredictable_function_pointer_comparisons` lint in macro | Urgau | -1/+2 |
| 2025-06-12 | Overhaul the `thousands` module. | Nicholas Nethercote | -27/+86 |
| 2025-06-12 | Add some useful `Path`/`PathSegment` equality operations. | Nicholas Nethercote | -2/+19 |
| 2025-06-12 | Rollup merge of #142352 - workingjubilee:c-int-width-is-an-integer, r=wesleyw... | Matthias Krüger | -26/+24 |
| 2025-06-12 | Rollup merge of #142318 - Urgau:cleanup-rust-src-remap, r=jieyouxu | Matthias Krüger | -28/+1 |
| 2025-06-12 | Rollup merge of #142261 - folkertdev:unstable-attr-correct-edition, r=compile... | Matthias Krüger | -1/+6 |
| 2025-06-12 | Rollup merge of #142157 - Enselic:trivial-anon-const-use-cases, r=compiler-er... | Matthias Krüger | -1/+1 |
| 2025-06-12 | Rollup merge of #142040 - jswrenn:transmute-ty-region-generic, r=compiler-errors | Matthias Krüger | -348/+346 |
| 2025-06-12 | Rollup merge of #141307 - b-naber:closure-body, r=celinval | Matthias Krüger | -0/+8 |
| 2025-06-11 | Rollup merge of #142369 - jdonszelmann:attr-docs, r=fmease | Matthias Krüger | -12/+23 |
| 2025-06-11 | Rollup merge of #142362 - Veykril:push-rzmrsswqourz, r=oli-obk | Matthias Krüger | -13/+19 |