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
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
2015-02-02
Omit integer suffix when unnecessary
Alfie John
-16
/
+16
2015-01-31
Kill more `isize`s
Tobias Bucher
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-22
/
+22
2015-01-18
libsyntax: 0u -> 0us, 0i -> 0is
Paul Collier
-17
/
+17
2015-01-18
libsyntax: int types -> isize
Paul Collier
-25
/
+25
2015-01-17
libsyntax: uint types to usize
Paul Collier
-23
/
+23
2015-01-13
syntax: Rewrite pp advance_left to use a constant stack size
Erick Tryzelaar
-31
/
+37
2015-01-13
syntax: Don't import the pp.rs enum variants into the namespace
Erick Tryzelaar
-63
/
+68
2015-01-07
use slicing sugar
Jorge Aparicio
-3
/
+3
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-2
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-6
/
+6
2014-12-30
Fallout from stabilization
Aaron Turon
-3
/
+4
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-3
/
+3
2014-12-19
libsyntax: use `#[deriving(Copy)]`
Jorge Aparicio
-13
/
+5
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+10
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+4
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-15
/
+14
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-35
/
+34
2014-09-19
Add enum variants to the type namespace
Nick Cameron
-5
/
+5
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-2
/
+2
2014-08-01
Fix misspelled comments.
Joseph Crail
-3
/
+3
2014-07-09
syntax: doc comments all the things
Corey Richardson
-148
/
+155
2014-06-26
Remove unnecessary to_string calls
Piotr Jawniak
-1
/
+1
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-1
/
+1
[next]