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
2020-02-01
syntax::print -> new crate rustc_ast_pretty
Mazdak Farrokhzad
-2781
/
+0
2020-02-01
pretty: remove ParseSess dependency
Mazdak Farrokhzad
-17
/
+11
2020-01-23
unused-parens: implement for block return values
Tyler Lanphear
-5
/
+1
2020-01-22
Rollup merge of #68441 - Centril:pprust-as_deref, r=Mark-Simulacrum
Tyler Mandry
-2
/
+2
2020-01-22
pprust: use as_deref
Mazdak Farrokhzad
-2
/
+2
2020-01-19
Add `constness` field to `ast::ItemKind::Impl`
Dylan MacKenzie
-0
/
+9
2020-01-17
Use named fields for `ast::ItemKind::Impl`
Dylan MacKenzie
-8
/
+8
2020-01-10
Introduce `#![feature(half_open_range_patterns)]`.
Mazdak Farrokhzad
-3
/
+7
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::source_map` imports.
Mazdak Farrokhzad
-4
/
+3
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-13
/
+13
2019-12-23
Add span information to `ExprKind::Assign`
varkor
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-371
/
+341
2019-12-20
1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.
Mazdak Farrokhzad
-7
/
+7
2019-12-12
`AssocImplKind::{Method -> Fn}`.
Mazdak Farrokhzad
-1
/
+1
2019-12-12
Unify associated item pretty printing.
Mazdak Farrokhzad
-75
/
+21
2019-12-12
parse: refactor fun ret ty & param ty
Mazdak Farrokhzad
-56
/
+19
2019-12-12
Unify `{Trait,Impl}ItemKind::TyAlias` structures.
Mazdak Farrokhzad
-12
/
+10
2019-12-12
`TraitItemKind::Type` -> `TraitItemKind::TyAlias`.
Mazdak Farrokhzad
-1
/
+1
2019-12-12
Use `Option` in `ImplItemKind::Method`.
Mazdak Farrokhzad
-15
/
+11
2019-12-12
Use `Option` in `ImplItemKind::Const`.
Mazdak Farrokhzad
-1
/
+1
2019-12-12
Alias `TraitItem` & `ImplItem`.
Mazdak Farrokhzad
-0
/
+1
2019-12-07
Print the visibility in `print_variant`.
Mazdak Farrokhzad
-0
/
+1
2019-12-06
Rename to `then_some` and `then`
varkor
-1
/
+1
2019-12-06
Use `to_option` in various places
varkor
-1
/
+1
2019-12-02
syntax: Use `ast::MacArgs` for macro definitions
Vadim Petrochenkov
-2
/
+2
2019-12-02
syntax: Use `ast::MacArgs` for attributes
Vadim Petrochenkov
-10
/
+15
2019-12-02
syntax: Remove redundant span from `ast::Mac`
Vadim Petrochenkov
-2
/
+2
2019-12-02
syntax: Introduce a struct `MacArgs` for macro arguments
Vadim Petrochenkov
-14
/
+10
2019-11-24
Add raw address of expressions to the AST and HIR
Matthew Jasper
-17
/
+20
2019-11-16
ast: Keep string literals in ABIs precisely
Vadim Petrochenkov
-6
/
+4
2019-11-16
ast: Keep `extern` qualifiers in functions more precisely
Vadim Petrochenkov
-7
/
+15
2019-11-14
TAIT: remove `OpaqueTy` in AST.
Mazdak Farrokhzad
-20
/
+0
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-7
/
+7
2019-11-10
move config.rs to libsyntax_expand
Mazdak Farrokhzad
-2
/
+5
2019-11-08
ast::ItemKind::Fn: use ast::FnSig
Mazdak Farrokhzad
-3
/
+3
2019-11-08
ast::MethodSig -> ast::FnSig
Mazdak Farrokhzad
-1
/
+1
2019-11-07
move syntax::parse::lexer::comments -> syntax::util::comments
Mazdak Farrokhzad
-1
/
+1
2019-11-07
move parse::classify -> util::classify
Mazdak Farrokhzad
-2
/
+2
2019-11-07
syntax::parser::token -> syntax::token
Mazdak Farrokhzad
-1
/
+1
2019-11-07
parser: don't hardcode ABIs into grammar
Mazdak Farrokhzad
-5
/
+8
2019-11-06
Make doc comments cheaper with `AttrKind`.
Nicholas Nethercote
-9
/
+12
2019-11-02
Convert `x.as_str().to_string()` to `x.to_string()` where possible.
Nicholas Nethercote
-3
/
+3
2019-10-15
syntax::parse::sess -> syntax::sess
Mazdak Farrokhzad
-1
/
+2
2019-10-14
pprust: `p1@p2` -> `p1 @ p2`
Mazdak Farrokhzad
-1
/
+2
2019-09-30
syntax: Support modern attribute syntax in the `meta` matcher
Vadim Petrochenkov
-18
/
+22
2019-09-27
Filter out stmts made for the redundant_semicolon lint when pretty-printing
nathanwhit
-3
/
+12
2019-09-26
Rename `MetaItem.node` to `MetaItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `ForeignItem.node` to `ForeignItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-1
/
+1
[next]