| Age | Commit message (Expand) | Author | Lines |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-27 | Rollup merge of #70344 - Centril:hir-pretty, r=eddyb | Dylan DPC | -6/+10 |
| 2020-03-24 | fmt | Jeremy Stucki | -1/+1 |
| 2020-03-24 | decouple rustc_hir::print from crate | Mazdak Farrokhzad | -6/+10 |
| 2020-03-23 | Increase verbosity when using update syntax | Jeremy Stucki | -4/+11 |
| 2020-03-22 | Normalize wording of privacy access labels | Esteban Küber | -4/+12 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -2/+2 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in HirId. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -2/+3 |
| 2020-03-16 | Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasper | Dylan DPC | -1/+1 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -1/+2 |
| 2020-03-16 | remove unnecessary hir::map imports | Mazdak Farrokhzad | -1/+1 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -3/+2 |
| 2020-03-16 | ast/hir: `MacroDef::legacy` -> `MacroDef::macro_rules` | Vadim Petrochenkov | -1/+1 |
| 2020-03-15 | Auto merge of #68944 - Zoxc:hir-map, r=eddyb | bors | -13/+13 |
| 2020-03-14 | Index HIR after creating TyCtxt | John Kåre Alsaker | -13/+13 |
| 2020-03-14 | rustc_metadata: Remove `rmeta::MacroDef` | Vadim Petrochenkov | -1/+1 |
| 2020-03-03 | DefKind::Method -> DefKind::AssocFn | Mark Mansi | -2/+2 |
| 2020-03-01 | Auto merge of #69380 - Zoxc:parent-module, r=michaelwoerister | bors | -1/+1 |
| 2020-03-01 | Auto merge of #69592 - petrochenkov:nosyntax, r=Centril | bors | -2/+2 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -2/+2 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | Add a `parent_module_from_def_id` query | John Kåre Alsaker | -1/+1 |
| 2020-02-29 | remove unneeded .as_ref() calls. | Matthias Krüger | -1/+1 |
| 2020-02-11 | Move more into decorate functions. | jumbatm | -4/+4 |
| 2020-02-11 | Run RustFmt | jumbatm | -11/+13 |
| 2020-02-11 | Invert control in struct_lint_level. | jumbatm | -14/+15 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1/+2 |
| 2020-01-21 | Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2020-01-20 | Track constness while lowering bounds | Dylan MacKenzie | -1/+1 |
| 2020-01-20 | Add `constness` field to `ty::Predicate::Trait` | Dylan MacKenzie | -1/+1 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -3/+0 |
| 2020-01-17 | Use named fields for `hir::ItemKind::Impl` | Dylan MacKenzie | -22/+22 |
| 2020-01-10 | Fix issue with using `self` module via indirection | varkor | -0/+3 |
| 2020-01-08 | normalize rustc::hir::intravisit imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-08 | intravisit: abstract over HIR Map | Mazdak Farrokhzad | -7/+22 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -3/+2 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -3/+5 |
| 2020-01-04 | move {Par}DeepVisitor to intravisit | Mazdak Farrokhzad | -2/+1 |
| 2020-01-04 | {HirId,ItemLocal}{Map,Set} -> rustc::hir & nix rustc::nodemap | Mazdak Farrokhzad | -2/+1 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -3/+3 |
| 2019-12-31 | Auto merge of #67032 - cjgillot:hirene, r=Zoxc | bors | -1/+1 |
| 2019-12-30 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2019-12-30 | Remove HirVec from Generics. | Camille GILLOT | -1/+1 |
| 2019-12-27 | Fallout in other crates. | Camille GILLOT | -14/+17 |
| 2019-12-26 | Fallout in other crates. | Camille GILLOT | -11/+11 |
| 2019-12-23 | Add span information to `ExprKind::Assign` | varkor | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -199/+260 |
| 2019-12-21 | Use Arena inside hir::Mod. | Camille GILLOT | -4/+4 |