| Age | Commit message (Expand) | Author | Lines |
| 2020-05-29 | Remove remaining calls to `as_local_node_id` | marmeladema | -4/+7 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -1/+1 |
| 2020-04-14 | Rename AssocKind::Method to AssocKind::Fn | Rustin-Liu | -2/+2 |
| 2020-04-08 | librustc_hir: return LocalDefId instead of DefId in local_def_id | marmeladema | -5/+5 |
| 2020-04-06 | Auto merge of #70737 - Centril:cleanup-lower-item-id, r=estebank | bors | -11/+2 |
| 2020-04-03 | cleanup lower_item_id | Mazdak Farrokhzad | -11/+2 |
| 2020-04-01 | Hide `task_context` when lowering body | Jonas Schievink | -0/+2 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -10/+7 |
| 2020-03-23 | Auto merge of #69649 - estebank:negative-impl-span, r=Centril | bors | -13/+21 |
| 2020-03-22 | Tweak output for invalid negative impl errors | Esteban Küber | -13/+21 |
| 2020-03-21 | lowering: bug! -> panic! | Mazdak Farrokhzad | -4/+3 |
| 2020-03-21 | separate out an arena for HIR | Mazdak Farrokhzad | -1/+1 |
| 2020-03-21 | Rollup merge of #69033 - jonas-schievink:resume-with-context, r=tmandry | Mazdak Farrokhzad | -2/+2 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in hir::lowering. | Eduard-Mihai Burtescu | -9/+14 |
| 2020-03-17 | Don't create AST fragments when lowering to HIR | Jonas Schievink | -1/+1 |
| 2020-03-17 | Make async/await lowering use resume arguments | Jonas Schievink | -1/+1 |
| 2020-03-16 | Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasper | Dylan DPC | -4/+4 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -3/+3 |
| 2020-03-16 | hygiene: `modern` -> `normalize_to_macros_2_0` | Vadim Petrochenkov | -1/+1 |
| 2020-03-16 | ast/hir: `MacroDef::legacy` -> `MacroDef::macro_rules` | Vadim Petrochenkov | -3/+3 |
| 2020-03-15 | Rollup merge of #69988 - petrochenkov:nomacrodef, r=Centril | Mazdak Farrokhzad | -6/+6 |
| 2020-03-15 | Rollup merge of #69589 - petrochenkov:maccall, r=Centril | Mazdak Farrokhzad | -6/+6 |
| 2020-03-14 | rustc_metadata: Remove `rmeta::MacroDef` | Vadim Petrochenkov | -6/+6 |
| 2020-03-12 | ast: `Mac`/`Macro` -> `MacCall` | Vadim Petrochenkov | -6/+6 |
| 2020-03-12 | Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper | Mazdak Farrokhzad | -2/+2 |
| 2020-03-03 | rename TraitItemKind::Method -> Fn | Mark Mansi | -2/+2 |
| 2020-03-01 | ast: Unmerge structures for associated items and foreign items | Vadim Petrochenkov | -14/+6 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -4/+4 |
| 2020-02-24 | parse/ast: move `Defaultness` into variants. | Mazdak Farrokhzad | -24/+24 |
| 2020-02-24 | add `Span` to `ast::Defaultness::Default`. | Mazdak Farrokhzad | -8/+4 |
| 2020-02-22 | parse: allow `type Foo: Ord` syntactically. | Mazdak Farrokhzad | -9/+9 |
| 2020-02-18 | Remove "not yet implemented" warning | Dylan MacKenzie | -9/+1 |
| 2020-02-15 | parse extern consts | Mazdak Farrokhzad | -0/+5 |
| 2020-02-15 | parse associated statics. | Mazdak Farrokhzad | -4/+9 |
| 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 | -18/+19 |
| 2020-02-15 | ast: normalize `ForeignItemKind::Ty` & `AssocItemKind::TyAlias`. | Mazdak Farrokhzad | -1/+1 |
| 2020-02-15 | ast: move Generics into AssocItemKinds | Mazdak Farrokhzad | -26/+19 |
| 2020-02-14 | Distinguish RPIT from other impl trait | Matthew Jasper | -4/+10 |
| 2020-02-13 | IsAsync -> enum Async { Yes { span: Span, .. }, No } | Mazdak Farrokhzad | -15/+12 |
| 2020-02-13 | Constness -> enum Const { Yes(Span), No } | Mazdak Farrokhzad | -7/+23 |
| 2020-02-05 | parser: merge `fn` grammars wrt. bodies & headers | Mazdak Farrokhzad | -26/+22 |
| 2020-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -1/+1 |
| 2020-01-21 | Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk | Mazdak Farrokhzad | -3/+4 |
| 2020-01-19 | Add `constness` field to `hir::ItemKind::Impl` | Dylan MacKenzie | -1/+2 |
| 2020-01-19 | Add `constness` field to `ast::ItemKind::Impl` | Dylan MacKenzie | -3/+3 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -1/+0 |
| 2020-01-17 | Use named fields for `hir::ItemKind::Impl` | Dylan MacKenzie | -7/+7 |
| 2020-01-17 | Use named fields for `ast::ItemKind::Impl` | Dylan MacKenzie | -10/+11 |
| 2020-01-10 | Rollup merge of #67922 - Centril:lowering-cleanup, r=petrochenkov | Mazdak Farrokhzad | -7/+4 |