about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-26Update test resultsJonathan Brouwer-151/+263
2025-07-26Use the new attributes throughout the codebaseJonathan Brouwer-35/+60
2025-07-26Parsers for the attributesJonathan Brouwer-0/+147
2025-07-26Implement check_attrJonathan Brouwer-10/+17
2025-07-26Add attributes to AttributeKindJonathan Brouwer-0/+16
2025-07-26Auto merge of #144502 - matthiaskrgr:rollup-o81uk9m, r=matthiaskrgrbors-156/+193
2025-07-26Rollup merge of #144468 - petrochenkov:resolution, r=lqd,SparrowLiiMatthias Krüger-61/+66
2025-07-26Rollup merge of #144463 - ognevny:change-tracker-typo, r=KobzolMatthias Krüger-1/+1
2025-07-26Rollup merge of #144462 - Kobzol:pretty-print-self-profile-args, r=RalfJungMatthias Krüger-0/+24
2025-07-26Rollup merge of #144448 - camsteffen:defaultness-impl-trait-only, r=compiler-...Matthias Krüger-4/+7
2025-07-26Rollup merge of #144435 - tshepang:rdg-sync, r=jieyouxuMatthias Krüger-14/+15
2025-07-26Rollup merge of #144427 - lolbinarycat:tidy-extra_checks-rename, r=KobzolMatthias Krüger-3/+3
2025-07-26Rollup merge of #144424 - BoxyUwU:release_blog_post_unauthorized_users, r=cuv...Matthias Krüger-0/+1
2025-07-26Rollup merge of #144421 - JonathanBrouwer:cleanup-malformed-list, r=oli-obkMatthias Krüger-61/+6
2025-07-26Rollup merge of #144376 - estebank:issue-143795, r=lcnrMatthias Krüger-2/+34
2025-07-26Rollup merge of #144331 - jplatte:matches-allow-non_exhaustive_omitted_patter...Matthias Krüger-10/+36
2025-07-26Auto merge of #144490 - tgross35:rollup-ps0utme, r=tgross35bors-61/+459
2025-07-26Rollup merge of #144431 - Gelbpunkt:f128-math-musl, r=petrochenkov,tgross35Trevor Gross-2/+7
2025-07-26Rollup merge of #144412 - camsteffen:localkey-cell-refactors, r=petrochenkovTrevor Gross-9/+9
2025-07-26Rollup merge of #144160 - Gelbpunkt:debuginfo-tests-ppc, r=oli-obkTrevor Gross-2/+14
2025-07-26Rollup merge of #143859 - orlp:thread-into-raw-align, r=jhprattTrevor Gross-1/+7
2025-07-26Rollup merge of #143698 - benschulz:unused-parens-2, r=lcnr,compiler-errorsTrevor Gross-1/+52
2025-07-26Rollup merge of #143585 - folkertdev:loop-match-suggest-const-block, r=oli-obkTrevor Gross-4/+297
2025-07-26Rollup merge of #143272 - tgross35:bump-fortanix, r=jhpratt,jethrogbTrevor Gross-5/+4
2025-07-26Rollup merge of #141663 - lolbinarycat:rustdoc-collapse-impl-134429, r=Guilla...Trevor Gross-6/+22
2025-07-26Rollup merge of #140871 - Amanieu:naked-asm-label, r=compiler-errorsTrevor Gross-31/+47
2025-07-26Auto merge of #144488 - tgross35:rollup-vn0fpot, r=tgross35bors-125/+788
2025-07-26Rollup merge of #144364 - alexcrichton:update-dlmalloc, r=Mark-SimulacrumTrevor Gross-3/+3
2025-07-26Rollup merge of #144356 - GuillaumeGomez:gcc-ignore-tests, r=jieyouxuTrevor Gross-34/+128
2025-07-26Rollup merge of #144352 - heiher:llvm-22, r=dianqkTrevor Gross-1/+1
2025-07-26Rollup merge of #144341 - CaiWeiran:const-vector_test, r=wesleywiserTrevor Gross-0/+2
2025-07-26Rollup merge of #144339 - CaiWeiran:dwarf-mixed-versions-lto_test, r=wesleywiserTrevor Gross-3/+4
2025-07-26Rollup merge of #144316 - Gelbpunkt:musl-libdir-bootstrap, r=KobzolTrevor Gross-14/+18
2025-07-26Rollup merge of #144201 - estebank:suggest-clone, r=SparrowLiiTrevor Gross-0/+364
2025-07-26Rollup merge of #144171 - Nadrieril:exhaustive-witnesses, r=davidtwcoTrevor Gross-21/+161
2025-07-26Rollup merge of #144089 - Oneirical:uncountable-integer-1, r=jieyouxuTrevor Gross-49/+107
2025-07-26Disable has_reliable_f128_math on musl targetsJens Reidel-2/+7
2025-07-26Auto merge of #139597 - Kobzol:lint-skip, r=BoxyUwUbors-4/+13
2025-07-26Don't lint against named labels in `naked_asm!`Amanieu d'Antras-31/+47
2025-07-25Auto merge of #144338 - weihanglo:update-cargo, r=weihanglobors-0/+1
2025-07-26`loop_match`: suggest extracting to a `const` itemFolkert de Vries-4/+297
2025-07-26resolve: Do not create `NameResolution`s on access unless necessaryVadim Petrochenkov-15/+23
2025-07-25Update cargoWeihang Lo-0/+1
2025-07-26resolve: Minimize borrow scopes for `resolutions`Vadim Petrochenkov-49/+46
2025-07-25Update mir-opt expected output for matches! macroJonas Platte-10/+26
2025-07-25Allow pretty printing paths with `-Zself-profile-events=args`Jakub Beránek-0/+24
2025-07-25change_tracker: fix a typoMaksim Bondarenkov-1/+1
2025-07-25Auto merge of #144449 - flip1995:clippy-subtree-update, r=Manishearthbors-1125/+3791
2025-07-25Mention type that could be `Clone` but isn't in more casesEsteban Küber-0/+364
2025-07-25rename ext_tool_checks to extra_checks and use mod.rsbinarycat-3/+3