| Age | Commit message (Expand) | Author | Lines |
| 2025-07-27 | Allow more MIR SROA | Scott McMurray | -28/+8 |
| 2025-07-27 | Auto merge of #144434 - nnethercote:preintern-ty-bounds, r=compiler-errors | bors | -9/+38 |
| 2025-07-27 | Ensure correct aligement of rustc_hir::Lifetime on platforms with lower defau... | FractalFir | -0/+5 |
| 2025-07-27 | Auto merge of #144425 - nnethercote:avoid-new_adt-new_fn_def, r=compiler-errors | bors | -4/+12 |
| 2025-07-27 | check_static_item: explain should_check_for_sync choices | Ralf Jung | -3/+9 |
| 2025-07-27 | Auto merge of #143884 - LorrensP-2158466:resolve-split-define, r=petrochenkov | bors | -57/+100 |
| 2025-07-27 | coverage: Clarify that getting a PGO name also makes a function "used" | Zalathar | -4/+7 |
| 2025-07-27 | coverage: Infer `instances_used` from `pgo_func_name_var_map` | Zalathar | -18/+21 |
| 2025-07-27 | fix(debuginfo): disable overflow check for | godzie44 | -2/+2 |
| 2025-07-27 | split up define into define_extern and define_local | LorrensP-2158466 | -57/+100 |
| 2025-07-27 | Auto merge of #144528 - matthiaskrgr:rollup-felcjc1, r=matthiaskrgr | bors | -27/+51 |
| 2025-07-27 | Rollup merge of #144455 - TDecking:ctlz-cttz, r=SparrowLii | Matthias Krüger | -19/+9 |
| 2025-07-27 | Rollup merge of #144385 - xizheyin:macro-hygiene, r=petrochenkov | Matthias Krüger | -0/+17 |
| 2025-07-27 | Rollup merge of #144226 - cjgillot:known-panics-panics, r=oli-obk | Matthias Krüger | -8/+25 |
| 2025-07-27 | Auto merge of #144347 - scottmcm:ssa-enums-v0, r=WaffleLapkin | bors | -64/+79 |
| 2025-07-26 | Rollup merge of #144480 - Zalathar:revert-empty-span, r=Zalathar | Jacob Pratt | -40/+26 |
| 2025-07-26 | Rollup merge of #144429 - Gelbpunkt:outline-atomics-aarch64-musl, r=Amanieu | Jacob Pratt | -1/+1 |
| 2025-07-26 | Rollup merge of #144409 - GuillaumeGomez:macro-expansion-early-abort, r=oli-obk | Jacob Pratt | -4/+17 |
| 2025-07-26 | Rollup merge of #144383 - ZuseZ4:disable-f128-on-amdgcn, r=oli-obk | Jacob Pratt | -0/+2 |
| 2025-07-26 | Auto merge of #143860 - scottmcm:transmute-always-rvalue, r=WaffleLapkin | bors | -96/+66 |
| 2025-07-26 | Do not check Sync during type_of. | Camille GILLOT | -4/+7 |
| 2025-07-26 | Perform check_private_in_public by module. | Camille GILLOT | -5/+10 |
| 2025-07-26 | Remove now un-used code | Jonathan Brouwer | -167/+0 |
| 2025-07-26 | Use the new attributes throughout the codebase | Jonathan Brouwer | -35/+60 |
| 2025-07-26 | Parsers for the attributes | Jonathan Brouwer | -0/+147 |
| 2025-07-26 | Implement check_attr | Jonathan Brouwer | -10/+17 |
| 2025-07-26 | Add attributes to AttributeKind | Jonathan Brouwer | -0/+16 |
| 2025-07-26 | Auto merge of #143500 - compiler-errors:characterize-less, r=lcnr | bors | -4/+9 |
| 2025-07-26 | Remove support for -Zcombine-cgu | bjorn3 | -91/+6 |
| 2025-07-26 | Rollup merge of #144468 - petrochenkov:resolution, r=lqd,SparrowLii | Matthias Krüger | -61/+66 |
| 2025-07-26 | Rollup merge of #144462 - Kobzol:pretty-print-self-profile-args, r=RalfJung | Matthias Krüger | -0/+6 |
| 2025-07-26 | Rollup merge of #144448 - camsteffen:defaultness-impl-trait-only, r=compiler-... | Matthias Krüger | -4/+7 |
| 2025-07-26 | Rollup merge of #144421 - JonathanBrouwer:cleanup-malformed-list, r=oli-obk | Matthias Krüger | -61/+5 |
| 2025-07-26 | Rollup merge of #144376 - estebank:issue-143795, r=lcnr | Matthias Krüger | -0/+1 |
| 2025-07-26 | Rollup merge of #144331 - jplatte:matches-allow-non_exhaustive_omitted_patter... | Matthias Krüger | -0/+1 |
| 2025-07-26 | Auto merge of #144490 - tgross35:rollup-ps0utme, r=tgross35 | bors | -16/+97 |
| 2025-07-26 | Rollup merge of #144431 - Gelbpunkt:f128-math-musl, r=petrochenkov,tgross35 | Trevor Gross | -0/+3 |
| 2025-07-26 | Rollup merge of #144412 - camsteffen:localkey-cell-refactors, r=petrochenkov | Trevor Gross | -9/+9 |
| 2025-07-26 | Rollup merge of #143698 - benschulz:unused-parens-2, r=lcnr,compiler-errors | Trevor Gross | -1/+9 |
| 2025-07-26 | Rollup merge of #143585 - folkertdev:loop-match-suggest-const-block, r=oli-obk | Trevor Gross | -4/+65 |
| 2025-07-26 | Rollup merge of #140871 - Amanieu:naked-asm-label, r=compiler-errors | Trevor Gross | -2/+11 |
| 2025-07-26 | Rollup merge of #144352 - heiher:llvm-22, r=dianqk | Trevor Gross | -1/+1 |
| 2025-07-26 | Rollup merge of #144201 - estebank:suggest-clone, r=SparrowLii | Trevor Gross | -0/+52 |
| 2025-07-26 | Rollup merge of #144171 - Nadrieril:exhaustive-witnesses, r=davidtwco | Trevor Gross | -21/+161 |
| 2025-07-25 | Improve and regularize comment placement in doc code | Josh Triplett | -16/+23 |
| 2025-07-26 | Disable has_reliable_f128_math on musl targets | Jens Reidel | -0/+3 |
| 2025-07-25 | Skip formatting for some compiler documentation code | Josh Triplett | -2/+5 |
| 2025-07-26 | Auto merge of #139597 - Kobzol:lint-skip, r=BoxyUwU | bors | -4/+13 |
| 2025-07-26 | Revert "coverage: Enlarge empty spans during MIR instrumentation, not codegen" | Zalathar | -40/+26 |
| 2025-07-26 | Don't lint against named labels in `naked_asm!` | Amanieu d'Antras | -2/+11 |