| Age | Commit message (Expand) | Author | Lines |
| 2020-02-18 | Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkov | Mazdak Farrokhzad | -13/+94 |
| 2020-02-17 | Rename `FunctionRetTy` to `FnRetTy` | Yuki Okushi | -3/+3 |
| 2020-02-15 | reject assoc statics & extern consts during parsing | Mazdak Farrokhzad | -25/+3 |
| 2020-02-15 | parse extern consts | Mazdak Farrokhzad | -1/+18 |
| 2020-02-15 | parse associated statics. | Mazdak Farrokhzad | -2/+7 |
| 2020-02-15 | ast/parser: fuse `static` & `const` grammars in all contexts. | Mazdak Farrokhzad | -7/+27 |
| 2020-02-15 | ast: make `= <expr>;` optional in free statics/consts. | Mazdak Farrokhzad | -0/+8 |
| 2020-02-15 | ast: normalize `ForeignItemKind::Ty` & `AssocItemKind::TyAlias`. | Mazdak Farrokhzad | -6/+59 |
| 2020-02-15 | ast: move Generics into AssocItemKinds | Mazdak Farrokhzad | -6/+6 |
| 2020-02-13 | ast_validation: tweak diagnostic output | Mazdak Farrokhzad | -12/+23 |
| 2020-02-13 | parser: fuse free `fn` parsing together. | Mazdak Farrokhzad | -1/+25 |
| 2020-02-13 | IsAsync -> enum Async { Yes { span: Span, .. }, No } | Mazdak Farrokhzad | -6/+6 |
| 2020-02-13 | Constness -> enum Const { Yes(Span), No } | Mazdak Farrokhzad | -18/+15 |
| 2020-02-09 | Make issue references consistent | Matthias Prechtl | -1/+2 |
| 2020-02-05 | ast_validation: fix visiting bug. | Mazdak Farrokhzad | -21/+28 |
| 2020-02-05 | parser: merge `fn` grammars wrt. bodies & headers | Mazdak Farrokhzad | -164/+214 |
| 2020-02-04 | Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini | bors | -2/+0 |
| 2020-02-02 | Rollup merge of #68764 - Centril:self-semantic, r=petrochenkov | Mazdak Farrokhzad | -8/+36 |
| 2020-02-02 | parser: address review comments re. `self`. | Mazdak Farrokhzad | -2/+2 |
| 2020-02-02 | parser: move restrictions re. `self` to `ast_validation`. | Mazdak Farrokhzad | -8/+36 |
| 2020-02-01 | syntax::print -> new crate rustc_ast_pretty | Mazdak Farrokhzad | -1/+2 |
| 2020-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -1/+1 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1/+2 |
| 2020-02-01 | {syntax -> rustc_ast_passes}::node_count | Mazdak Farrokhzad | -0/+142 |
| 2020-01-31 | Drop cfg(bootstrap) code | Mark Rousskov | -2/+0 |
| 2020-01-21 | Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk | Mazdak Farrokhzad | -14/+19 |
| 2020-01-20 | Parse `?const ?Trait` | Dylan MacKenzie | -4/+13 |
| 2020-01-20 | Add `MaybeConst` variant to `{ast,hir}::TraitBoundModifier` | Dylan MacKenzie | -16/+4 |
| 2020-01-19 | Store `impl const` in `ItemKind::Impl` | Dylan MacKenzie | -2/+8 |
| 2020-01-19 | Add `constness` field to `ast::ItemKind::Impl` | Dylan MacKenzie | -0/+2 |
| 2020-01-20 | Rollup merge of #68353 - Centril:code-liberation, r=petrochenkov | Dylan DPC | -4/+0 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -4/+0 |
| 2020-01-18 | slice_patterns: remove internal uses of gate | Mazdak Farrokhzad | -1/+1 |
| 2020-01-18 | stabilize slice_patterns | Mazdak Farrokhzad | -21/+0 |
| 2020-01-17 | Use named fields for `ast::ItemKind::Impl` | Dylan MacKenzie | -5/+21 |
| 2020-01-12 | Diagnostics should start lowercase | varkor | -1/+1 |
| 2020-01-12 | Rollup merge of #68045 - Centril:liberate-lints, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2020-01-11 | feature_gate: Remove `GateStrength` | Vadim Petrochenkov | -37/+10 |
| 2020-01-11 | canonicalize some lint imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-11 | {syntax -> rustc_ast_passes}::show_span | Mazdak Farrokhzad | -0/+71 |
| 2020-01-11 | {syntax -> rustc_ast_passes}::feature_gate | Mazdak Farrokhzad | -0/+732 |
| 2020-01-11 | ast_validation -> new crate rustc_ast_passes | Mazdak Farrokhzad | -0/+1063 |