Current issue state, recent activity, and per-issue timelines from the indexed issue data.
| Date | Opened | Closed | Comments | Events | Open Backlog |
|---|---|---|---|---|---|
| 2026-09-13 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-12 | 0 | 0 | 0 | 0 | 4 |
| 2026-09-11 | 2 | 0 | 2 | 11 | 1 |
| 2026-09-10 | 0 | 1 | 0 | 3 | 2 |
| 2026-09-09 | 1 | 2 | 2 | 12 | 398 |
| 2026-09-08 | 2 | 1 | 0 | 0 | 0 |
| 2026-09-07 | 2 | 2 | 0 | 0 | 0 |
| 2026-09-06 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-05 | 2 | 1 | 0 | 0 | 0 |
| 2026-09-04 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-03 | 0 | 1 | 0 | 0 | 0 |
| 2026-09-02 | 2 | 3 | 0 | 0 | 0 |
| 2026-09-01 | 1 | 1 | 0 | 0 | 0 |
| 2026-08-31 | 0 | 0 | 0 | 0 | 0 |
Opened: 7
Closed: 6
Comments: 4
Events: 26
| Issue | Author | State | Labels | Comments | Reactions | Updated |
|---|---|---|---|---|---|---|
#7112 Tests for --file-lines Opened 3 days ago | Manishearth | open | C-discussion A-test-suite A-test-harness | 2 | 0 | 1 day ago |
#4660 Recursive `--config-path` doesn't recurse Opened 6 years ago | lnicola | open | C-bug | 7 | 0 | 1 day ago |
#7113 Closure parameter wrapping appears to ignore block-prefix width Opened 2 days ago | ATOMLubover | open | C-bug A-closures SO-max_width | 4 | 0 | 1 day ago |
#7114 Look for config in `.cargo/rustfmt.toml` and `.config/rustfmt.toml` Opened 1 day ago | theaddonn | open | P-low C-feature-request | 0 | 0 | 1 day ago |
#5404 Cannot set granular width configuration settings to 100% if `max_width = 100` Opened 4 years ago | tcharding | closed - completed | only-with-option P-low A-macros | 10 | 10 | 3 days ago |
#6976 rustfmt should keep array types together when possible Opened 2 months ago | jrose-signal | open | C-bug I-poor-formatting | 5 | 0 | 3 days ago |
#7107 Line comment in function arguments causes closing parenthesis to be commented out Opened 5 days ago | yanorei32 | closed - duplicate | C-bug A-comments I-invalid-code | 2 | 0 | 4 days ago |
#7056 rustfmt breaks code with macro + raw identifier Opened 20 days ago | matthiaskrgr | closed - completed | C-bug A-macros I-invalid-code | 2 | 0 | 4 days ago |
#7101 Rewriting `r#try!` at root of chain generates bad code Opened 7 days ago | matthewhughes934 | open | C-bug A-comments A-call-chains | 3 | 0 | 4 days ago |
#5974 Non-idempotent repeatedly growing indentation in doc attribute containing multi-line concat Opened 3 years ago | dtolnay | open | C-bug A-macros I-non-idempotency | 2 | 5 | 4 days ago |
#7055 `const {}` as a method call receiver is silently left unformatted Opened 20 days ago | astral4 | closed - completed | C-bug I-unformatted-code A-const-blocks | 0 | 0 | 4 days ago |
#6923 Discussion: enable Clippy lints in rustfmt source tree and CI Opened 4 months ago | shulaoda | open | C-discussion | 15 | 0 | 4 days ago |
#7109 Block doc comment without continuing asterisk (`*`) doesn't align asterisk in starter/closer Opened 5 days ago | jieyouxu | open | C-discussion A-doc-comments | 0 | 0 | 5 days ago |
#5044 Line indented again each time rustfmt is run until it's 100 columns wide Opened 5 years ago | autumnontape | open | C-bug P-medium A-macros | 6 | 0 | 5 days ago |
#2036 Format markdown documents containing Rust Opened 9 years ago | Michael-F-Bryan | open | P-low C-feature-request | 10 | 8 | 5 days ago |
#7086 Chains of functions with a comment on the last function do not format Opened 15 days ago | akiramusic000 | open | C-bug I-poor-formatting A-comments | 2 | 0 | 5 days ago |
#7108 rustfmt gives up formatting of call chain if an inner string literal exceeds max width Opened 1 month ago | aerooneqq | open | C-bug A-call-chains A-strings | 4 | 0 | 5 days ago |
#7102 rustfmt does not format panic! macro under a specific circumstance Opened 7 days ago | duongdominhchau | open | C-bug A-strings I-max-width | 2 | 0 | 5 days ago |
#3697 Best effort on long lines Opened 7 years ago | dtolnay | open | I-poor-formatting C-feature-request I-max-width | 2 | 12 | 5 days ago |
#4797 A long string in a match arm breaks formatting for the whole match expression Opened 5 years ago | dianegolfouse | open | C-bug P-low E-help-wanted | 4 | 1 | 5 days ago |
#5743 max_width is not stable/deterministic Opened 3 years ago | matthiaskrgr | open | C-bug P-low I-non-idempotency | 2 | 0 | 5 days ago |
#7106 Rustfmt nightly now wraps comments it didn't use to, inflicting formatting churn Opened 5 days ago | alan-source-dev | closed - not_planned | C-bug | 2 | 0 | 5 days ago |
#7105 Equivalent to AlignTrailingComments Opened 6 days ago | brian-armstrong | closed - not_planned | C-feature-request | 1 | 0 | 5 days ago |
#4082 rustfmt removes empty newlines between blocks of module-level attributes Opened 7 years ago | RalfJung | open | I-poor-formatting A-whitespace C-discussion | 8 | 6 | 6 days ago |
#6171 Add option to avoid line break after the `=` in `let` statements Opened 2 years ago | larry0x | closed - not_planned | P-low C-feature-request A-statements | 1 | 5 | 7 days ago |