| Age | Commit message (Expand) | Author | Lines |
| 2019-11-03 | Migrate resolver over to internal lint buffer | Mark Rousskov | -9/+12 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -1/+1 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -1/+1 |
| 2019-10-13 | ast: remove implicit pprust dependency via Display. | Mazdak Farrokhzad | -1/+2 |
| 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 `Ty.node` to `Ty.kind` | varkor | -5/+5 |
| 2019-09-26 | Rename `TraitItem.node` to `TraitItem.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `ImplItem.node` to `ImplItem.kind` | varkor | -6/+3 |
| 2019-09-26 | Rename `Pat.node` to `Pat.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `Expr.node` to `Expr.kind` | varkor | -3/+3 |
| 2019-08-24 | Modifies how Arg, Arm, Field, FieldPattern and Variant are visited | Caio | -2/+1 |
| 2019-08-15 | Remove `Spanned` from `ast::Mac` | Vadim Petrochenkov | -1/+1 |
| 2019-08-14 | Merge Variant and Variant_ | Caio | -1/+1 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -1/+1 |
| 2019-07-28 | Rollup merge of #62550 - Centril:rest-patterns, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-07-28 | Add exceptions for ExprKind::Err/TyKind::Error. | Mazdak Farrokhzad | -1/+1 |
| 2019-07-27 | Break dependencies between `syntax_ext` and some other crates | Vadim Petrochenkov | -1/+1 |
| 2019-07-24 | syntax_ext: Turn `#[global_allocator]` into a regular attribute macro | Vadim Petrochenkov | -8/+2 |
| 2019-06-29 | Always parse 'async unsafe fn' + properly ban in 2015. | Mazdak Farrokhzad | -7/+0 |
| 2019-06-23 | let_chains: Revert 'fn with' in ast_validation. | Mazdak Farrokhzad | -19/+10 |
| 2019-06-23 | let_chains: Remove ast_validation logic in favor of lowering with recovery. | Mazdak Farrokhzad | -59/+9 |
| 2019-06-23 | let_chains: Inline visit_expr_with_let_maybe_allowed. | Mazdak Farrokhzad | -37/+25 |
| 2019-06-23 | let_chains: Change AST validation strategy slightly. | Mazdak Farrokhzad | -34/+45 |
| 2019-06-23 | let_chains: Handle disallowing of let chains in places lowering won't support. | Mazdak Farrokhzad | -58/+66 |
| 2019-06-09 | Allow attributes in formal function parameters | Caio | -2/+43 |
| 2019-06-05 | Use both existential-type desugaring and where-clause (predicate) desugaring ... | Alexander Regueiro | -7/+39 |
| 2019-06-05 | Implemented for function bounds, type bounds, and named existential types. | Alexander Regueiro | -8/+10 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -16/+19 |
| 2019-06-03 | syntax: revert `ast::AsyncArgument` and associated changes. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-05-24 | Remove `ObsoleteInPlace` | varkor | -23/+0 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -4/+4 |
| 2019-05-13 | Auto merge of #60630 - nnethercote:use-Symbol-more, r=petrochenkov | bors | -4/+4 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -4/+4 |
| 2019-05-12 | ast_validation: comments -> doc comments | Mazdak Farrokhzad | -11/+11 |
| 2019-05-04 | Early error for mixing order of const and type parameters | varkor | -3/+17 |
| 2019-04-30 | Use multispan | Yuki OKUSHI | -2/+4 |
| 2019-04-30 | Add error for existential types | Yuki OKUSHI | -0/+6 |
| 2019-04-21 | Add `AsyncArgument` to AST. | David Wood | -3/+3 |
| 2019-03-31 | Rollup merge of #59572 - davidtwco:issue-59508, r=varkor | Mazdak Farrokhzad | -25/+55 |
| 2019-03-31 | Only mention const generics if enabled. | David Wood | -20/+37 |
| 2019-03-31 | Include bounds in generic reordering diagnostic. | David Wood | -12/+25 |
| 2019-03-28 | Implement `#[non_exhaustive]` on variants. | David Wood | -9/+0 |
| 2019-03-24 | Remove methods is_struct/is_tuple/is_unit from VariantData | Vadim Petrochenkov | -1/+1 |
| 2019-03-12 | Addressed review feedback regarding comment phrasing. | Felix S. Klock II | -2/+2 |
| 2019-03-11 | Revised warning-downgrade strategy for nested impl trait. | Felix S. Klock II | -27/+77 |
| 2019-03-08 | Temporarily emulate the (accidentally) omitted recursion during impl Trait ch... | Felix S. Klock II | -15/+65 |
| 2019-02-24 | Deny `async fn` in 2015 edition | Nathan Corbyn | -3/+11 |
| 2019-02-16 | Rollup merge of #57981 - Zoxc:fix-57979, r=nikomatsakis | kennytm | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -15/+15 |