| Age | Commit message (Expand) | Author | Lines |
| 2025-07-26 | Update test results | Jonathan Brouwer | -151/+263 |
| 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 #144502 - matthiaskrgr:rollup-o81uk9m, r=matthiaskrgr | bors | -156/+193 |
| 2025-07-26 | Rollup merge of #144468 - petrochenkov:resolution, r=lqd,SparrowLii | Matthias Krüger | -61/+66 |
| 2025-07-26 | Rollup merge of #144463 - ognevny:change-tracker-typo, r=Kobzol | Matthias Krüger | -1/+1 |
| 2025-07-26 | Rollup merge of #144462 - Kobzol:pretty-print-self-profile-args, r=RalfJung | Matthias Krüger | -0/+24 |
| 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 #144435 - tshepang:rdg-sync, r=jieyouxu | Matthias Krüger | -14/+15 |
| 2025-07-26 | Rollup merge of #144427 - lolbinarycat:tidy-extra_checks-rename, r=Kobzol | Matthias Krüger | -3/+3 |
| 2025-07-26 | Rollup merge of #144424 - BoxyUwU:release_blog_post_unauthorized_users, r=cuv... | Matthias Krüger | -0/+1 |
| 2025-07-26 | Rollup merge of #144421 - JonathanBrouwer:cleanup-malformed-list, r=oli-obk | Matthias Krüger | -61/+6 |
| 2025-07-26 | Rollup merge of #144376 - estebank:issue-143795, r=lcnr | Matthias Krüger | -2/+34 |
| 2025-07-26 | Rollup merge of #144331 - jplatte:matches-allow-non_exhaustive_omitted_patter... | Matthias Krüger | -10/+36 |
| 2025-07-26 | Auto merge of #144490 - tgross35:rollup-ps0utme, r=tgross35 | bors | -61/+459 |
| 2025-07-26 | Rollup merge of #144431 - Gelbpunkt:f128-math-musl, r=petrochenkov,tgross35 | Trevor Gross | -2/+7 |
| 2025-07-26 | Rollup merge of #144412 - camsteffen:localkey-cell-refactors, r=petrochenkov | Trevor Gross | -9/+9 |
| 2025-07-26 | Rollup merge of #144160 - Gelbpunkt:debuginfo-tests-ppc, r=oli-obk | Trevor Gross | -2/+14 |
| 2025-07-26 | Rollup merge of #143859 - orlp:thread-into-raw-align, r=jhpratt | Trevor Gross | -1/+7 |
| 2025-07-26 | Rollup merge of #143698 - benschulz:unused-parens-2, r=lcnr,compiler-errors | Trevor Gross | -1/+52 |
| 2025-07-26 | Rollup merge of #143585 - folkertdev:loop-match-suggest-const-block, r=oli-obk | Trevor Gross | -4/+297 |
| 2025-07-26 | Rollup merge of #143272 - tgross35:bump-fortanix, r=jhpratt,jethrogb | Trevor Gross | -5/+4 |
| 2025-07-26 | Rollup merge of #141663 - lolbinarycat:rustdoc-collapse-impl-134429, r=Guilla... | Trevor Gross | -6/+22 |
| 2025-07-26 | Rollup merge of #140871 - Amanieu:naked-asm-label, r=compiler-errors | Trevor Gross | -31/+47 |
| 2025-07-26 | Auto merge of #144488 - tgross35:rollup-vn0fpot, r=tgross35 | bors | -125/+788 |
| 2025-07-26 | Rollup merge of #144364 - alexcrichton:update-dlmalloc, r=Mark-Simulacrum | Trevor Gross | -3/+3 |
| 2025-07-26 | Rollup merge of #144356 - GuillaumeGomez:gcc-ignore-tests, r=jieyouxu | Trevor Gross | -34/+128 |
| 2025-07-26 | Rollup merge of #144352 - heiher:llvm-22, r=dianqk | Trevor Gross | -1/+1 |
| 2025-07-26 | Rollup merge of #144341 - CaiWeiran:const-vector_test, r=wesleywiser | Trevor Gross | -0/+2 |
| 2025-07-26 | Rollup merge of #144339 - CaiWeiran:dwarf-mixed-versions-lto_test, r=wesleywiser | Trevor Gross | -3/+4 |
| 2025-07-26 | Rollup merge of #144316 - Gelbpunkt:musl-libdir-bootstrap, r=Kobzol | Trevor Gross | -14/+18 |
| 2025-07-26 | Rollup merge of #144201 - estebank:suggest-clone, r=SparrowLii | Trevor Gross | -0/+364 |
| 2025-07-26 | Rollup merge of #144171 - Nadrieril:exhaustive-witnesses, r=davidtwco | Trevor Gross | -21/+161 |
| 2025-07-26 | Rollup merge of #144089 - Oneirical:uncountable-integer-1, r=jieyouxu | Trevor Gross | -49/+107 |
| 2025-07-26 | Disable has_reliable_f128_math on musl targets | Jens Reidel | -2/+7 |
| 2025-07-26 | Auto merge of #139597 - Kobzol:lint-skip, r=BoxyUwU | bors | -4/+13 |
| 2025-07-26 | Don't lint against named labels in `naked_asm!` | Amanieu d'Antras | -31/+47 |
| 2025-07-25 | Auto merge of #144338 - weihanglo:update-cargo, r=weihanglo | bors | -0/+1 |
| 2025-07-26 | `loop_match`: suggest extracting to a `const` item | Folkert de Vries | -4/+297 |
| 2025-07-26 | resolve: Do not create `NameResolution`s on access unless necessary | Vadim Petrochenkov | -15/+23 |
| 2025-07-25 | Update cargo | Weihang Lo | -0/+1 |
| 2025-07-26 | resolve: Minimize borrow scopes for `resolutions` | Vadim Petrochenkov | -49/+46 |
| 2025-07-25 | Update mir-opt expected output for matches! macro | Jonas Platte | -10/+26 |
| 2025-07-25 | Allow pretty printing paths with `-Zself-profile-events=args` | Jakub Beránek | -0/+24 |
| 2025-07-25 | change_tracker: fix a typo | Maksim Bondarenkov | -1/+1 |
| 2025-07-25 | Auto merge of #144449 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1125/+3791 |
| 2025-07-25 | Mention type that could be `Clone` but isn't in more cases | Esteban Küber | -0/+364 |
| 2025-07-25 | rename ext_tool_checks to extra_checks and use mod.rs | binarycat | -3/+3 |