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
/
compiler
/
rustc_ast_pretty
/
src
/
pprust
/
state
/
item.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-22
Rid the AST & HIR pretty printers of syntactic cruft
León Orell Valerian Liehr
-15
/
+2
2023-12-22
Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler...
bors
-3
/
+5
2023-12-20
Refactor AST trait bound modifiers
León Orell Valerian Liehr
-3
/
+5
2023-12-20
Give `VariantData::Struct` named fields, to clairfy `recovered`.
Alona Enraght-Moony
-1
/
+1
2023-12-08
Do not parenthesize exterior struct lit inside match guards
David Tolnay
-2
/
+3
2023-11-22
Auto merge of #117928 - nnethercote:rustc_ast_pretty, r=fee1-dead
bors
-7
/
+8
2023-11-22
Remove or downgrade unnecessary `pub` visibility markers.
Nicholas Nethercote
-4
/
+4
2023-11-22
Remove `IterDelimited`.
Nicholas Nethercote
-3
/
+4
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-08-24
Parse unnamed fields and anonymous structs or unions
Frank King
-1
/
+5
2023-07-28
Parse generic const items
León Orell Valerian Liehr
-9
/
+26
2023-06-15
Fix suggestion for E0404 not dealing with multiple generics
许杰友 Jieyou Xu (Joe)
-13
/
+15
2023-04-04
Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem`
Oli Scherer
-2
/
+2
2023-04-04
box a bunch of large types
Oli Scherer
-3
/
+3
2023-04-04
Split out ast::ItemKind::Const into its own struct
Oli Scherer
-4
/
+11
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
/
+2
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-2
/
+2
2022-12-06
Remove outdated syntax from trait alias pretty printing
Maybe Waffle
-13
/
+2
2022-12-01
rustc_ast_lowering: Stop lowering imports into multiple items
Vadim Petrochenkov
-1
/
+1
2022-11-29
`rustc_ast_pretty`: remove `ref` patterns
Maybe Waffle
-53
/
+58
2022-11-16
Use `token::Lit` in `ast::ExprKind::Lit`.
Nicholas Nethercote
-1
/
+1
2022-10-10
Rename AssocItemKind::TyAlias to AssocItemKind::Type
Michael Goulet
-1
/
+1
2022-09-03
Fix global_asm macro pretty printing
Michael Goulet
-0
/
+2
2022-08-09
Stringify non-shorthand visibility correctly
Jacob Pratt
-2
/
+2
2022-06-16
Fix pretty printing of empty type bound lists in where-clause
David Tolnay
-5
/
+23
2022-05-21
Merge crate and restricted visibilities
Jacob Pratt
-2
/
+1
2022-05-21
Remove feature: `crate` visibility modifier
Jacob Pratt
-4
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-8
/
+8
2022-05-11
ast: Introduce some traits to get AST node properties generically
Vadim Petrochenkov
-2
/
+2
2022-03-05
Change syntax for TyAlias where clauses
Jack Huey
-4
/
+34
2022-02-07
Pretty print ItemKind::Use in rustfmt style
David Tolnay
-14
/
+34
2022-01-30
Fix some double indents on exprs containing blocks
David Tolnay
-2
/
+2
2022-01-27
try apply `rustc_pass_by_value` to `Span`
lcnr
-1
/
+1
2022-01-18
Move item-related pretty printing functions to module
David Tolnay
-0
/
+644