| Age | Commit message (Expand) | Author | Lines |
| 2019-08-04 | Auto merge of #63213 - varkor:itemkind-tyalias, r=Centril | bors | -2/+2 |
| 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-04 | Auto merge of #62816 - estebank:type-ascription-macros, r=petrochenkov | bors | -1/+1 |
| 2019-08-03 | Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centril | bors | -2/+2 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -2/+2 |
| 2019-08-02 | libsyntax: Unconfigure tests during normal build | Vadim Petrochenkov | -74/+3 |
| 2019-07-30 | Point at type ascription before macro invocation on expansion parse error | Esteban Küber | -1/+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 | -1/+2 |
| 2019-07-28 | Adjust 'ast::PatKind::{TupleStruct,Tuple,Slice}'. | Mazdak Farrokhzad | -8/+4 |
| 2019-07-28 | Add 'ast::PatKind::Rest'. | Mazdak Farrokhzad | -1/+1 |
| 2019-07-27 | Lint attributes on function arguments | Caio | -1/+2 |
| 2019-07-15 | pprust: Fix formatting regressions from the previous commits | Vadim Petrochenkov | -1/+1 |
| 2019-06-29 | Remove io::Result from syntax::print | Mark Rousskov | -2/+1 |
| 2019-06-24 | Auto merge of #62075 - Centril:guardless-match-arms, r=petrochenkov | bors | -11/+1 |
| 2019-06-23 | Remove redundant syntax::ast::Guard. | Mazdak Farrokhzad | -11/+1 |
| 2019-06-23 | let_chains: Remove ast::ExprKind::{IfLet, WhileLet} from visitors and introdu... | Mazdak Farrokhzad | -12/+4 |
| 2019-06-18 | Remove the HirId/NodeId from where clauses | Matthew Jasper | -2/+1 |
| 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 | Address review comments | Vadim Petrochenkov | -0/+2 |
| 2019-06-06 | syntax: Use `Token` in visitors and fix a mut visitor test | Vadim Petrochenkov | -8/+16 |
| 2019-06-06 | syntax: Remove duplicate span from `token::Ident` | Vadim Petrochenkov | -1/+0 |
| 2019-06-06 | syntax: Remove duplicate span from `token::Lifetime` | Vadim Petrochenkov | -1/+0 |
| 2019-06-06 | syntax: Use `Token` in `TokenTree::Token` | Vadim Petrochenkov | -3/+3 |
| 2019-06-06 | syntax: Rename `Token` into `TokenKind` | Vadim Petrochenkov | -3/+3 |
| 2019-06-05 | Implemented for function bounds, type bounds, and named existential types. | Alexander Regueiro | -7/+16 |
| 2019-06-03 | syntax: revert `ast::AsyncArgument` and associated changes. | Eduard-Mihai Burtescu | -39/+3 |
| 2019-05-24 | Remove `ObsoleteInPlace` | varkor | -4/+0 |
| 2019-05-23 | Auto merge of #60174 - matthewjasper:add-match-arm-scopes, r=pnkfelix | bors | -1/+5 |
| 2019-05-22 | Eliminate unnecessary `Ident::with_empty_ctxt`s | Vadim Petrochenkov | -2/+1 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -2/+2 |
| 2019-05-21 | Give match arms an HirId and a Span | Matthew Jasper | -1/+5 |
| 2019-05-21 | Move `edition` outside the hygiene lock and avoid accessing it | John Kåre Alsaker | -3/+3 |
| 2019-05-12 | syntax: Remove some legacy nonterminal tokens | Vadim Petrochenkov | -4/+0 |
| 2019-05-07 | Implement built-in await syntax | Taylor Cramer | -0/+1 |
| 2019-05-01 | Ensure that drop order of `async fn` matches `fn`. | David Wood | -3/+11 |
| 2019-04-21 | Introduce `ArgSource` for diagnostics. | David Wood | -1/+13 |
| 2019-04-21 | Add `AsyncArgument` to AST. | David Wood | -1/+9 |
| 2019-04-21 | Introduce `LocalSource` into the AST. | David Wood | -1/+9 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -3/+4 |
| 2019-03-17 | Do not complain about non-existing fields after parse recovery | Esteban Küber | -1/+1 |
| 2019-03-16 | Refactor away `NestedMetaItemKind` | Vadim Petrochenkov | -5/+3 |
| 2019-03-16 | Rename `MetaItem::ident` to `MetaItem::path` | Vadim Petrochenkov | -2/+1 |
| 2019-02-28 | Auto merge of #57760 - dlrobertson:varargs1, r=alexreg | bors | -2/+3 |
| 2019-02-27 | Rename variadic to c_variadic | Dan Robertson | -1/+1 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -1/+2 |
| 2019-02-27 | Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkor | Mazdak Farrokhzad | -1/+1 |
| 2019-02-27 | Rollup merge of #58630 - nnethercote:fix-fold_clobber, r=petrochenkov | Mazdak Farrokhzad | -2/+10 |