index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
rustfmt
/
tests
Age
Commit message (
Expand
)
Author
Lines
2025-08-11
Extract ast TraitImplHeader
Cameron Steffen
-12
/
+0
2025-08-06
Print thread ID in panic message if thread name is unknown
Trevor Gross
-1
/
+2
2025-07-02
Auto merge of #143214 - camsteffen:remove-let-chains-feature, r=est31
bors
-0
/
+4
2025-07-01
Remove support for dyn*
Michael Goulet
-10
/
+0
2025-06-30
Remove let_chains feature
Cameron Steffen
-0
/
+4
2025-06-27
Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead
Matthias Krüger
-12
/
+12
2025-06-26
Change const trait bound syntax from ~const to [const]
Oli Scherer
-12
/
+12
2025-06-15
Implement pinned borrows, part of `pin_ergonomics`
Frank King
-0
/
+17
2025-04-29
Also allow bool literals as first item of let chain
Caleb Cartwright
-10
/
+8
2025-03-21
update rustfmt test
lcnr
-2
/
+2
2025-03-17
Teach rustfmt to handle postfix yield
Eric Holk
-17
/
+7
2025-03-14
Teach rustfmt to handle postfix yield
Eric Holk
-0
/
+27
2025-03-05
Implement `&pin const self` and `&pin mut self` sugars
Frank King
-0
/
+19
2025-03-03
Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkov
Matthias Krüger
-0
/
+116
2025-03-01
Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses
Frank King
-0
/
+116
2025-02-28
Do not yeet unsafe<> from type
Michael Goulet
-0
/
+5
2025-01-30
Disable overflow_delimited_expr in edition 2024
Michael Goulet
-29
/
+44
2025-01-09
Only treat plain literal patterns as short
Oli Scherer
-0
/
+18
2024-12-22
Make sure we don't lose default struct value when formatting struct
Michael Goulet
-0
/
+36
2024-12-12
Fix tools
Michael Goulet
-0
/
+20
2024-11-24
Fix rustfmt according to review
Nadrieril
-0
/
+12
2024-11-21
Implement the unsafe-fields RFC.
Luca Versari
-0
/
+27
2024-11-02
Do not format generic consts
Michael Goulet
-0
/
+25
2024-10-15
Rewrite for<..> async correctly
Michael Goulet
-0
/
+2
2024-10-15
Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors
Matthias Krüger
-0
/
+19
2024-10-07
Add basic pin sugar support to rustfmt
Eric Holk
-0
/
+19
2024-10-01
Remove anon struct and union types
Michael Goulet
-31
/
+0
2024-09-19
Merge commit 'b23b69900eab1260be510b2bd8922f4b6de6cf1e' into sync-from-rustfmt
Yacin Tmimi
-100
/
+877
2024-09-06
Fix tools
Michael Goulet
-0
/
+15
2024-08-07
Stabilize `unsafe_attributes`
carbotaniuman
-1
/
+0
2024-08-02
rustfmt: Remove `has_cpuid` from test
Jubilee Young
-18
/
+0
2024-07-11
Remove rustdoc tests which no longer parse
Michael Goulet
-10
/
+0
2024-06-28
Implement RTN support in rustfmt
Michael Goulet
-0
/
+10
2024-06-23
Implement use<> formatting in rustfmt
Michael Goulet
-0
/
+64
2024-06-22
Merge commit 'e4944185ae09c99f59b460e358909f329010ea9c' into sync-from-rustfm...
Caleb Cartwright
-10
/
+657
2024-06-06
Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi...
Rémy Rakic
-4
/
+4
2024-04-24
Error on using `yield` without also using `#[coroutine]` on the closure
Oli Scherer
-2
/
+4
2024-04-18
Disallow ambiguous attributes on expressions
Dominik Stolz
-4
/
+4
2024-03-27
Add rustfmt test for mut ref mut
Jules Bertholet
-0
/
+20
2024-03-06
Add basic rustfmt implementation & test
Ross Smyth
-0
/
+40
2024-03-05
errors: share `SilentEmitter` between rustc and rustfmt
David Wood
-1
/
+6
2024-02-26
Move `emit_stashed_diagnostic` call in rustfmt.
Nicholas Nethercote
-0
/
+3
2024-02-23
Explicitly call `emit_stashed_diagnostics`.
Nicholas Nethercote
-0
/
+3
2024-02-14
Rollup merge of #121035 - compiler-errors:rustfmt-asyncness, r=calebcartwright
Guillaume Gomez
-0
/
+3
2024-02-13
Format async bounds in rustfmt
Michael Goulet
-0
/
+3
2024-02-12
Add rustfmt test from #117942
Frank King
-0
/
+12
2024-01-22
Check that a token can begin a nonterminal kind before parsing it as a macro ...
Michael Goulet
-0
/
+4
2023-12-10
Remove edition umbrella features.
Eric Huss
-4
/
+4
2023-10-22
Merge commit '81fe905ca83cffe84322f27ca43950b617861ff7' into rustfmt-sync
Caleb Cartwright
-5
/
+1766
2023-10-20
Rename lots of files that had `generator` in their name
Oli Scherer
-0
/
+0
[next]