Skip to content

Pull requests: rust-lang/rustfmt

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

keep the trailing semicolon on loops that break with a value S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#7072 opened Aug 25, 2026 by AsthaMishra Contributor Loading…
Reserve width for const when formatting inline const blocks B-next-style-edition-gate Blocked: can only be done over a style edition; needs a style edition gate S-waiting-on-author Status: awaiting some action (such as code changes or more information) from the author.
#7065 opened Aug 24, 2026 by AsthaMishra Contributor Loading…
Fix skip range miscalculation S-on-hold Status: PR/issue is on hold (due to bandwidth/prioritization/need discussions etc.). S-waiting-on-author Status: awaiting some action (such as code changes or more information) from the author.
#7049 opened Aug 22, 2026 by matthewhughes934 Contributor Loading…
Use caret (^) as the default required_version comparator S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#7048 opened Aug 22, 2026 by wesleymatosdev Contributor Loading…
Module Resolution Fixes S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#7043 opened Aug 22, 2026 by ytmimi Contributor Loading…
Consistently use --locked for cargo commands A-CI Area: CI A-docs Area: documentation A-test-suite Area: test suites S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#7040 opened Aug 21, 2026 by jieyouxu Member Loading…
fix: formatting macro with braces delimiter S-waiting-on-author Status: awaiting some action (such as code changes or more information) from the author.
#7031 opened Aug 16, 2026 by dswij Member Loading…
Fix non-idempotent block doc comment closer rewrite A-comments Area: comments F-impacts-stable-default-format Expected formatting impact: affects stable default format configuration (caution) F-stability-guarantee-exempt Feature: impacts stable, but explicitly exempt from format stability guarantees. See README S-waiting-on-author Status: awaiting some action (such as code changes or more information) from the author.
#7017 opened Aug 7, 2026 by jieyouxu Member Loading…
Fix closures.rs indent double-counting for wrapped params with return… S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#7015 opened Aug 6, 2026 by saberoueslati Loading…
fix: preserve comments around associated type bounds S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#7014 opened Aug 6, 2026 by saberoueslati Loading…
fix: make imports_granularity One preserve aliases S-waiting-on-review Status: awaiting review from the assignee but also interested parties. UO-imports_granularity Unstable option: imports_granularity
#7007 opened Aug 3, 2026 by willbuckner Contributor Loading…
Fix chain formatting with pre-existing overflow S-on-hold Status: PR/issue is on hold (due to bandwidth/prioritization/need discussions etc.). S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#7006 opened Aug 2, 2026 by subotac Contributor Loading…
fix: broken line:column indicator in errors S-waiting-on-author Status: awaiting some action (such as code changes or more information) from the author.
#6996 opened Jul 29, 2026 by eopb Loading…
Keep array types on same line as prefix for statics A-2027-style-edition Area: style edition 2027 F-requires-next-style-edition Expected formatting impact: can only be done over a style edition (caution) S-waiting-on-author Status: awaiting some action (such as code changes or more information) from the author.
#6995 opened Jul 29, 2026 by Blackgaurd Loading…
Prevent overflow in file-lines range normalization S-waiting-on-review Status: awaiting review from the assignee but also interested parties. UO-file_lines Unstable option: file_lines
#6993 opened Jul 28, 2026 by cuishuang Contributor Loading…
fix: don't duplicate type bounds when a comment precedes the where clause S-waiting-on-author Status: awaiting some action (such as code changes or more information) from the author.
#6980 opened Jul 25, 2026 by shulaoda Contributor Loading…
fix: don't leave trailing whitespace before a skipped impl item S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6979 opened Jul 25, 2026 by shulaoda Contributor Loading…
Use formatting prefix for rustfmt errors S-waiting-on-author Status: awaiting some action (such as code changes or more information) from the author.
#6972 opened Jul 21, 2026 by dertin Loading…
Avoid repeated rewrites of overflowing call arguments S-waiting-on-author Status: awaiting some action (such as code changes or more information) from the author.
#6962 opened Jul 18, 2026 by srghma Loading…
Let empty files be empty files (reprise) S-waiting-on-author Status: awaiting some action (such as code changes or more information) from the author.
#6940 opened Jun 12, 2026 by notpeter Contributor Loading…
[Issue #4108] post_comment_alignment config option A-meta Area: meta (e.g. triagebot configuration) S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6930 opened May 27, 2026 by Ripper53 Loading…
[Issue #6631] fix normalize comments eats single line comments in code blocks S-waiting-on-review Status: awaiting review from the assignee but also interested parties. UO-normalize_comments Unstable option: normalize_comments
#6924 opened May 23, 2026 by Ripper53 Loading…
Format match exprs even when or-patterns have comments A-CI Area: CI F-impacts-stable-unformatted-code Expected formatting impact: affects stable + unformatted code (caution) S-waiting-on-author Status: awaiting some action (such as code changes or more information) from the author.
#6893 opened May 12, 2026 by estebank Contributor Loading…
Don't format fn keywords when not selected with --file-lines S-on-hold Status: PR/issue is on hold (due to bandwidth/prioritization/need discussions etc.). S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6886 opened May 7, 2026 by randomPoison Contributor Loading…
Skip fn signature when not selected with --file-lines S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6884 opened May 5, 2026 by randomPoison Contributor Loading…
ProTip! Filter pull requests by the default branch with base:main.