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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_ast_pretty
/
src
/
pprust
/
state
Age
Commit message (
Expand
)
Author
Lines
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-04-30
Add `do yeet` expressions to allow experimentation in nightly
Scott McMurray
-1
/
+13
2022-03-15
Parse inner attributes on inline const block
David Tolnay
-3
/
+14
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
-15
/
+35
2022-02-03
Change struct expr pretty printing to match rustfmt style
David Tolnay
-31
/
+80
2022-01-30
Fix some double indents on exprs containing blocks
David Tolnay
-10
/
+18
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
2022-01-18
Move expr-related pretty printing functions to module
David Tolnay
-0
/
+571