| Age | Commit message (Expand) | Author | Lines |
| 2025-06-21 | Rollup merge of #142698 - tgross35:concat-byte-cstr-diag, r=petrochenkov | Jana Dönszelmann | -10/+41 |
| 2025-06-21 | Rollup merge of #142690 - petrochenkov:expnoparam, r=compiler-errors | Jana Dönszelmann | -46/+46 |
| 2025-06-21 | Rollup merge of #142539 - GrigorenkoPV:attributes/may_dangle, r=jdonszelmann | Jana Dönszelmann | -3/+33 |
| 2025-06-21 | Add `emit_span_lint_lazy` to lazily create `LintDiagnostic` structs | Urgau | -4/+16 |
| 2025-06-21 | Lazily collect `NonUpperCaseGlobalSubTool` diagnostics | Urgau | -18/+20 |
| 2025-06-21 | Rollup merge of #142804 - zachs18:rename-layouts-to-layoutdata-in-comments, r... | Matthias Krüger | -8/+8 |
| 2025-06-21 | Rollup merge of #142801 - compiler-errors:gen-blocks, r=oli-obk | Matthias Krüger | -154/+139 |
| 2025-06-21 | Rollup merge of #142787 - samueltardieu:diag-items-for-clippy, r=Manishearth,... | Matthias Krüger | -0/+7 |
| 2025-06-21 | Rollup merge of #142597 - folkertdev:abi-cannot-be-called, r=workingjubilee | Matthias Krüger | -25/+52 |
| 2025-06-20 | Rollup merge of #142765 - workingjubilee:more-abimap-docs, r=compiler-errors | Trevor Gross | -0/+6 |
| 2025-06-20 | Rollup merge of #142716 - nnethercote:adjust-with_generic_param_rib, r=petroc... | Trevor Gross | -119/+77 |
| 2025-06-20 | Rollup merge of #142571 - cjgillot:borrowed-classes, r=oli-obk | Trevor Gross | -27/+30 |
| 2025-06-20 | Rollup merge of #142485 - mu001999-contrib:dead-code/adt-pattern, r=petrochenkov | Trevor Gross | -50/+28 |
| 2025-06-20 | Rollup merge of #142476 - dtolnay:attrbinop, r=fmease | Trevor Gross | -12/+38 |
| 2025-06-20 | Rollup merge of #142384 - celinval:chores-rayon-mv, r=oli-obk | Trevor Gross | -22/+7889 |
| 2025-06-20 | Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35 | bors | -610/+678 |
| 2025-06-20 | Insert parentheses around binary operation with attribute | David Tolnay | -12/+38 |
| 2025-06-20 | Recover from semicolon field separator | Cameron Steffen | -15/+18 |
| 2025-06-20 | Port `#[may_dangle]` to the new attribute system | Pavel Grigorenko | -3/+33 |
| 2025-06-20 | Use gen blocks in the compiler instead of from_coroutine | Michael Goulet | -154/+139 |
| 2025-06-20 | Collapse Analysis|Borrowck|PostBorrowckAnalysis when there are no opaques | Michael Goulet | -3/+11 |
| 2025-06-20 | Rollup merge of #142769 - jdonszelmann:remove-useless-new-method, r=tgross35 | Jakub Beránek | -9/+3 |
| 2025-06-20 | Rollup merge of #142767 - nnethercote:symbol-cleanups, r=petrochenkov | Jakub Beránek | -21/+26 |
| 2025-06-20 | Rollup merge of #142715 - folkertdev:fn-align-corrections, r=jdonszelmann | Jakub Beránek | -2/+2 |
| 2025-06-20 | compiler: Rename LayoutS to LayoutData in comments | Zachary S | -8/+8 |
| 2025-06-20 | Factor out seen_comma variable | Cameron Steffen | -15/+3 |
| 2025-06-20 | Rollup merge of #142713 - tgross35:mbe-transcribe-refactor, r=petrochenkov | Trevor Gross | -363/+404 |
| 2025-06-20 | Rollup merge of #142650 - camsteffen:refactor-translator, r=petrochenkov | Trevor Gross | -232/+185 |
| 2025-06-20 | Rollup merge of #142575 - oli-obk:sneaky-self-init, r=RalfJung | Trevor Gross | -1/+6 |
| 2025-06-20 | Rollup merge of #142495 - jdonszelmann:better-repr-template, r=oli-obk | Trevor Gross | -1/+2 |
| 2025-06-20 | Rollup merge of #142494 - jdonszelmann:missing-attr-parsing-docs, r=oli-obk | Trevor Gross | -0/+19 |
| 2025-06-20 | Rollup merge of #142491 - jdonszelmann:cold, r=oli-obk | Trevor Gross | -13/+62 |
| 2025-06-20 | error on calls to ABIs that cannot be called | Folkert de Vries | -25/+52 |
| 2025-06-20 | Switch `non_upper_case_globals` suggestions to being machine-applicable | Urgau | -2/+2 |
| 2025-06-20 | Add diagnostic items for Clippy | Samuel Tardieu | -0/+7 |
| 2025-06-20 | expected word diagnostic test | Jana Dönszelmann | -3/+4 |
| 2025-06-20 | cold | Jana Dönszelmann | -13/+61 |
| 2025-06-20 | Auto merge of #142316 - compiler-errors:cache-param-env, r=lcnr | bors | -20/+177 |
| 2025-06-20 | Ensure copy* intrinsics also perform the static self-init checks | Oli Scherer | -1/+6 |
| 2025-06-20 | Rollup merge of #142687 - cjgillot:less-hir_crate, r=oli-obk | Trevor Gross | -100/+48 |
| 2025-06-20 | Rollup merge of #140920 - RalfJung:target-feature-unification, r=nnethercote,... | Trevor Gross | -602/+486 |
| 2025-06-20 | Rollup merge of #138291 - jdonszelmann:optimize-attr, r=oli-obk | Trevor Gross | -52/+63 |
| 2025-06-20 | remove equivalent new method on context | Jana Dönszelmann | -9/+3 |
| 2025-06-19 | Avoid a bitcast FFI call in transmuting | Scott McMurray | -2/+8 |
| 2025-06-20 | Avoid some unnecessary symbol interning. | Nicholas Nethercote | -8/+9 |
| 2025-06-20 | Use a symbol for `ExpansionConfig::crate_name`. | Nicholas Nethercote | -11/+12 |
| 2025-06-20 | Fix `tests/ui/asm/naked-invalid-attr.stderr`. | Nicholas Nethercote | -2/+5 |
| 2025-06-19 | rustc_target: document public AbiMap-related fn and variants | Jubilee Young | -0/+6 |
| 2025-06-19 | Apply impl_super_outlives optimization to new trait solver | Michael Goulet | -9/+20 |
| 2025-06-19 | Auto merge of #140748 - m-ou-se:super-format-args3, r=jdonszelmann | bors | -162/+114 |