| Age | Commit message (Expand) | Author | Lines |
| 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 | -1/+1 |
| 2019-09-26 | Rename `Ty.node` to `Ty.kind` | varkor | -1/+1 |
| 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 | -1/+1 |
| 2019-09-26 | Rename `Expr.node` to `Expr.kind` | varkor | -1/+1 |
| 2019-09-15 | or-patterns: remove hack from lowering. | Mazdak Farrokhzad | -2/+0 |
| 2019-09-07 | Apply suggestions from code review | Alexander Regueiro | -1/+1 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: libsyntax | Alexander Regueiro | -10/+13 |
| 2019-09-05 | or-patterns: address review comments. | Mazdak Farrokhzad | -1/+1 |
| 2019-09-05 | or-patterns: syntax: adjust `visit` and `mut_visit`. | Mazdak Farrokhzad | -9/+8 |
| 2019-08-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -7/+7 |
| 2019-08-24 | Modifies how Arg, Arm, Field, FieldPattern and Variant are visited | Caio | -25/+29 |
| 2019-08-17 | initial implementation of or-pattern parsing | Dan Robertson | -1/+1 |
| 2019-08-17 | Initial implementation of or patterns | varkor | -4/+3 |
| 2019-08-15 | Remove `Spanned` from `{ast,hir}::FieldPat` | Vadim Petrochenkov | -3/+3 |
| 2019-08-15 | Remove `Spanned` from `ast::Mac` | Vadim Petrochenkov | -1/+1 |
| 2019-08-14 | Merge Variant and Variant_ | Caio | -4/+4 |
| 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-02 | Replace "existential" by "opaque" | varkor | -2/+2 |
| 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 | -5/+10 |
| 2019-07-28 | Adjust 'ast::PatKind::{TupleStruct,Tuple,Slice}'. | Mazdak Farrokhzad | -8/+6 |
| 2019-07-28 | Add 'ast::PatKind::Rest'. | Mazdak Farrokhzad | -1/+1 |
| 2019-07-27 | Lint attributes on function arguments | Caio | -5/+10 |
| 2019-06-24 | Auto merge of #62075 - Centril:guardless-match-arms, r=petrochenkov | bors | -4/+2 |
| 2019-06-23 | Remove redundant syntax::ast::Guard. | Mazdak Farrokhzad | -4/+2 |
| 2019-06-23 | let_chains: Remove ast::ExprKind::{IfLet, WhileLet} from visitors and introdu... | Mazdak Farrokhzad | -12/+4 |
| 2019-06-09 | Allow attributes in formal function parameters | Caio | -1/+2 |
| 2019-06-07 | syntax: Treat error literals in more principled way | Vadim Petrochenkov | -2/+1 |
| 2019-06-06 | syntax: Use `Token` in visitors and fix a mut visitor test | Vadim Petrochenkov | -3/+3 |
| 2019-06-06 | syntax: Use `Token` in `TokenTree::Token` | Vadim Petrochenkov | -1/+1 |
| 2019-06-06 | syntax: Rename `Token` into `TokenKind` | Vadim Petrochenkov | -2/+2 |
| 2019-06-05 | Implemented for function bounds, type bounds, and named existential types. | Alexander Regueiro | -7/+14 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -1/+1 |
| 2019-06-03 | syntax: revert `ast::AsyncArgument` and associated changes. | Eduard-Mihai Burtescu | -3/+0 |
| 2019-05-24 | Remove `ObsoleteInPlace` | varkor | -4/+0 |
| 2019-05-07 | Implement built-in await syntax | Taylor Cramer | -0/+1 |
| 2019-04-21 | Introduce `ArgSource` for diagnostics. | David Wood | -0/+3 |
| 2019-04-20 | Feature gate async fn methods | varkor | -0/+10 |
| 2019-03-29 | Rollup merge of #59510 - varkor:rename-type_parameters, r=eddyb | Mazdak Farrokhzad | -9/+9 |
| 2019-03-29 | Rename `type_parameters` to `generics` and so on | varkor | -9/+9 |
| 2019-03-27 | Visit path in `walk_mac` | varkor | -2/+2 |
| 2019-02-28 | Auto merge of #57760 - dlrobertson:varargs1, r=alexreg | bors | -1/+1 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -1/+1 |
| 2019-02-24 | Deny `async fn` in 2015 edition | Nathan Corbyn | -4/+11 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -3/+3 |