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
/
pp
Age
Commit message (
Expand
)
Author
Lines
2025-04-28
Introduce `BoxMarker` to pretty-printing.
Nicholas Nethercote
-8
/
+10
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
-12
/
+12
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2023-11-22
Remove or downgrade unnecessary `pub` visibility markers.
Nicholas Nethercote
-1
/
+1
2022-02-07
Pretty print ItemKind::Use in rustfmt style
David Tolnay
-0
/
+4
2022-02-03
Change pp indent to signed to allow negative indents
David Tolnay
-7
/
+4
2022-02-03
Add trailing comma support
David Tolnay
-3
/
+19
2022-01-31
Factor convenience functions out of main printer implementation
David Tolnay
-0
/
+77
2022-01-19
Eliminate a token clone from advance_left
David Tolnay
-5
/
+6
2022-01-18
Eliminate left and right cursors in favor of ring buffer
David Tolnay
-1
/
+19
2022-01-18
Eliminate eof token state
David Tolnay
-7
/
+8
2022-01-18
Simplify the buffer push done by scan_break
David Tolnay
-4
/
+0
2022-01-18
Simplify ring buffer pushes
David Tolnay
-0
/
+8
2022-01-17
Abstract the pretty printer's ringbuffer to be infinitely sized
David Tolnay
-0
/
+53