about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-02fix: `option_if_let_else` don't suggest argless function for Result::map_or_elseZihan-4/+29
2025-08-02Auto merge of #144774 - BoxyUwU:bump_1_91, r=BoxyUwUbors-1/+1
2025-08-02Rehome tests/ui/issues/ tests [2/?]Oneirical-78/+52
2025-08-02Do not record derived impl def-id for dead code.Camille GILLOT-17/+11
2025-08-02Merge pull request #20351 from ChayimFriedman2/rename-self1Lukas Wirth-25/+186
2025-08-02When renaming a parameter to `self`, change callers to use method call syntaxChayim Refael Friedman-25/+186
2025-08-02Merge pull request #20358 from iorizu/issue-20346Chayim Refael Friedman-13/+29
2025-08-02Change visibility of Args new functionChristopher Hotchkiss-1/+1
2025-08-03Migrate `generate_delegate_methods` assist to use `SyntaxEditor`Hmikihiro-36/+41
2025-08-02fix: `option_if_let_else` keep deref op if the inner expr is a raw pointerZihan-2/+23
2025-08-02update linksKivooeo-2/+2
2025-08-02update flags for consistencyKivooeo-2/+3
2025-08-02Merge pull request #2531 from Kivooeo/update-docBoxy-7/+5
2025-08-02Implement SIMD funnel shiftsAntoni Boucher-0/+78
2025-08-02update docKivooeo-7/+5
2025-08-02Return a struct with named fields from `hash_owner_nodes`Zalathar-5/+21
2025-08-02Flatten `hash_owner_nodes` with an early-returnZalathar-21/+21
2025-08-02use gcc 15 as the linker on loongarchFolkert de Vries-11/+11
2025-08-02Extend `implicit_clone` to handle `to_string` calls (#14177)Timo-285/+61
2025-08-02`{flat_,}map_identity`: recognize (tuple) struct de- and restructuring (#15261)Timo-13/+200
2025-08-02Migrate `convert_from_to_tryfrom` assist to use `SyntaxEditor`Hmikihiro-19/+23
2025-08-02fmt with table lookup for binary, octal and hexPascal S. de Kloe-122/+55
2025-08-02Update E0562 to account for the new impl trait positionsNoratrieb-5/+4
2025-08-02Rollup merge of #144803 - tshepang:rdg-sync, r=jieyouxuSamuel Tardieu-19/+437
2025-08-02Rollup merge of #144797 - nilehmann:safety-comment-niche, r=NoratriebSamuel Tardieu-3/+3
2025-08-02Rollup merge of #144796 - scrabsha:push-lsnwwpwpnpxr, r=jdonszelmannSamuel Tardieu-0/+1
2025-08-02Rollup merge of #144786 - JonathanBrouwer:cleanup-group-type, r=jdonszelmannSamuel Tardieu-25/+36
2025-08-02Rollup merge of #144782 - jieyouxu:compiletest-selftests, r=KobzolSamuel Tardieu-16/+8
2025-08-02Rollup merge of #144766 - Berrysoft:patch-1, r=GuillaumeGomezSamuel Tardieu-0/+1
2025-08-02Rollup merge of #144756 - WaffleLapkin:inf-rec-etc-ctfe, r=lqdSamuel Tardieu-1/+28
2025-08-02Rollup merge of #144747 - petrochenkov:annusexp2, r=RalfJungSamuel Tardieu-19/+18
2025-08-02Rollup merge of #144703 - daltenty:daltenty/extern-weak, r=NoratriebSamuel Tardieu-0/+1
2025-08-02Rollup merge of #144614 - cjgillot:fortify-unneeded, r=scottmcmSamuel Tardieu-222/+94
2025-08-02Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=AmanieuSamuel Tardieu-52/+67
2025-08-02Rollup merge of #144395 - folkertdev:fortanix-run-make-test, r=jieyouxuSamuel Tardieu-42/+74
2025-08-02Rollup merge of #144185 - purplesyringa:poisoning-wording, r=AmanieuSamuel Tardieu-25/+87
2025-08-02Rollup merge of #143771 - Randl:const-result, r=tgross35Samuel Tardieu-25/+197
2025-08-02Rollup merge of #143662 - obi1kenobi:pg/unsafe-attribute-wrappers, r=t-rustdocSamuel Tardieu-14/+46
2025-08-02Rollup merge of #143360 - folkertdev:const-continue-outside-loop-match, r=Waf...Samuel Tardieu-34/+107
2025-08-02Rollup merge of #132748 - lolbinarycat:rustdoc-intra-doc-link-warn-more-54191...Samuel Tardieu-26/+295
2025-08-02Auto merge of #144554 - cjgillot:no-hir-eff-vis, r=petrochenkovbors-101/+119
2025-08-02Reject adding new UI tests directly under `tests/ui/`Jieyou Xu-0/+30
2025-08-02Pull out recursive ui test check into its own functionJieyou Xu-28/+37
2025-08-02Make `issues_txt_header` a constJieyou Xu-4/+4
2025-08-02Pull out non-descriptive test name check to own functionJieyou Xu-21/+39
2025-08-02Pull out stray/empty output snapshot checks into own functionsJieyou Xu-22/+29
2025-08-02Pull out unexpected extension check into own functionJieyou Xu-42/+46
2025-08-02fix: `let_with_type_underscore` don't eat closing paren in `let (i): _ = 0;` ...Samuel Tardieu-3/+82
2025-08-02fix: let_with_type_underscore don't eat closing paren in let (i): _ = 0;Ada Alakbarova-3/+82
2025-08-02Optimize broken_links by 99.77% (#15385)Samuel Tardieu-38/+38