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
/
src
/
items.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-01
fix a constness ordering bug in rustfmt
Nathaniel McCallum
-1
/
+1
2025-08-19
Prevent impossible combinations in `ast::ModKind`.
Nicholas Nethercote
-1
/
+1
2025-08-11
Extract ast TraitImplHeader
Cameron Steffen
-30
/
+21
2025-08-09
remove `P`
Deadbeef
-5
/
+5
2025-07-17
parse `const trait Trait`
Deadbeef
-1
/
+3
2025-05-28
Reorder `ast::ItemKind::{Struct,Enum,Union}` fields.
Nicholas Nethercote
-2
/
+2
2025-05-12
Do not remove super keyword from super-let
Michael Goulet
-0
/
+5
2025-04-07
Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obk
Stuart Cook
-5
/
+1
2025-04-01
Move `ast::Item::ident` into `ast::ItemKind`.
Nicholas Nethercote
-36
/
+42
2025-04-01
Remove useless `Option<Ident>` arg.
Nicholas Nethercote
-1
/
+1
2025-04-01
Simplify `ItemVisitorKind`.
Nicholas Nethercote
-18
/
+24
2025-03-28
Add `{ast,hir,thir}::PatKind::Missing` variants.
Nicholas Nethercote
-5
/
+1
2025-03-05
Simplify `rewrite_explicit_self`
Frank King
-67
/
+31
2025-03-05
Implement `&pin const self` and `&pin mut self` sugars
Frank King
-0
/
+27
2025-01-28
Refactor FnKind variant to hold &Fn
Celina G. Val
-8
/
+9
2024-12-22
Make sure we don't lose default struct value when formatting struct
Michael Goulet
-0
/
+5
2024-12-10
Keep track of parse errors in `mod`s and don't emit resolve errors for paths ...
Esteban Küber
-1
/
+1
2024-11-21
Implement the unsafe-fields RFC.
Luca Versari
-3
/
+3
2024-11-15
Make Visitor::FnKind and MutVisitor::FnKind compatible
maxcabrajac
-9
/
+2
2024-11-02
Do not format generic consts
Michael Goulet
-6
/
+21
2024-09-19
Merge commit 'b23b69900eab1260be510b2bd8922f4b6de6cf1e' into sync-from-rustfmt
Yacin Tmimi
-152
/
+281
2024-08-30
Remove `#[macro_use] extern crate tracing` from rustfmt.
Nicholas Nethercote
-0
/
+1
2024-06-23
Remove stray println from rustfmt
Michael Goulet
-1
/
+0
2024-06-22
Merge commit 'e4944185ae09c99f59b460e358909f329010ea9c' into sync-from-rustfm...
Caleb Cartwright
-16
/
+34
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-11
/
+11
2024-05-15
delegation: Implement list delegation
Vadim Petrochenkov
-2
/
+2
2024-04-29
Add StaticForeignItem and use it on ForeignItemKind
Santiago Pastorino
-3
/
+3
2024-02-29
AST: Refactor type alias where clauses
León Orell Valerian Liehr
-24
/
+6
2024-01-12
Delegation implementation: step 1
Bryanskiy
-1
/
+5
2023-12-20
Give `VariantData::Struct` named fields, to clairfy `recovered`.
Alona Enraght-Moony
-5
/
+5
2023-12-08
coro_kind -> coroutine_kind
Michael Goulet
-5
/
+5
2023-12-04
Option<CoroutineKind>
Eric Holk
-2
/
+3
2023-12-04
Merge Async and Gen into CoroutineKind
Eric Holk
-4
/
+4
2023-10-22
Merge commit '81fe905ca83cffe84322f27ca43950b617861ff7' into rustfmt-sync
Caleb Cartwright
-183
/
+194
2023-10-04
Fix spans for comments in rustfmt
Michael Goulet
-1
/
+2
2023-07-01
Merge commit 'dca1cf90ad6b8e45afbed2061803befbb2d159e9' into sync-rustfmt
Caleb Cartwright
-5
/
+103
2023-06-19
Merge commit '3f7c366fc0464e01ddcaefbd70647cb3da4202be' into rustfmt-sync
Caleb Cartwright
-4
/
+23
2023-04-04
box a bunch of large types
Oli Scherer
-13
/
+13
2023-04-04
Split out ast::ItemKind::Const into its own struct
Oli Scherer
-4
/
+4
2023-04-04
rust-analyzer guided tuple field to named field
Oli Scherer
-1
/
+1
2023-04-04
rust-analyzer guided enum variant structification
Oli Scherer
-1
/
+1
2023-01-24
Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmt
Caleb Cartwright
-3
/
+7
2022-10-10
Rename AssocItemKind::TyAlias to AssocItemKind::Type
Michael Goulet
-6
/
+6
2022-07-02
ast: Add span to `Extern`
Nixon Enraght-Moony
-1
/
+1
2022-06-12
Merge commit '7b73b60faca71d01d900e49831fcb84553e93019' into sync-rustfmt
Caleb Cartwright
-1
/
+1
2022-05-21
Merge crate and restricted visibilities
Jacob Pratt
-1
/
+1
2022-05-21
Remove feature: `crate` visibility modifier
Jacob Pratt
-1
/
+1
2022-04-17
Visit generics inside visit_fn.
Camille GILLOT
-4
/
+9
2022-03-29
Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-sub...
Caleb Cartwright
-5
/
+21
2022-03-05
Change syntax for TyAlias where clauses
Jack Huey
-34
/
+74
[next]