| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-07-28 | Adjust and document 'Pat::to_ty' accordingly. | Mazdak Farrokhzad | -4/+11 |
| 2019-07-28 | Adjust 'ast::PatKind::{TupleStruct,Tuple,Slice}'. | Mazdak Farrokhzad | -19/+9 |
| 2019-07-28 | Introduce 'ast::Pat::is_rest(&self) -> bool'. | Mazdak Farrokhzad | -0/+8 |
| 2019-07-28 | Add 'ast::PatKind::Rest'. | Mazdak Farrokhzad | -0/+15 |
| 2019-07-27 | Lint attributes on function arguments | Caio | -0/+2 |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -5/+4 |
| 2019-07-19 | Adjust other names after the `Mark` renaming | Vadim Petrochenkov | -3/+3 |
| 2019-07-19 | libsyntax: Remove `Mark` into `ExpnId` | Vadim Petrochenkov | -4/+4 |
| 2019-07-15 | pprust: Use `print_mac_common` for delimited token groups | Vadim Petrochenkov | -1/+11 |
| 2019-07-10 | Move lifetime_to_string to Display impl | Mark Rousskov | -1/+7 |
| 2019-06-26 | Fix clippy::redundant_field_names | Igor Matuszewski | -2/+2 |
| 2019-06-24 | Auto merge of #62075 - Centril:guardless-match-arms, r=petrochenkov | bors | -6/+1 |
| 2019-06-23 | Remove redundant syntax::ast::Guard. | Mazdak Farrokhzad | -6/+1 |
| 2019-06-23 | let_chains: More accurately describe `ast::ExprKind::Let`. | Mazdak Farrokhzad | -1/+1 |
| 2019-06-23 | let_chains: scrutinee -> condition | Mazdak Farrokhzad | -1/+1 |
| 2019-06-23 | let_chains: Improve documentation for ast::ExprKind::Let(..). | Mazdak Farrokhzad | -1/+4 |
| 2019-06-23 | let_chains: Remove ast::ExprKind::{IfLet, WhileLet} and introduce ::Let. | Mazdak Farrokhzad | -15/+5 |
| 2019-06-18 | Remove the HirId/NodeId from where clauses | Matthew Jasper | -2/+0 |
| 2019-06-14 | Change `...` to `..=` where applicable | Aaron Kutch | -1/+1 |
| 2019-06-09 | Allow attributes in formal function parameters | Caio | -1/+3 |
| 2019-06-07 | syntax: Treat error literals in more principled way | Vadim Petrochenkov | -3/+3 |