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
/
src
/
libsyntax
/
print
/
pp.rs
Age
Commit message (
Expand
)
Author
Lines
2019-07-10
Move pp::Printer helpers to direct impl
Mark Rousskov
-3
/
+3
2019-07-10
Rename is_bol -> is_beginning_of_line
Mark Rousskov
-1
/
+5
2019-07-10
Drop length from Token::String
Mark Rousskov
-11
/
+14
2019-07-10
Rename pretty_print_* to scan_* to follow naming in the paper
Mark Rousskov
-11
/
+11
2019-07-10
Simplify print_end
Mark Rousskov
-3
/
+1
2019-07-10
Simplify check_stack implementation
Mark Rousskov
-7
/
+7
2019-07-10
Move BufEntry assignment into scan_push
Mark Rousskov
-12
/
+7
2019-07-10
Remove useless call to indent
Mark Rousskov
-1
/
+0
2019-07-10
Fully privatize (vs. crate visibility) functions
Mark Rousskov
-18
/
+18
2019-07-10
Move pp::Printer out field to owned String
Mark Rousskov
-7
/
+8
2019-06-29
Remove io::Result from syntax::print
Mark Rousskov
-51
/
+34
2019-06-29
Replace pretty-printer Box<dyn Write> with &mut String
Mark Rousskov
-19
/
+12
2019-06-29
Delete now-unused methods
Mark Rousskov
-4
/
+0
2019-06-29
Privatize a bunch of methods
Mark Rousskov
-24
/
+24
2019-06-26
Fix clippy::print_with_newline
Igor Matuszewski
-1
/
+1
2019-04-01
Optimize indentation in the pretty printer.
Nicholas Nethercote
-3
/
+19
2019-02-10
rustc: doc comments
Alexander Regueiro
-2
/
+2
2019-02-07
libsyntax => 2018
Taiki Endo
-1
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-29
Split up `pretty_print` and `print`.
Nicholas Nethercote
-150
/
+152
2018-11-29
Use `Cow` in `Token::String`.
Nicholas Nethercote
-3
/
+9
2018-11-29
Remove `huge_word` and `zero_word`.
Nicholas Nethercote
-9
/
+16
2018-11-29
Fix whitespace in `pp.rs`.
Nicholas Nethercote
-126
/
+126
2018-07-10
Deny bare trait objects in in src/libsyntax
ljedrz
-2
/
+2
2018-04-30
Extend Printer::buf on demand.
Nicholas Nethercote
-7
/
+23
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-07-11
Refactor methods onto Printer struct.
Mark Simulacrum
-56
/
+56
2017-06-23
Removed as many "```ignore" as possible.
kennytm
-1
/
+1
2017-05-12
Fix some clippy warnings in libsyntax
Andre Bogus
-6
/
+6
2017-02-06
A few documentation improvements for `syntax::print::pp`
bjorn3
-78
/
+89
2016-10-10
Merge `Printer::token` and `Printer::size`.
Nicholas Nethercote
-38
/
+31
2016-05-28
Prevent overflows by increasing ring buffer size
Sebastian Thiel
-2
/
+2
2016-05-01
libsyntax/pp: replace manual ring buffer with a VecDeque
Georg Brandl
-52
/
+19
2016-05-01
libsyntax/pp: minor modernizations
Georg Brandl
-40
/
+32
2016-03-22
try! -> ?
Jorge Aparicio
-5
/
+5
2016-03-12
Removed integer suffixes in libsyntax crate
srinivasreddy
-2
/
+2
2015-11-12
libsyntax: deny warnings in doctests
Kevin Butler
-2
/
+4
2015-07-09
Use vec![elt; n] where possible
Ulrik Sverdrup
-4
/
+3
2015-05-03
Update old uses of ~ in comments and debugging statements
Carol Nichols
-9
/
+9
2015-04-21
syntax: Replace String::from_str with the stable String::from
Erick Tryzelaar
-1
/
+1
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-01
Fallout in libsyntax
Niko Matsakis
-2
/
+2
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-24
/
+24
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-1
/
+1
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-1
/
+1
2015-02-18
Round 3 test fixes and conflicts
Alex Crichton
-2
/
+2
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-1
/
+1
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-1
/
+1
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-1
/
+1
[next]