| Age | Commit message (Expand) | Author | Lines |
| 2020-05-29 | Remove remaining calls to `as_local_node_id` | marmeladema | -4/+4 |
| 2020-05-22 | Remove `macro_defs` map | Aaron Hill | -4/+9 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -3/+3 |
| 2020-04-08 | librustc_hir: return LocalDefId instead of DefId in local_def_id | marmeladema | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -2/+2 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -2/+2 |
| 2020-03-24 | resolve: Remove `rustc_attrs` as a standalone feature gate | Vadim Petrochenkov | -11/+6 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -1/+1 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -9/+5 |
| 2020-03-17 | Rollup merge of #69870 - petrochenkov:cfgacc, r=matthewjasper | Mazdak Farrokhzad | -0/+36 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -9/+5 |
| 2020-03-16 | hygiene: `modern` -> `normalize_to_macros_2_0` | Vadim Petrochenkov | -1/+7 |
| 2020-03-16 | Other `legacy` -> `macro_rules` | Vadim Petrochenkov | -4/+6 |
| 2020-03-16 | resolve: `Legacy(Scope,Binding)` -> `MacroRules(Scope,Binding)` | Vadim Petrochenkov | -14/+16 |
| 2020-03-10 | builtin_macros: Add attribute macro `#[cfg_accessible(path)]` | Vadim Petrochenkov | -0/+36 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 |
| 2020-02-01 | syntax::print -> new crate rustc_ast_pretty | Mazdak Farrokhzad | -1/+1 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-11 | simplify feature_err imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -2/+2 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-02 | Normalize `syntax::edition` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -4/+4 |
| 2019-12-30 | Rename `rustc_resolve/resolve_imports.rs` -> `rustc_resolve/imports.rs` | Vadim Petrochenkov | -1/+1 |
| 2019-12-30 | Rename `libsyntax_ext` and `libsyntax_expand` in code | Vadim Petrochenkov | -4/+4 |
| 2019-12-22 | Format the world | Mark Rousskov | -296/+439 |
| 2019-11-30 | move GateIssue to rustc_feature & simplify emit_feature_err | Mazdak Farrokhzad | -8/+3 |
| 2019-11-30 | builtin_attrs.rs -> rustc_feature | Mazdak Farrokhzad | -3/+3 |
| 2019-11-24 | rustc_plugin: Remove support for syntactic plugins | Vadim Petrochenkov | -10/+5 |
| 2019-11-19 | resolve: Give derive helpers highest priority during resolution | Vadim Petrochenkov | -9/+16 |
| 2019-11-17 | Rollup merge of #66344 - petrochenkov:noregattr, r=matthewjasper | Yuki Okushi | -7/+0 |
| 2019-11-16 | rustc_plugin: Remove `Registry::register_attribute` | Vadim Petrochenkov | -7/+0 |
| 2019-11-16 | expand: Stop marking derive helper attributes as known | Vadim Petrochenkov | -0/+3 |
| 2019-11-16 | resolve: Introduce a new scope for derive helpers | Vadim Petrochenkov | -1/+21 |
| 2019-11-16 | resolve: `Scope::DeriveHelpers` -> `Scope::DeriveHelpersCompat` | Vadim Petrochenkov | -1/+1 |
| 2019-11-10 | Auto merge of #66070 - petrochenkov:regattr, r=matthewjasper | bors | -65/+73 |
| 2019-11-09 | Move next_node_id to Resolver | Mark Rousskov | -1/+1 |
| 2019-11-09 | Address review comments | Vadim Petrochenkov | -1/+3 |
| 2019-11-09 | resolve: Factor out some common binding creation functionality | Vadim Petrochenkov | -29/+14 |
| 2019-11-09 | resolve: Remove some bits relevant only to legacy plugins | Vadim Petrochenkov | -19/+11 |
| 2019-11-09 | Remove `#[feature(custom_attribute)]` | Vadim Petrochenkov | -24/+2 |
| 2019-11-09 | Support registering attributes and attribute tools using crate-level attributes | Vadim Petrochenkov | -9/+60 |
| 2019-11-06 | Make doc comments cheaper with `AttrKind`. | Nicholas Nethercote | -1/+1 |
| 2019-11-06 | Remove unnecessary `Deref` impl for `Attribute`. | Nicholas Nethercote | -1/+4 |
| 2019-11-05 | Review feedback: alpha-rename field from `copy_derives` to `containers_dervin... | Felix S. Klock II | -2/+2 |
| 2019-11-05 | Review feedback: Remove more stuff! Simplify simplify simplify! | Felix S. Klock II | -5/+4 |
| 2019-11-03 | Migrate resolver over to internal lint buffer | Mark Rousskov | -7/+9 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -6/+7 |
| 2019-10-19 | expand: Simplify expansion of derives | Vadim Petrochenkov | -6/+2 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -5/+5 |