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
Age
Commit message (
Expand
)
Author
Lines
2021-01-09
ast: Remove some indirection layers from values in key-value attributes
Vadim Petrochenkov
-2
/
+3
2021-01-08
rustc_ast_pretty: Remove `PrintState::insert_extra_parens`
Vadim Petrochenkov
-31
/
+2
2021-01-01
const_generics_defaults: don't use todo
Rémy Rakic
-1
/
+0
2021-01-01
first pass at default values for const generics
Julian Knodt
-2
/
+6
2020-12-30
Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov
Mara Bos
-1
/
+1
2020-12-30
Rename kw::Invalid -> kw::Empty
Joshua Nelson
-1
/
+1
2020-12-28
Add missing commas to `rustc_ast_pretty::pp` docs
Camelid
-2
/
+2
2020-12-20
Fix pretty printing an AST representing `&(mut ident)`
Thomas Bahn
-1
/
+9
2020-11-15
Rollup merge of #79016 - fanzier:underscore-expressions, r=petrochenkov
Jonas Schievink
-0
/
+1
2020-11-15
Rollup merge of #79005 - petrochenkov:noinjected, r=davidtwco
Jonas Schievink
-2
/
+1
2020-11-15
Rollup merge of #78980 - thiolliere:gui-fix-qpath, r=estebank
Dylan DPC
-5
/
+6
2020-11-14
Add underscore expressions for destructuring assignments
Fabian Zaiser
-0
/
+1
2020-11-13
cleanup: Remove `ParseSess::injected_crate_name`
Vadim Petrochenkov
-2
/
+1
2020-11-12
Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkov
Mara Bos
-11
/
+10
2020-11-12
fix pretty print for qpath
thiolliere
-5
/
+6
2020-11-11
Implement destructuring assignment for structs and slices
Fabian Zaiser
-11
/
+10
2020-11-09
Do not collect tokens for doc comments
Vadim Petrochenkov
-1
/
+1
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-7
/
+5
2020-10-30
Rollup merge of #77888 - LingMan:ast_pretty_tt_prepend_space, r=jyn514
Yuki Okushi
-18
/
+7
2020-10-20
Drop unneeded `mut`
LingMan
-3
/
+3
2020-10-16
Parse inline const expressions
Santiago Pastorino
-0
/
+11
2020-10-14
Simplify a nested bool match
LingMan
-18
/
+7
2020-10-14
Auto merge of #77135 - Aaron1011:pretty-ignore-paren, r=petrochenkov
bors
-183
/
+324
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
2020-10-13
Use Option::unwrap_or instead of open-coding it
LingMan
-6
/
+3
2020-10-11
Allow skipping extra paren insertion during AST pretty-printing
Aaron Hill
-5
/
+26
2020-10-11
Move pprust code to a 'state' submodule
Aaron Hill
-179
/
+299
2020-09-10
Fully integrate token collection for additional AST structs
Aaron Hill
-2
/
+5
2020-09-10
Attach `TokenStream` to `ast::Visibility`
Aaron Hill
-1
/
+1
2020-09-10
Syntactically permit unsafety on mods
David Tolnay
-2
/
+9
2020-09-02
Auto merge of #76170 - matklad:notrivia, r=petrochenkov
bors
-4
/
+0
2020-09-01
Remove trivia tokens
Aleksey Kladov
-4
/
+0
2020-08-30
Factor out StmtKind::MacCall fields into `MacCallStmt` struct
Aaron Hill
-4
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+3606
[prev]