| Age | Commit message (Expand) | Author | Lines |
| 2019-10-26 | libsyntax: Document ast module | Igor Aleksanov | -26/+112 |
| 2019-10-22 | Readd some PartialEq and Hash derives used by Clippy | flip1995 | -3/+6 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -3/+3 |
| 2019-10-16 | ast: use more direct imports | Mazdak Farrokhzad | -9/+8 |
| 2019-10-13 | ast: remove implicit pprust dependency via Display. | Mazdak Farrokhzad | -7/+0 |
| 2019-10-13 | ast: don't use pprust in Debug | Mazdak Farrokhzad | -41/+6 |
| 2019-10-01 | Address review comments | Vadim Petrochenkov | -0/+1 |
| 2019-09-30 | syntax: Split `ast::Attribute` into container and inner parts | Vadim Petrochenkov | -2/+12 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -4/+3 |
| 2019-09-28 | syntax: don't keep a redundant c_variadic flag in the AST. | Eduard-Mihai Burtescu | -1/+6 |
| 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 | -6/+6 |
| 2019-09-26 | Rename `Ty.node` to `Ty.kind` | varkor | -8/+8 |
| 2019-09-26 | Rename `TraitItem.node` to `TraitItem.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `Lit.node` to `Lit.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 | -7/+7 |
| 2019-09-26 | Rename `Expr.node` to `Expr.kind` | varkor | -7/+7 |
| 2019-09-15 | Print visibility of `macro` items | Matthew Jasper | -1/+1 |
| 2019-09-09 | Resolve attributes in several places | Caio | -1/+9 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: libsyntax | Alexander Regueiro | -26/+26 |
| 2019-09-05 | or-patterns: address review comments. | Mazdak Farrokhzad | -4/+1 |
| 2019-09-05 | or-patterns: syntax: simplify `Arm.pats` and `ExprKind::Let.0`. | Mazdak Farrokhzad | -3/+3 |
| 2019-09-05 | resolve: already-bound-check: account for or-patterns. | Mazdak Farrokhzad | -9/+11 |
| 2019-08-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -11/+11 |
| 2019-08-18 | Auto merge of #61708 - dlrobertson:or-patterns-0, r=centril | bors | -3/+8 |
| 2019-08-17 | initial implementation of or-pattern parsing | Dan Robertson | -0/+1 |
| 2019-08-17 | Initial implementation of or patterns | varkor | -3/+7 |
| 2019-08-17 | Remove SyntaxContext from {ast, hir}::{GlobalAsm, InlineAsm} | Matthew Jasper | -3/+1 |
| 2019-08-15 | Remove `Spanned` from `{ast,hir}::FieldPat` | Vadim Petrochenkov | -2/+3 |
| 2019-08-15 | Remove `Spanned` from `ast::Mac` | Vadim Petrochenkov | -4/+3 |
| 2019-08-15 | Remove `Spanned` from `mk_name_value_item_str` and `expr_to_spanned_string` | Vadim Petrochenkov | -2/+0 |
| 2019-08-14 | Rollup merge of #63543 - c410-f3r:variant, r=c410-f3r | Mazdak Farrokhzad | -3/+3 |
| 2019-08-14 | Merge Variant and Variant_ | Caio | -3/+3 |
| 2019-08-13 | Add NodeId for Arm, Field and FieldPat | Caio | -0/+3 |
| 2019-08-05 | Remove leftover AwaitOrigin | Mark Rousskov | -9/+0 |
| 2019-08-04 | Auto merge of #63213 - varkor:itemkind-tyalias, r=Centril | bors | -3/+3 |
| 2019-08-04 | Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias` | varkor | -1/+1 |
| 2019-08-04 | Rename `ItemKind::Ty` to `ItemKind::TyAlias` | varkor | -2/+2 |
| 2019-08-04 | Auto merge of #62816 - estebank:type-ascription-macros, r=petrochenkov | bors | -0/+1 |
| 2019-08-03 | Rollup merge of #63146 - Mark-Simulacrum:clean-attr, r=petrochenkov | Mazdak Farrokhzad | -3/+13 |
| 2019-08-03 | Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centril | bors | -6/+8 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -6/+8 |
| 2019-08-02 | libsyntax: Unconfigure tests during normal build | Vadim Petrochenkov | -12/+3 |
| 2019-07-31 | Decode AttrId via mk_attr_id | Mark Rousskov | -3/+13 |
| 2019-07-30 | Point at type ascription before macro invocation on expansion parse error | Esteban Küber | -0/+1 |
| 2019-07-30 | Unsupport the await!(..) macro. | Mazdak Farrokhzad | -1/+1 |
| 2019-07-28 | Rollup merge of #61856 - c410-f3r:attrs-fn, r=matthewjasper | Mazdak Farrokhzad | -0/+2 |