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

Add common issue templates and adjust triagebot configurations A-meta Area: meta (e.g. triagebot configuration) S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6810 opened Feb 23, 2026 by jieyouxu Loading…
[import_granularity] Allow formatting of use behind #[cfg*] F-impacts-unstable-options Expected formatting impact: only affects code formatted by unstable options S-waiting-on-review Status: awaiting review from the assignee but also interested parties. UO-imports_granularity Unstable option: imports_granularity
#6808 opened Feb 19, 2026 by dingxiangfei2009 Loading…
Fix comments rewritten too long F-impacts-unstable-options Expected formatting impact: only affects code formatted by unstable options S-waiting-on-review Status: awaiting review from the assignee but also interested parties. UO-wrap_comments Unstable option: wrap_comments
#6802 opened Feb 13, 2026 by matthewhughes934 Loading…
Fix rustfmt giving up on formatting when multi-line strings exceed max_width B-next-style-edition-gate Blocked: can only be done over a style edition; needs a style edition gate F-impacts-stable-default-format Expected formatting impact: affects stable default format configuration (caution) F-impacts-stable-formatted-code Expected formatting impact: affects stable formatted code (caution) 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.
#6781 opened Jan 26, 2026 by thomasqueirozb Loading…
2
9
Improve error for nightly-only '--message-format' args A-cargo-fmt Area: cargo-fmt S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6780 opened Jan 25, 2026 by matthewhughes934 Loading…
Bump tracing-subscriber from 0.3.17 to 0.3.20 dependencies Pull requests that update a dependency file pr-not-reviewed rust Pull requests that update rust code
#6772 opened Jan 20, 2026 by dependabot bot Loading…
Bump tracing-subscriber from 0.3.18 to 0.3.20 in /check_diff dependencies Pull requests that update a dependency file pr-not-reviewed rust Pull requests that update rust code
#6760 opened Jan 2, 2026 by dependabot bot Loading…
add flag to force newlines in let else statements F-impacts-unstable-options Expected formatting impact: only affects code formatted by unstable options S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6750 opened Dec 19, 2025 by yaahc Loading…
Fix idempotency issue with raw strings F-impacts-stable-formatted-but-non-idempotent Expected formatting impact: affects stable "formatted" code, but which is non-idempotent. S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6696 opened Oct 10, 2025 by shulaoda Loading…
Fix panic on blockquote F-no-formatting-impact Expected formatting impact: none or not applicable S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6684 opened Oct 8, 2025 by shulaoda Loading…
add missing tracking issue links in Configurations.md A-docs Area: documentation S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6654 opened Sep 5, 2025 by dogsoahc Loading…
Fixes adjustment of max_width within macros A-macros Area: macros (procedural macros, macro_rules! macros, etc.) F-impacts-stable-formatted-code Expected formatting impact: affects stable formatted code (caution) F-impacts-stable-options Expected formatting impact: impacts stable options (caution) S-waiting-on-review Status: awaiting review from the assignee but also interested parties. SO-fn_call_width Stable option: fn_call_width SO-max_width Stable option: max_width
#6651 opened Sep 3, 2025 by csmulhern Loading…
fix: impl Trait inside macro parsed incorrectly F-impacts-stable-unformatted-code Expected formatting impact: affects stable + unformatted code (caution) S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6640 opened Aug 18, 2025 by tvsfx Loading…
fix: don’t format mixed macro args (items + non-items) (#6629) F-no-formatting-impact Expected formatting impact: none or not applicable S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6637 opened Aug 16, 2025 by giammirove Loading…
Fix panic from tab-expansion bug in LineOverflow S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6635 opened Aug 15, 2025 by AMS21 Loading…
fix: prevent panic when formatting complex generics S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6630 opened Aug 10, 2025 by avrabe Loading…
Fix misidentification of indented comments S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6617 opened Jul 26, 2025 by matthewhughes934 Loading…
Add doc_comment_code_block_small_heuristics, to override use_small_heuristics in doc code S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6616 opened Jul 25, 2025 by joshtriplett Loading…
Fix incorrect whitespace modifications to non-rust code blocks S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6615 opened Jul 25, 2025 by matthewhughes934 Loading…
2
2
fix (#6586): Set a length limit S-waiting-on-author Status: awaiting some action (such as code changes or more information) from the author.
#6600 opened Jul 9, 2025 by algosul Loading…
Fix (some) shellcheck lint errors S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6598 opened Jul 6, 2025 by GuillaumeGomez Loading…
fix: preserve attributes for fn params with empty idents S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6590 opened Jun 28, 2025 by CPunisher Loading…
2
3
fix: wrap function without a body exceeding 100 characters (#6539) A-2027-style-edition Area: style edition 2027 S-waiting-on-author Status: awaiting some action (such as code changes or more information) from the author.
#6579 opened Jun 15, 2025 by lukewilson2002 Loading…
fix: #6520, move comment above line if it would cross out the type in… S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6577 opened Jun 12, 2025 by MarcusGrass Loading…
fix: remove trailing spaces when rewriting same line missing comments S-waiting-on-review Status: awaiting review from the assignee but also interested parties.
#6575 opened Jun 10, 2025 by ytmimi Loading…
ProTip! Filter pull requests by the default branch with base:main.