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
/
librustc_ast_pretty
/
pprust.rs
Age
Commit message (
Expand
)
Author
Lines
2020-02-22
parse: allow `type Foo: Ord` syntactically.
Mazdak Farrokhzad
-12
/
+4
2020-02-21
print vis & defaultness for nested items
Mazdak Farrokhzad
-21
/
+33
2020-02-18
Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkov
Mazdak Farrokhzad
-83
/
+52
2020-02-17
Rename `FunctionRetTy` to `FnRetTy`
Yuki Okushi
-2
/
+2
2020-02-15
print_item_const: remove extraneous space
Mazdak Farrokhzad
-3
/
+3
2020-02-15
pprust: unify extern & associated item printing
Mazdak Farrokhzad
-35
/
+27
2020-02-15
parse extern consts
Mazdak Farrokhzad
-0
/
+3
2020-02-15
parse associated statics.
Mazdak Farrokhzad
-0
/
+3
2020-02-15
ast/parser: fuse `static` & `const` grammars in all contexts.
Mazdak Farrokhzad
-49
/
+22
2020-02-15
ast: make `= <expr>;` optional in free statics/consts.
Mazdak Farrokhzad
-6
/
+8
2020-02-15
ast: normalize `ForeignItemKind::Ty` & `AssocItemKind::TyAlias`.
Mazdak Farrokhzad
-11
/
+7
2020-02-15
ast: move Generics into AssocItemKinds
Mazdak Farrokhzad
-4
/
+4
2020-02-13
parser: unify item list parsing.
Mazdak Farrokhzad
-0
/
+1
2020-02-13
IsAsync -> enum Async { Yes { span: Span, .. }, No }
Mazdak Farrokhzad
-2
/
+2
2020-02-13
Constness -> enum Const { Yes(Span), No }
Mazdak Farrokhzad
-12
/
+8
2020-02-07
print generic bounds on associated types
Mikhail Babenko
-1
/
+4
2020-02-05
parser: merge `fn` grammars wrt. bodies & headers
Mazdak Farrokhzad
-34
/
+30
2020-02-02
pretty: print attrs in struct expr
Mazdak Farrokhzad
-0
/
+1
2020-02-01
pretty: injected_crate_name -> has_injected_crate
Mazdak Farrokhzad
-4
/
+3
2020-02-01
syntax::print -> new crate rustc_ast_pretty
Mazdak Farrokhzad
-0
/
+2780
[prev]