| Age | Commit message (Expand) | Author | Lines |
| 2020-01-21 | Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk | Mazdak Farrokhzad | -12/+6 |
| 2020-01-19 | Store `impl const` in `ItemKind::Impl` | Dylan MacKenzie | -12/+4 |
| 2020-01-19 | Add `constness` field to `ast::ItemKind::Impl` | Dylan MacKenzie | -0/+2 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -1/+0 |
| 2020-01-17 | Use named fields for `ast::ItemKind::Impl` | Dylan MacKenzie | -10/+10 |
| 2020-01-11 | Rollup merge of #68084 - estebank:ice-68000, r=varkor | Mazdak Farrokhzad | -3/+3 |
| 2020-01-10 | Change `next_point` when `shrink_to_hi` is more appropriate | Esteban Küber | -2/+2 |
| 2020-01-09 | Do not ICE on unicode next point | Esteban Küber | -1/+1 |
| 2020-01-10 | Rollup merge of #68073 - Centril:fix-68062, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2020-01-10 | Rollup merge of #68071 - estebank:ice-67995, r=Centril | Mazdak Farrokhzad | -1/+5 |
| 2020-01-09 | Reject `const` in inherent impls | Dylan MacKenzie | -3/+12 |
| 2020-01-09 | Parse `impl const Trait for Ty` syntax | Dylan MacKenzie | -3/+11 |
| 2020-01-09 | Extend support of `_` in type parameters | Esteban Küber | -1/+5 |
| 2020-01-09 | expect `fn` after `const unsafe` / `const extern` | Mazdak Farrokhzad | -1/+1 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -2/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -3/+3 |
| 2019-12-31 | parser::item: remove .fatal calls | Mazdak Farrokhzad | -8/+7 |
| 2019-12-31 | parser: span_fatal -> struct_span_err | Mazdak Farrokhzad | -3/+1 |
| 2019-12-31 | de-fatalize some errors | Mazdak Farrokhzad | -1/+1 |
| 2019-12-31 | parser: call .struct_span_err directly | Mazdak Farrokhzad | -12/+8 |
| 2019-12-23 | extract parse_not_expr | Mazdak Farrokhzad | -4/+4 |
| 2019-12-22 | Format the world | Mark Rousskov | -288/+262 |
| 2019-12-22 | Rollup merge of #67148 - Centril:ty-polish, r=estebank | Mazdak Farrokhzad | -5/+2 |
| 2019-12-21 | extract parse_array_or_slice_ty | Mazdak Farrokhzad | -5/+2 |
| 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 | -4/+3 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -10/+10 |
| 2019-12-12 | `AssocImplKind::{Method -> Fn}`. | Mazdak Farrokhzad | -1/+1 |
| 2019-12-12 | More c-variadic errors as semantic restrictions. | Mazdak Farrokhzad | -45/+10 |
| 2019-12-12 | Move `allow_c_varadic` logic to `ast_validation`. | Mazdak Farrokhzad | -14/+2 |
| 2019-12-12 | Unify associated item parsing more. | Mazdak Farrokhzad | -29/+20 |
| 2019-12-12 | parse: refactor fun ret ty & param ty | Mazdak Farrokhzad | -3/+3 |
| 2019-12-12 | Relocate `is_const_item`. | Mazdak Farrokhzad | -7/+7 |
| 2019-12-12 | Unify associated item parsing. | Mazdak Farrokhzad | -50/+20 |
| 2019-12-12 | Unify associated function parsing. | Mazdak Farrokhzad | -42/+23 |
| 2019-12-12 | Fuse associated type parsing. | Mazdak Farrokhzad | -29/+4 |
| 2019-12-12 | Fuse associated constant parsing. | Mazdak Farrokhzad | -20/+8 |
| 2019-12-12 | Unify `{Trait,Impl}ItemKind::TyAlias` structures. | Mazdak Farrokhzad | -3/+27 |
| 2019-12-12 | `TraitItemKind::Type` -> `TraitItemKind::TyAlias`. | Mazdak Farrokhzad | -1/+1 |
| 2019-12-12 | Use `Option` in `ImplItemKind::Method`. | Mazdak Farrokhzad | -7/+5 |
| 2019-12-12 | Use `Option` in `ImplItemKind::Const`. | Mazdak Farrokhzad | -7/+10 |
| 2019-12-12 | Alias `TraitItem` & `ImplItem`. | Mazdak Farrokhzad | -2/+4 |
| 2019-12-07 | Make `ForeignItem` an alias of `Item`. | Mazdak Farrokhzad | -1/+5 |
| 2019-12-06 | accept union inside enum if not followed by identifier | Kamlesh Kumar | -2/+3 |
| 2019-12-05 | rustc_parser: cleanup imports | Mazdak Farrokhzad | -4/+3 |
| 2019-12-03 | Rollup merge of #66903 - Centril:parse-enum-variant, r=estebank | Mazdak Farrokhzad | -2/+2 |
| 2019-12-02 | syntax: Use `ast::MacArgs` for macro definitions | Vadim Petrochenkov | -21/+19 |
| 2019-12-02 | syntax: Remove redundant span from `ast::Mac` | Vadim Petrochenkov | -5/+0 |
| 2019-12-02 | syntax: Introduce a struct `MacArgs` for macro arguments | Vadim Petrochenkov | -12/+10 |
| 2019-11-30 | parse_enum_item -> parse_enum_variant | Mazdak Farrokhzad | -2/+2 |