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-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
2023-10-20
s/generator/coroutine/
Oli Scherer
-3
/
+3
2023-08-24
Parse unnamed fields and anonymous structs or unions
Frank King
-0
/
+19
2023-07-01
Merge commit 'dca1cf90ad6b8e45afbed2061803befbb2d159e9' into sync-rustfmt
Caleb Cartwright
-2
/
+788
2023-06-19
Merge commit '3f7c366fc0464e01ddcaefbd70647cb3da4202be' into rustfmt-sync
Caleb Cartwright
-4
/
+818
2023-05-02
Rustfmt support for negative bounds, test
Michael Goulet
-0
/
+11
2023-05-01
remove rustfmt testcase for type ascription
yukang
-23
/
+0
2023-05-01
fix tests
yukang
-42
/
+27
2023-03-12
Remove uses of `box_syntax` in rustc and tools
clubby789
-37
/
+0
2023-01-24
Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmt
Caleb Cartwright
-30
/
+1438
[next]