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.rs
Age
Commit message (
Expand
)
Author
Lines
2023-11-22
Remove or downgrade unnecessary `pub` visibility markers.
Nicholas Nethercote
-7
/
+7
2023-11-22
Remove unnecessary derives.
Nicholas Nethercote
-2
/
+1
2023-04-28
remove unused `mut`s
Lukas Markeffsky
-1
/
+1
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-5
/
+5
2022-02-03
Support offsetting the most recent break
David Tolnay
-0
/
+6
2022-02-03
Change pp indent to signed to allow negative indents
David Tolnay
-1
/
+3
2022-02-03
Add trailing comma support
David Tolnay
-4
/
+8
2022-02-03
Rollup merge of #93515 - dtolnay:convenience, r=davidtwco
Yuki Okushi
-75
/
+1
2022-01-31
Factor convenience functions out of main printer implementation
David Tolnay
-75
/
+1
2022-01-31
Allow any line to have at least 60 chars
David Tolnay
-1
/
+4
2022-01-31
Extract constant MARGIN out of Printer struct
David Tolnay
-7
/
+6
2022-01-30
Restore a visual alignment mode for block comments
David Tolnay
-3
/
+29
2022-01-30
Compute indent never relative to current column
David Tolnay
-18
/
+21
2022-01-30
Rollup merge of #92908 - dtolnay:rustdoc, r=GuillaumeGomez
Eric Huss
-1
/
+1
2022-01-19
Deduplicate branches of print_break implementation
David Tolnay
-19
/
+14
2022-01-19
Inline print_newline function
David Tolnay
-7
/
+4
2022-01-19
Inline indent function
David Tolnay
-8
/
+3
2022-01-19
Eliminate offset number from Fits frames
David Tolnay
-28
/
+19
2022-01-19
Touch up print_string
David Tolnay
-5
/
+4
2022-01-19
Replace all single character variable names
David Tolnay
-47
/
+49
2022-01-19
Combine advance_left matches
David Tolnay
-8
/
+8
2022-01-19
Inline print into advance_left
David Tolnay
-11
/
+8
2022-01-19
Simplify advance_left
David Tolnay
-8
/
+4
2022-01-19
Simplify left_total tracking
David Tolnay
-16
/
+6
2022-01-19
Eliminate a token clone from advance_left
David Tolnay
-2
/
+1
2022-01-19
Grow scan_stack in the conventional direction
David Tolnay
-9
/
+9
2022-01-19
Delete unused Display for pretty printer Token
David Tolnay
-12
/
+0
2022-01-18
Eliminate left and right cursors in favor of ring buffer
David Tolnay
-29
/
+14
2022-01-18
Eliminate eof token state
David Tolnay
-27
/
+24
2022-01-18
Simplify the buffer push done by scan_break
David Tolnay
-4
/
+3
2022-01-18
Eliminate a check_stack call on an empty scan stack
David Tolnay
-1
/
+1
2022-01-18
Index a single time in check_stack
David Tolnay
-4
/
+5
2022-01-18
Implement check_stack nonrecursively
David Tolnay
-9
/
+10
2022-01-18
Implement check_stream nonrecursively
David Tolnay
-3
/
+3
2022-01-18
Replace `if` + `unwrap` with `if let` in check_stack
David Tolnay
-2
/
+1
2022-01-18
Ensure Printer buf is always indexed using self.left or self.right
David Tolnay
-3
/
+3
2022-01-18
Inline Printer's scan_pop_bottom method
David Tolnay
-5
/
+1
2022-01-18
Inline Printer's scan_top method
David Tolnay
-5
/
+1
2022-01-18
Inline Printer's scan_pop method
David Tolnay
-7
/
+3
2022-01-18
Simplify ring buffer pushes
David Tolnay
-7
/
+4
2022-01-18
Inline Printer's scan_push method
David Tolnay
-8
/
+6
2022-01-18
Inline Printer's advance_right method
David Tolnay
-9
/
+8
2022-01-18
Delete pretty printer tracing
David Tolnay
-52
/
+0
2022-01-18
Render more readable macro matchers in rustdoc
David Tolnay
-1
/
+1
2022-01-17
Abstract the pretty printer's ringbuffer to be infinitely sized
David Tolnay
-22
/
+14
2022-01-14
Rename Printer constructor from mk_printer() to Printer::new()
David Tolnay
-23
/
+23
2020-12-28
Add missing commas to `rustc_ast_pretty::pp` docs
Camelid
-2
/
+2
2020-10-20
Drop unneeded `mut`
LingMan
-2
/
+2
2020-10-14
Rollup merge of #77886 - LingMan:ast_pretty_bool_matches, r=petrochenkov
Yuki Okushi
-8
/
+2
2020-10-13
Replace trivial bool matches with the `matches!` macro
LingMan
-8
/
+2
[next]