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
/
fixup.rs
Age
Commit message (
Expand
)
Author
Lines
2025-05-03
Implement asymmetrical precedence for closures and jumps
David Tolnay
-11
/
+80
2024-12-27
Skip parenthesis if `.` makes statement boundary unambiguous
David Tolnay
-0
/
+14
2024-12-23
Use `#[derive(Default)]` instead of manually implementing it
Esteban Küber
-15
/
+3
2024-11-17
Inline ExprPrecedence::order into Expr::precedence
David Tolnay
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-08-16
Add `warn(unreachable_pub)` to `rustc_ast_pretty`.
Nicholas Nethercote
-7
/
+7
2024-05-11
Fix redundant parens around braced macro call in match arms
David Tolnay
-5
/
+52
2024-05-11
Fix pretty printer statement boundaries after braced macro call
David Tolnay
-5
/
+1
2024-05-11
Macro call with braces does not require semicolon to be statement
David Tolnay
-1
/
+5
2024-05-11
Mark expr_requires_semi_to_be_stmt call sites
David Tolnay
-1
/
+1
2024-04-19
Give a name to each distinct manipulation of pretty-printer FixupContext
David Tolnay
-3
/
+81
2024-04-19
Move pretty-printer FixupContext to a module
David Tolnay
-0
/
+71