| Age | Commit message (Expand) | Author | Lines |
| 2020-02-29 | Move directory `libsyntax` -> `librustc_ast` | Vadim Petrochenkov | -2681/+0 |
| 2020-02-24 | syntax: Remove `Nt(Impl,Trait,Foreign)Item` | Vadim Petrochenkov | -0/+23 |
| 2020-02-24 | parse/ast: move `Defaultness` into variants. | Mazdak Farrokhzad | -11/+17 |
| 2020-02-24 | parser: tweak item kind wording | Mazdak Farrokhzad | -6/+17 |
| 2020-02-24 | ast: add `Defaultness` to `Item`, making `AssocItem` an alias. | Mazdak Farrokhzad | -16/+7 |
| 2020-02-24 | add `Span` to `ast::Defaultness::Default`. | Mazdak Farrokhzad | -1/+1 |
| 2020-02-22 | parse: allow `type Foo: Ord` syntactically. | Mazdak Farrokhzad | -2/+2 |
| 2020-02-18 | Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkov | Mazdak Farrokhzad | -62/+39 |
| 2020-02-17 | ast: add a FIXME | Mazdak Farrokhzad | -0/+2 |
| 2020-02-17 | Rename `FunctionRetTy` to `FnRetTy` | Yuki Okushi | -7/+6 |
| 2020-02-15 | ast: tweak AssocItemKind::Macro comment | Mazdak Farrokhzad | -1/+1 |
| 2020-02-15 | Add additional comment | Aaron Hill | -0/+6 |
| 2020-02-15 | Record proc macro harness order for use during metadata deserialization | Aaron Hill | -0/+1 |
| 2020-02-15 | ast: make ForeignItemKind an alias of AssocItemKind | Mazdak Farrokhzad | -30/+3 |
| 2020-02-15 | parse extern consts | Mazdak Farrokhzad | -0/+4 |
| 2020-02-15 | parse associated statics. | Mazdak Farrokhzad | -0/+2 |
| 2020-02-15 | ast/parser: fuse `static` & `const` grammars in all contexts. | Mazdak Farrokhzad | -1/+1 |
| 2020-02-15 | ast: make `= <expr>;` optional in free statics/consts. | Mazdak Farrokhzad | -2/+2 |
| 2020-02-15 | ast: normalize `ForeignItemKind::Ty` & `AssocItemKind::TyAlias`. | Mazdak Farrokhzad | -2/+2 |
| 2020-02-15 | ast: tweak comments of Foreign/AssocItemKind | Mazdak Farrokhzad | -13/+10 |
| 2020-02-15 | ast: colocate AssocItem with ForeignItem | Mazdak Farrokhzad | -39/+39 |
| 2020-02-15 | ast: move Generics into AssocItemKinds | Mazdak Farrokhzad | -3/+2 |
| 2020-02-13 | IsAsync -> enum Async { Yes { span: Span, .. }, No } | Mazdak Farrokhzad | -13/+13 |
| 2020-02-13 | Constness -> enum Const { Yes(Span), No } | Mazdak Farrokhzad | -50/+18 |
| 2020-02-05 | parser: merge `fn` grammars wrt. bodies & headers | Mazdak Farrokhzad | -2/+13 |
| 2020-02-01 | syntax::print -> new crate rustc_ast_pretty | Mazdak Farrokhzad | -2/+2 |
| 2020-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -11/+1 |
| 2020-01-30 | Use `P` for `NtTraitItem`, `NtImplItem`, and `NtForeignItem`. | Nicholas Nethercote | -3/+3 |
| 2020-01-26 | Suggest defining type parameter when appropriate | Esteban Küber | -0/+14 |
| 2020-01-20 | Parse `?const ?Trait` | Dylan MacKenzie | -0/+5 |
| 2020-01-20 | Add `constness` field to `ty::Predicate::Trait` | Dylan MacKenzie | -1/+2 |
| 2020-01-20 | Revert "Add a `constness` field to `ast::TraitRef`" | Dylan MacKenzie | -17/+3 |
| 2020-01-20 | Add `MaybeConst` variant to `{ast,hir}::TraitBoundModifier` | Dylan MacKenzie | -2/+9 |
| 2020-01-19 | Add `constness` field to `ast::ItemKind::Impl` | Dylan MacKenzie | -0/+1 |
| 2020-01-17 | Use named fields for `ast::ItemKind::Impl` | Dylan MacKenzie | -10/+13 |
| 2020-01-14 | Code review changes and fix rustdoc test. | Ben Lewis | -33/+6 |
| 2020-01-14 | perf: eagerly convert literals to consts, this avoids creating loads on uneva... | Ben Lewis | -7/+34 |
| 2020-01-10 | Introduce `#![feature(half_open_range_patterns)]`. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-09 | Add a `constness` field to `ast::TraitRef` | Dylan MacKenzie | -3/+17 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -4/+3 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -3/+3 |
| 2019-12-28 | doc comments: Less attribute mimicking | Vadim Petrochenkov | -4/+0 |
| 2019-12-23 | Add new folder for destructuring assignment tests | varkor | -0/+1 |
| 2019-12-23 | Add span information to `ExprKind::Assign` | varkor | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -128/+130 |
| 2019-12-21 | Rollup merge of #67355 - Centril:merge-mut, r=oli-obk | Mazdak Farrokhzad | -10/+10 |
| 2019-12-20 | introduce 'type AttrVec' | Mazdak Farrokhzad | -8/+11 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -10/+10 |
| 2019-12-20 | Rollup merge of #67131 - Centril:item-merge, r=petrochenkov | Mazdak Farrokhzad | -36/+25 |
| 2019-12-18 | Fix comment ordering | Matthew Jasper | -4/+4 |