| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-07-25 | Check statics' type in type_of. | Camille GILLOT | -37/+41 |
| 2025-07-25 | Look at layout for completeness. | Camille GILLOT | -5/+9 |
| 2025-07-26 | Implement support for explicit tail calls in the MIR block builders and the L... | Joel Wejdenstål | -12/+156 |
| 2025-07-26 | `loop_match`: suggest extracting to a `const` item | Folkert de Vries | -4/+65 |
| 2025-07-25 | Stop compilation if macro expansion failed | Guillaume Gomez | -4/+17 |
| 2025-07-26 | resolve: Do not create `NameResolution`s on access unless necessary | Vadim Petrochenkov | -15/+23 |
| 2025-07-26 | resolve: Minimize borrow scopes for `resolutions` | Vadim Petrochenkov | -49/+46 |
| 2025-07-25 | Allow pretty printing paths with `-Zself-profile-events=args` | Jakub Beránek | -0/+6 |
| 2025-07-25 | span_bug instead of handling currently impossible drop case | beepster4096 | -7/+8 |
| 2025-07-25 | fix box destructor generation | beepster4096 | -27/+28 |
| 2025-07-25 | Mention type that could be `Clone` but isn't in more cases | Esteban Küber | -0/+52 |
| 2025-07-25 | Unify LLVM ctlz/cttz intrinsic generation | Tobias Decking | -19/+9 |