| Age | Commit message (Expand) | Author | Lines |
| 2019-07-31 | Use Ident::new over setting span position via builder | Mark Rousskov | -4/+4 |
| 2019-07-31 | Replace AstBuilder with inherent methods | Mark Rousskov | -402/+130 |
| 2019-07-31 | Replace a few Attribute constructors with mk_attr | Mark Rousskov | -9/+2 |
| 2019-07-31 | Remove span argument from mk_attr_{inner,outer} | Mark Rousskov | -7/+7 |
| 2019-07-31 | Remove Span argument from ExtCtxt::attribute | Mark Rousskov | -6/+6 |
| 2019-07-31 | Remove AttrId from Attribute constructors | Mark Rousskov | -23/+29 |
| 2019-07-31 | Unify spanned and non-spanned Attribute ctors | Mark Rousskov | -17/+7 |
| 2019-07-30 | Rollup merge of #63095 - Centril:incomplete-features-lint, r=varkor | Mazdak Farrokhzad | -13/+4 |
| 2019-07-30 | Point at type ascription before macro invocation on expansion parse error | Esteban Küber | -9/+49 |
| 2019-07-30 | Pacify tidy, the merciless. | Mazdak Farrokhzad | -1/+1 |
| 2019-07-30 | Unsupport the await!(..) macro. | Mazdak Farrokhzad | -71/+41 |
| 2019-07-30 | Turn INCOMPLETE_FEATURES into a lint. | Mazdak Farrokhzad | -13/+4 |
| 2019-07-30 | Rollup merge of #62928 - Centril:recover-parens-around-for-head, r=estebank | Mazdak Farrokhzad | -162/+217 |
| 2019-07-30 | Account for maybe_whole_expr in range patterns. | Mazdak Farrokhzad | -0/+14 |
| 2019-07-29 | Rollup merge of #63092 - Centril:update-impl-trait-gates, r=varkor | Mazdak Farrokhzad | -2/+2 |
| 2019-07-29 | Rollup merge of #63077 - petrochenkov:nolangfeat, r=petrochenkov | Mazdak Farrokhzad | -18/+0 |
| 2019-07-29 | Update existential_type + impl_trait_in_bindings issue numbers. | Mazdak Farrokhzad | -2/+2 |
| 2019-07-28 | Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centril | bors | -8/+23 |
| 2019-07-28 | Rollup merge of #61856 - c410-f3r:attrs-fn, r=matthewjasper | Mazdak Farrokhzad | -8/+23 |
| 2019-07-28 | Add 'span_to_snippet' shortcut. | Mazdak Farrokhzad | -16/+13 |
| 2019-07-28 | Use chaining for diagnosics in parser. | Mazdak Farrokhzad | -152/+155 |
| 2019-07-28 | Recover 'for ( $pat in $expr ) $block'. | Mazdak Farrokhzad | -0/+55 |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -2/+0 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -6/+1 |
| 2019-07-28 | cleanup: Remove some language features related to built-in macros | Vadim Petrochenkov | -18/+0 |
| 2019-07-28 | Rollup merge of #62550 - Centril:rest-patterns, r=petrochenkov | Mazdak Farrokhzad | -385/+318 |
| 2019-07-28 | Address comments in lowering + parsing. | Mazdak Farrokhzad | -4/+7 |
| 2019-07-28 | Recover on 'X..' / 'X..=' / 'X...' range patterns. | Mazdak Farrokhzad | -21/+43 |
| 2019-07-28 | Recover on '..X' / '..=X' / '...X' range patterns. | Mazdak Farrokhzad | -6/+46 |
| 2019-07-28 | Adjust parsing of Slice, Tuple, TupleStruct patterns. | Mazdak Farrokhzad | -127/+26 |
| 2019-07-28 | Cleanup using the new parse_*_seq methods. | Mazdak Farrokhzad | -96/+60 |
| 2019-07-28 | Add more parse_*_seq methods for code reuse. | Mazdak Farrokhzad | -0/+24 |
| 2019-07-28 | Cleanup parse_seq_* methods + record trailing separators. | Mazdak Farrokhzad | -42/+35 |
| 2019-07-28 | Adjust and document 'Pat::to_ty' accordingly. | Mazdak Farrokhzad | -4/+11 |
| 2019-07-28 | Adjust pretty printing accordingly. | Mazdak Farrokhzad | -47/+8 |
| 2019-07-28 | Adjust feature gating of subslice patterns accordingly. | Mazdak Farrokhzad | -5/+17 |
| 2019-07-28 | Adjust 'ast::PatKind::{TupleStruct,Tuple,Slice}'. | Mazdak Farrokhzad | -37/+21 |
| 2019-07-28 | Introduce 'ast::Pat::is_rest(&self) -> bool'. | Mazdak Farrokhzad | -0/+8 |
| 2019-07-28 | Add 'ast::PatKind::Rest'. | Mazdak Farrokhzad | -2/+18 |
| 2019-07-28 | Rollup merge of #63038 - eupn:outer-attribute-diag, r=estebank | Mazdak Farrokhzad | -16/+45 |
| 2019-07-28 | Rollup merge of #62771 - petrochenkov:depext, r=eddyb | Mazdak Farrokhzad | -785/+984 |
| 2019-07-27 | Remove run-pass test suites | Vadim Petrochenkov | -1/+1 |
| 2019-07-27 | Treat doc comments separately | Evgenii P | -8/+20 |
| 2019-07-27 | syntax_ext: `proc_macro_decls` -> `proc_macro_harness` | Vadim Petrochenkov | -3/+4 |
| 2019-07-27 | Move standard library injection into libsyntax_ext | Vadim Petrochenkov | -116/+5 |
| 2019-07-27 | Move test harness generation into libsyntax_ext | Vadim Petrochenkov | -425/+0 |
| 2019-07-27 | Move proc macro server into libsyntax | Vadim Petrochenkov | -77/+968 |
| 2019-07-27 | Break dependencies between `syntax_ext` and some other crates | Vadim Petrochenkov | -167/+10 |
| 2019-07-27 | Lint attributes on function arguments | Caio | -8/+23 |
| 2019-07-27 | Fix typo in Delimited::open_tt | Julien Cretin | -2/+2 |