Skip to content

Issues: rust-lang/rust

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Assignee
Filter by who’s assigned
Sort

Issues list

./x fmt --all is not idempotent A-rustfmt Area: Rustfmt C-bug Category: This is a bug.
#126394 opened Jun 13, 2024 by jieyouxu
Tracking Issue for Rust 2024: rustfmt closure body braces A-edition-2024 Area: The 2024 edition A-rustfmt Area: Rustfmt C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. I-style-nominated Nominated for discussion during a style team meeting. S-tracking-needs-documentation Status: Needs documentation. T-style Relevant to the style team, which will review and decide on the PR/issue.
#124767 opened May 5, 2024 by calebcartwright
1 of 4 tasks
Tracking Issue for Rust 2024: rustfmt raw identifier sorting A-edition-2024 Area: The 2024 edition A-rustfmt Area: Rustfmt C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. I-style-nominated Nominated for discussion during a style team meeting. S-tracking-needs-documentation Status: Needs documentation. T-style Relevant to the style team, which will review and decide on the PR/issue.
#124764 opened May 5, 2024 by calebcartwright
1 of 3 tasks
Tracking Issue for Rust 2024: rustfmt trailing comment alignment A-edition-2024 Area: The 2024 edition A-rustfmt Area: Rustfmt C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. I-style-nominated Nominated for discussion during a style team meeting. S-tracking-needs-documentation Status: Needs documentation. T-style Relevant to the style team, which will review and decide on the PR/issue.
#124760 opened May 5, 2024 by calebcartwright
1 of 4 tasks
Tracking Issue for Rust 2024: rustfmt improve impl generics indentation A-edition-2024 Area: The 2024 edition A-rustfmt Area: Rustfmt C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. I-style-nominated Nominated for discussion during a style team meeting. S-tracking-needs-documentation Status: Needs documentation. T-style Relevant to the style team, which will review and decide on the PR/issue.
#124758 opened May 5, 2024 by calebcartwright
1 of 4 tasks
Tracking Issue for Rust 2024: rustfmt change sort to Unicode-aware "non-lowercase before lowercase" A-edition-2024 Area: The 2024 edition A-rustfmt Area: Rustfmt C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. I-style-nominated Nominated for discussion during a style team meeting. S-tracking-needs-documentation Status: Needs documentation. T-style Relevant to the style team, which will review and decide on the PR/issue.
#123802 opened Apr 11, 2024 by traviscross
2 of 4 tasks
Tracking Issue for Rust 2024: rustfmt use version sort A-edition-2024 Area: The 2024 edition A-rustfmt Area: Rustfmt C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. I-style-nominated Nominated for discussion during a style team meeting. S-tracking-needs-documentation Status: Needs documentation. T-style Relevant to the style team, which will review and decide on the PR/issue.
#123800 opened Apr 11, 2024 by traviscross
1 of 4 tasks
Tracking Issue for Rust 2024: rustfmt style editions A-edition-2024 Area: The 2024 edition A-rustfmt Area: Rustfmt C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. I-style-nominated Nominated for discussion during a style team meeting. S-tracking-needs-documentation Status: Needs documentation. T-style Relevant to the style team, which will review and decide on the PR/issue.
#123799 opened Apr 11, 2024 by traviscross
2 of 4 tasks
Tracking Issue for Rust 2024: rustfmt enable overflow_delimited_expr A-edition-2024 Area: The 2024 edition A-rustfmt Area: Rustfmt C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. I-style-nominated Nominated for discussion during a style team meeting. S-tracking-needs-documentation Status: Needs documentation. T-style Relevant to the style team, which will review and decide on the PR/issue.
#123751 opened Apr 10, 2024 by traviscross
2 of 4 tasks
ICE: rustfmt: silent emitter attempted to translate a diagnostic A-rustfmt Area: Rustfmt C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ P-high High priority S-has-mcve Status: A Minimal Complete and Verifiable Example has been found for this issue T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#121638 opened Feb 26, 2024 by matthiaskrgr
Implement the new Unicode algorithm for preventing bidi-based source code spoofing A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. A-rustfmt Area: Rustfmt A-unicode Area: Unicode T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#113363 opened Jul 5, 2023 by Manishearth
rustfmt is not getting backtraces anymore A-parser Area: The parsing of Rust source code to an AST A-rustfmt Area: Rustfmt C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#111529 opened May 13, 2023 by matthiaskrgr
Tracking Issue for Style Evolution (RFC 3338) A-rustfmt Area: Rustfmt C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. S-tracking-unimplemented Status: The feature has not been implemented. T-style Relevant to the style team, which will review and decide on the PR/issue.
#105336 opened Dec 5, 2022 by joshtriplett
1 of 4 tasks
Discussion: Enforce formatting of doc comments A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools A-rustfmt Area: Rustfmt T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#105198 opened Dec 3, 2022 by AldaronLau
rustbuild: x.py fmt src/tools/rustfmt doesn't format code in the rustfmt subtree A-rustfmt Area: Rustfmt E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate. E-mentor Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#90672 opened Nov 7, 2021 by petrochenkov
Don't build rustc_middle for x.py build src/tools/rustfmt A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself A-rustfmt Area: Rustfmt C-enhancement Category: An issue proposing an enhancement or a PR with one. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#82206 opened Feb 17, 2021 by jyn514
ProTip! Add no:assignee to see everything that’s not assigned.