- Notifications
You must be signed in to change notification settings - Fork 969
Pull requests: rust-lang/rustfmt
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix: remove trailing spaces when rewriting same line missing comments pr-not-reviewed
#6575 opened Jun 10, 2025 by ytmimi Loading…
Format an empty file with 0 lines instead of 1 line pr-not-reviewed
#6567 opened May 20, 2025 by tyilo Loading…
Sort the first group in StdExternalCrate import grouping by their subset relation pr-not-reviewed
#6548 opened Apr 25, 2025 by MonterraByte Loading…
New configuration option: indent_blank_lines pr-not-reviewed
#6540 opened Apr 13, 2025 by quaternic Loading…
Handle
cargo fmt --manifest-path when specifying the workspace's root Cargo.toml pr-not-reviewed #6524 opened Mar 29, 2025 by ytmimi Loading…
implemented fix for issue 5249 pr-not-reviewed S-blocked Status: blocked on rustc, an RFC, impl work, etc.; please also add a block reason label
#6507 opened Mar 15, 2025 by konnorandrews Loading…
Convert error line buffer to space indentation pr-not-reviewed
#6500 opened Mar 11, 2025 by naseschwarz Loading…
Fix nested cfg_if if-statement not to hang pr-not-reviewed
#6499 opened Mar 11, 2025 by youknowone Loading…
Fix long type paths by breaking paths into multiple lines when exceeding maximum width pr-not-reviewed S-blocked Status: blocked on rustc, an RFC, impl work, etc.; please also add a block reason label
#6494 opened Mar 8, 2025 by danielhuang Loading…
Fix Issue 6470: Preserve Space after colon if followed by absolute path declaration (::) pr-follow-up-review-pending
#6475 opened Feb 12, 2025 by FwP-IDN Loading…
struct_field_align with shorthand and rest/base pr-not-reviewed
#6462 opened Feb 5, 2025 by janos-r Loading…
Reapply "Initial work on formatting headers" pr-waiting-on-author
#6457 opened Jan 28, 2025 by fee1-dead Loading…
fn_call_width - also matches tuple construction pr-waiting-on-author
#6436 opened Jan 4, 2025 by t-nil Loading…
Replace wrap_str with validate_shape pr-not-reviewed
#6413 opened Dec 3, 2024 by camsteffen Loading…
fix panic on failure to format generics in enum pr-follow-up-review-pending pr-not-reviewed
#6396 opened Nov 17, 2024 by ding-young Loading…
2 tasks done
Refactor visit_struct, visit_enum to propagate RewriteResult pr-not-reviewed
#6395 opened Nov 17, 2024 by ding-young Loading…
Fix incorrect separator for match arms (#6373) pr-waiting-on-author
#6376 opened Oct 25, 2024 by mfarberbrodsky Loading…
Clamp width settings to max_width before warning about exceeding it pr-follow-up-review-pending
#6360 opened Oct 7, 2024 by rs-sac Loading…
Replace
Config field 5-tuple with a struct pr-not-reviewed #6334 opened Sep 19, 2024 by Rawk Loading…
Draft: Add #[rustfmt::sort] and implement for enum variants and struct structs pr-not-reviewed
#6313 opened Sep 4, 2024 by Code0x58 Loading…
1 task
rust-lang/style-team#189: rhs-should-use-indent-of-last-line-of-lhs A-2024-style-edition Area: style edition 2024 P-high High priority
#6305 opened Sep 1, 2024 by johnhuichen Loading…
1 task done
update README.md on how to install toolchain and components pr-waiting-on-author
#6294 opened Aug 25, 2024 by goetz-markgraf Loading…
Issue-5892: Type alias generic ident should follow the same linebreak rule as trait A-2024-style-edition Area: style edition 2024 P-medium Medium priority S-blocked Status: blocked on rustc, an RFC, impl work, etc.; please also add a block reason label
#6293 opened Aug 25, 2024 by johnhuichen Loading…
1 task done
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.