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
/
src
/
libsyntax
/
print
/
pprust.rs
Age
Commit message (
Expand
)
Author
Lines
2019-07-10
Inline State::new_from_input in pprust
Mark Rousskov
-18
/
+6
2019-07-10
print_crate returns String instead of taking an out pointer
Mark Rousskov
-4
/
+5
2019-07-10
Replace src: &mut dyn Read with String
Mark Rousskov
-3
/
+2
2019-07-10
Combine comment-handling logic into struct
Mark Rousskov
-37
/
+57
2019-07-10
Inline State::new
Mark Rousskov
-9
/
+1
2019-07-10
Stop Option-wrapping comments
Mark Rousskov
-14
/
+10
2019-07-10
Remove unused boxes vector
Mark Rousskov
-12
/
+0
2019-07-10
Privatize and remove unused functions
Mark Rousskov
-19
/
+9
2019-07-10
Move lifetime_to_string to Display impl
Mark Rousskov
-4
/
+0
2019-07-10
Remove unused arm_to_string
Mark Rousskov
-4
/
+0
2019-07-10
Remove duplicate attr_to_string
Mark Rousskov
-4
/
+0
2019-07-10
Move literal_to_string to fmt::Display
Mark Rousskov
-5
/
+1
2019-07-09
Pretty-print `$crate` as `crate`/`::my_crate` in tokens
Vadim Petrochenkov
-47
/
+62
2019-06-29
Inline rust_printer
Mark Rousskov
-14
/
+9
2019-06-29
Remove unused import
Mark Rousskov
-1
/
+0
2019-06-29
Remove io::Result from syntax::print
Mark Rousskov
-1102
/
+1038
2019-06-29
Replace pretty-printer Box<dyn Write> with &mut String
Mark Rousskov
-12
/
+10
2019-06-29
Delete now-unused methods
Mark Rousskov
-49
/
+0
2019-06-29
Privatize a bunch of methods
Mark Rousskov
-72
/
+72
2019-06-24
Auto merge of #62075 - Centril:guardless-match-arms, r=petrochenkov
bors
-8
/
+4
2019-06-23
Remove redundant syntax::ast::Guard.
Mazdak Farrokhzad
-8
/
+4
2019-06-23
let_chains: Fix bugs in pretty printing.
Mazdak Farrokhzad
-12
/
+28
2019-06-23
let_chains: Handle it in AST pretty printing.
Mazdak Farrokhzad
-40
/
+14
2019-06-18
Remove the HirId/NodeId from where clauses
Matthew Jasper
-1
/
+0
2019-06-08
syntax: Remove `Deref` impl from `Token`
Vadim Petrochenkov
-4
/
+8
2019-06-07
syntax: Treat error literals in more principled way
Vadim Petrochenkov
-4
/
+4
2019-06-06
syntax: Use `Token` in `TokenTree::Token`
Vadim Petrochenkov
-4
/
+4
2019-06-06
syntax: Rename `Token` into `TokenKind`
Vadim Petrochenkov
-2
/
+2
2019-06-05
Implemented for function bounds, type bounds, and named existential types.
Alexander Regueiro
-4
/
+11
2019-06-05
Aggregation of drive-by cosmetic changes.
Alexander Regueiro
-4
/
+4
2019-06-03
syntax: revert `ast::AsyncArgument` and associated changes.
Eduard-Mihai Burtescu
-11
/
+12
2019-05-24
Remove `ObsoleteInPlace`
varkor
-7
/
+0
2019-05-23
syntax: Some code cleanup
Vadim Petrochenkov
-1
/
+2
2019-05-23
syntax: Turn `token::Lit` into a struct
Vadim Petrochenkov
-18
/
+18
2019-05-22
Simplify use of keyword symbols
Vadim Petrochenkov
-7
/
+7
2019-05-21
Move `edition` outside the hygiene lock and avoid accessing it
John Kåre Alsaker
-3
/
+3
2019-05-17
Avoid unnecessary interning in `Ident::from_str()` calls.
Nicholas Nethercote
-4
/
+5
2019-05-12
Auto merge of #60767 - Centril:rollup-4cbsb73, r=Centril
bors
-4
/
+0
2019-05-12
syntax: Remove some legacy nonterminal tokens
Vadim Petrochenkov
-4
/
+0
2019-05-11
Simplify conversions between tokens and semantic literals
Vadim Petrochenkov
-1
/
+1
2019-05-11
Eliminate `comments::Literal`
Vadim Petrochenkov
-126
/
+32
2019-05-11
Keep the original token in `ast::Lit`
Vadim Petrochenkov
-0
/
+1
2019-05-07
Implement built-in await syntax
Taylor Cramer
-0
/
+12
2019-04-25
ignore-tidy-filelength on all files with greater than 3000 lines
varkor
-0
/
+2
2019-04-23
Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj
Mazdak Farrokhzad
-12
/
+11
2019-04-21
Add `AsyncArgument` to AST.
David Wood
-12
/
+11
2019-04-21
AST/HIR: Use `Mutability` instead of bool in foreign statics
Vadim Petrochenkov
-1
/
+1
2019-03-31
Convert symbols to strings for pretty printing
John Kåre Alsaker
-7
/
+7
2019-03-24
Remove methods is_struct/is_tuple/is_unit from VariantData
Vadim Petrochenkov
-35
/
+38
2019-03-24
Separate variant id and variant constructor id.
David Wood
-0
/
+1
[prev]
[next]