| Age | Commit message (Expand) | Author | Lines |
| 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-29 | Rollup merge of #63492 - eddyb:cvarargs, r=nagisa,matthewjasper | Mazdak Farrokhzad | -1/+0 |
| 2019-09-28 | syntax: don't keep a redundant c_variadic flag in the AST. | Eduard-Mihai Burtescu | -1/+0 |
| 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 |
| 2019-09-26 | Rename `Stmt.node` to `Stmt.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `Ty.node` to `Ty.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `TraitItem.node` to `TraitItem.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `ImplItem.node` to `ImplItem.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `Pat.node` to `Pat.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `Expr.node` to `Expr.kind` | varkor | -30/+27 |
| 2019-09-17 | Print syntax contexts and marks when printing hygiene information | Matthew Jasper | -0/+2 |
| 2019-09-15 | Print visibility of `macro` items | Matthew Jasper | -2/+6 |
| 2019-09-09 | Resolve attributes in several places | Caio | -0/+1 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: libsyntax | Alexander Regueiro | -30/+27 |
| 2019-09-07 | Rollup merge of #63919 - matthewjasper:remove-gensymmed, r=petrochenkov | Mazdak Farrokhzad | -4/+8 |
| 2019-09-06 | Rollup merge of #64111 - Centril:ast-only-patkind-or, r=petrochenkov | Mazdak Farrokhzad | -13/+8 |
| 2019-09-05 | Fix 2018 edition expanded pretty printing | Matthew Jasper | -4/+8 |
| 2019-09-05 | or-patterns: syntax: adjust pretty printing. | Mazdak Farrokhzad | -13/+8 |
| 2019-09-03 | use TokenStream rather than &[TokenTree] for built-in macros | Aleksey Kladov | -5/+1 |
| 2019-08-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -9/+9 |
| 2019-08-25 | pprust: Do not print spaces before some tokens | Vadim Petrochenkov | -1/+13 |
| 2019-08-17 | initial implementation of or-pattern parsing | Dan Robertson | -35/+12 |
| 2019-08-17 | Initial implementation of or patterns | varkor | -2/+31 |
| 2019-08-15 | `Ident::with_empty_ctxt` -> `Ident::with_dummy_span` | Vadim Petrochenkov | -3/+3 |
| 2019-08-15 | Remove `Spanned` from `{ast,hir}::FieldPat` | Vadim Petrochenkov | -4/+4 |
| 2019-08-15 | Remove `Spanned` from `ast::Mac` | Vadim Petrochenkov | -7/+7 |
| 2019-08-14 | Merge Variant and Variant_ | Caio | -5/+6 |
| 2019-08-06 | Rollup merge of #63272 - Mark-Simulacrum:clean-attr, r=petrochenkov | Mazdak Farrokhzad | -3/+2 |
| 2019-08-05 | Drop span argument from mk_list_item | Mark Rousskov | -3/+2 |
| 2019-08-05 | add unknown token | Aleksey Kladov | -0/+1 |
| 2019-08-04 | Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias` | varkor | -1/+1 |
| 2019-08-04 | Rename `ItemKind::Ty` to `ItemKind::TyAlias` | varkor | -1/+1 |
| 2019-08-03 | Rollup merge of #63146 - Mark-Simulacrum:clean-attr, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2019-08-03 | Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centril | bors | -5/+9 |
| 2019-08-03 | Rollup merge of #63212 - Centril:param-attrs-pretty, r=davidtwco | Mazdak Farrokhzad | -10/+9 |
| 2019-08-02 | Print outer attributes on formal params. | Mazdak Farrokhzad | -0/+3 |
| 2019-08-02 | Cleanup 'print_generic_params'. | Mazdak Farrokhzad | -10/+6 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -5/+9 |
| 2019-08-02 | Remove some more `cfg(test)`s | Vadim Petrochenkov | -20/+16 |
| 2019-08-02 | libsyntax: Unconfigure tests during normal build | Vadim Petrochenkov | -57/+56 |
| 2019-07-31 | Remove span argument from mk_attr_{inner,outer} | Mark Rousskov | -2/+2 |
| 2019-07-31 | Remove AttrId from Attribute constructors | Mark Rousskov | -2/+2 |
| 2019-07-30 | Unsupport the await!(..) macro. | Mazdak Farrokhzad | -11/+3 |
| 2019-07-28 | Rollup merge of #62550 - Centril:rest-patterns, r=petrochenkov | Mazdak Farrokhzad | -47/+9 |
| 2019-07-28 | Adjust pretty printing accordingly. | Mazdak Farrokhzad | -47/+8 |