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

fix: broken line:column indicator in errors S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6996 opened Jul 29, 2026 by eopb Loading…
Keep array types on same line as prefix for statics S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#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: Fmt struct field patters with cfgs S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6983 opened Jul 27, 2026 by kostekIV Loading…
fix: don't apply field init shorthand inside macro calls A-macros Area: macros (procedural macros, macro_rules! macros, etc.) F-impacts-stable-options Expected formatting impact: impacts stable options (caution) S-waiting-on-author Status: awaiting some action (such as code changes or more information) from the author. SO-use_field_init_shorthand Stable Option: use_field_init_shorthand
#6981 opened Jul 26, 2026 by shulaoda Contributor Loading…
fix: don't duplicate type bounds when a comment precedes the where clause S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#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…
fix: don't ICE on LineOverflow when the line contains multibyte characters S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6902 opened May 22, 2026 by shulaoda Contributor 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…
Include trailing comma in single param vertical fn A-2027-style-edition Area: style edition 2027 F-impacts-stable-formatted-code Expected formatting impact: affects stable formatted code (caution) F-impacts-stable-options Expected formatting impact: impacts stable options (caution) pr-ready-to-merge Status: PR is largely ready for merge, waiting for secondary review / last nits release-notes Needs an associated changelog entry S-waiting-on-review Status: awaiting review from the assignee but also interested parties. SO-fn_params_layout Stable option: fn_params_layout
#6890 opened May 10, 2026 by jasonaowen 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…
Fix wrong indenting with hard tabs in binop pairs S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6883 opened May 5, 2026 by matthewhughes934 Contributor Loading…
fix: trim trailing whitespace from lhs when rhs wraps to new line S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6881 opened May 1, 2026 by jlizen Member Loading…
Fix hybrid formatting of struct patterns containing .. S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6875 opened Apr 21, 2026 by Souradip121 Loading…
3 tasks
Respect file-lines range per predicate in where clauses S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6874 opened Apr 21, 2026 by Souradip121 Loading…
4 tasks done
Support partially formatting method chains S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6862 opened Apr 14, 2026 by randomPoison Contributor Loading…
fix: preserve blank lines when removing empty statements consistently S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6853 opened Apr 2, 2026 by caelyreth Loading…
fix: avoid leaking wrapper space from doc comment code block formatting S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6851 opened Apr 1, 2026 by caelyreth Loading…
Fixed ICE when formatting files outside of toml dir S-waiting-on-author Status: awaiting some action (such as code changes or more information) from the author.
#6844 opened Mar 26, 2026 by aznszn Contributor Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.