| Age | Commit message (Expand) | Author | Lines |
| 2020-03-16 | Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakis | bors | -6/+14 |
| 2020-03-16 | ast/hir: `MacroDef::legacy` -> `MacroDef::macro_rules` | Vadim Petrochenkov | -1/+1 |
| 2020-03-15 | Rollup merge of #69589 - petrochenkov:maccall, r=Centril | Mazdak Farrokhzad | -4/+4 |
| 2020-03-15 | Add `min_specialization` feature | Matthew Jasper | -6/+14 |
| 2020-03-12 | ast: `Mac`/`Macro` -> `MacCall` | Vadim Petrochenkov | -4/+4 |
| 2020-03-12 | Rollup merge of #69722 - estebank:negative-impl-span-ast, r=Centril | Mazdak Farrokhzad | -53/+82 |
| 2020-03-11 | review comments | Esteban Küber | -51/+53 |
| 2020-03-10 | review comments | Esteban Küber | -37/+16 |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -1/+0 |
| 2020-03-06 | review comment | Esteban Küber | -15/+10 |
| 2020-03-06 | Suggest removal of auto trait super traits and type params | Esteban Küber | -1/+13 |
| 2020-03-06 | Further tweak spans in ast validation errors | Esteban Küber | -11/+48 |
| 2020-03-05 | review comments | Esteban Küber | -28/+24 |
| 2020-03-04 | Tweak output for invalid negative impl AST errors | Esteban Küber | -14/+22 |
| 2020-03-01 | ast: Unmerge structures for associated items and foreign items | Vadim Petrochenkov | -2/+2 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -15/+15 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-27 | Auto merge of #68434 - varkor:astconv-mismatch-error, r=nikomatsakis | bors | -65/+17 |
| 2020-02-27 | Remove spotlight usage | Guillaume Gomez | -1/+0 |
| 2020-02-24 | parse/ast: move `Defaultness` into variants. | Mazdak Farrokhzad | -15/+20 |
| 2020-02-24 | add `Span` to `ast::Defaultness::Default`. | Mazdak Farrokhzad | -6/+10 |
| 2020-02-22 | Add invalid argument spans to `GenericArgCountMismatch` | varkor | -1/+1 |
| 2020-02-22 | Move generic arg / param validation to `create_substs_for_generic_args` | varkor | -64/+16 |
| 2020-02-22 | parse: allow `type Foo: Ord` syntactically. | Mazdak Farrokhzad | -1/+8 |
| 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 |