| Age | Commit message (Expand) | Author | Lines |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -873/+0 |
| 2020-03-28 | Auto merge of #70483 - Centril:rollup-slli4yf, r=Centril | bors | -1/+1 |
| 2020-03-27 | clarify hir_id <-> node_id method names | Bastian Kauschke | -1/+1 |
| 2020-03-26 | Retire DepGraphSafe and HashStableContext. | Camille GILLOT | -2/+0 |
| 2020-03-24 | normalize some imports, prefer direct ones. | Mazdak Farrokhzad | -7/+8 |
| 2020-03-24 | Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomatsakis | Mazdak Farrokhzad | -3/+0 |
| 2020-03-23 | Remove `ReClosureBound` | Matthew Jasper | -3/+0 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in hir::map::definitions. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in ich. | Eduard-Mihai Burtescu | -24/+9 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in HirId. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-03-19 | rustc: introduce DefId::as_local(self) -> Option<LocalDefId> and use it. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-03-18 | Properly handle Spans that reference imported SourceFiles | Aaron Hill | -5/+3 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -3/+2 |
| 2020-03-14 | Update `visit_item_likes_in_module` | John Kåre Alsaker | -15/+7 |
| 2020-03-14 | Add HIR queries | John Kåre Alsaker | -62/+9 |
| 2020-03-01 | Rollup merge of #69580 - matthiaskrgr:map_clone, r=Centril | Yuki Okushi | -1/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -3/+3 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | use .copied() instead of .map(|x| *x) on iterators | Matthias Krüger | -1/+1 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -2/+2 |
| 2020-02-22 | Rename CodeMap to SourceMap follow up | Maxim Zholobak | -1/+1 |
| 2020-02-15 | Panic when hashing node IDs | John Kåre Alsaker | -6/+3 |
| 2020-02-15 | Treat NodeIs as pure values for incremental compilation | John Kåre Alsaker | -19/+3 |
| 2020-02-13 | Use HirId in TraitCandidate. | Camille GILLOT | -1/+0 |
| 2020-02-11 | Move it all into rustc_hir. | Camille GILLOT | -2/+0 |
| 2020-02-11 | Move lang_items definitions to librustc_lang_items. | Camille GILLOT | -6/+2 |
| 2020-02-09 | Rollup merge of #68718 - Aaron1011:move-def-hir-span, r=petrochenkov | Dylan DPC | -6/+6 |
| 2020-02-08 | Move librustc_hir/def_id.rs to librustc_span/def_id.rs | Aaron Hill | -6/+6 |
| 2020-02-07 | Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasper | bors | -1/+4 |
| 2020-02-07 | Remove HashStable impl for ast::Lifetime | John Kåre Alsaker | -7/+0 |
| 2020-02-06 | index ReEmpty by universe | Niko Matsakis | -1/+4 |
| 2020-02-05 | move item reference comment | ljedrz | -7/+0 |
| 2020-02-05 | merge item id stable hashing functions | ljedrz | -20/+1 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -13/+10 |
| 2020-01-04 | hir::{hir,def,itemlikevisit,pat_util,print} -> rustc_hir | Mazdak Farrokhzad | -145/+137 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -2/+2 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -13/+13 |
| 2019-12-27 | Syntax for hir::Ty. | Camille GILLOT | -2/+2 |
| 2019-12-26 | Syntax for hir::Expr. | Camille GILLOT | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -190/+110 |
| 2019-12-21 | Use Arena inside hir::Body. | Camille GILLOT | -2/+2 |
| 2019-12-21 | Use Arena inside hir::Mod. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::ImplItem. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::TraitItem. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::Item. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::Crate. | Camille GILLOT | -2/+2 |
| 2019-12-18 | Remove some unnecessary `ATTR_*` constants. | Nicholas Nethercote | -15/+7 |
| 2019-11-30 | introduce crate rustc_feature and move active, accepted, and removed to it | Mazdak Farrokhzad | -2/+1 |