about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-26Auto merge of #143500 - compiler-errors:characterize-less, r=lcnrbors-4/+9
2025-07-26fix ip_constant when call wrapped in extra parens (#15339)llogiq-24/+109
2025-07-26Merge pull request #20307 from Hmikihiro/migrate_extract_expression_from_form...Laurențiu Nicola-8/+11
2025-07-26Merge pull request #20306 from Hmikihiro/migrate_convert_to_guarded_returnLaurențiu Nicola-7/+6
2025-07-26Auto merge of #144502 - matthiaskrgr:rollup-o81uk9m, r=matthiaskrgrbors-156/+193
2025-07-26Remove support for -Zcombine-cgubjorn3-17/+0
2025-07-26Remove support for -Zcombine-cgubjorn3-91/+6
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-26tests: Add test for basic line-by-line stepping in a debuggerMartin Nordholts-0/+47
2025-07-26Deprecate `string_to_string`Samuel Moelius-260/+15
2025-07-26test using multiple c-variadic ABIs in the same programFolkert de Vries-0/+112
2025-07-26move uefi test to run-makeFolkert de Vries-151/+90
2025-07-26Auto merge of #144490 - tgross35:rollup-ps0utme, r=tgross35bors-61/+459
2025-07-26Migrate `extract_expressions_from_format_string` assist to use `SyntaxEditor`Hayashi Mikihiro-8/+11
2025-07-26Migrate Convert_to_guarded_return to use SyntaxEditorHayashi Mikihiro-7/+6
2025-07-26Merge pull request #4494 from RalfJung/ciRalf Jung-0/+4
2025-07-26Migrate part of utils.rs to use SyntaxEditorHayashi Mikihiro-3/+5
2025-07-26CI: run apt update before installing anythingRalf Jung-0/+4
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-25Avoid making the start of a doc code block conditionalJosh Triplett-2/+3
2025-07-25Add parentheses around expression arguments to `..`Josh Triplett-1/+1
2025-07-25Avoid placing `// FIXME` comments inside doc code blocksJosh Triplett-7/+7
2025-07-25Improve and regularize comment placement in doc codeJosh Triplett-40/+51