| Age | Commit message (Expand) | Author | Lines |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -32/+34 |
| 2020-01-05 | librustc/hir.rs -> librustc/hir/mod.rs | Mazdak Farrokhzad | -0/+19 |
| 2020-01-05 | simplify reexports in rustc::hir | Mazdak Farrokhzad | -1/+1 |
| 2020-01-05 | Use self profile infrastructure for -Z time and -Z time-passes | John Kåre Alsaker | -3/+1 |
| 2020-01-04 | hir::{hir,def,itemlikevisit,pat_util,print} -> rustc_hir | Mazdak Farrokhzad | -5607/+0 |
| 2020-01-04 | extract Export, ExportMap from hir::def | Mazdak Farrokhzad | -26/+33 |
| 2020-01-04 | simplify self::Namespace::* import | Mazdak Farrokhzad | -11/+9 |
| 2020-01-04 | move {Par}DeepVisitor to intravisit | Mazdak Farrokhzad | -57/+55 |
| 2020-01-04 | hir::hir: simplify some imports | Mazdak Farrokhzad | -16/+10 |
| 2020-01-04 | split hir/mod.rs -> hir.rs & hir/hir.rs | Mazdak Farrokhzad | -24/+11 |
| 2020-01-04 | move `HirId` to librustc_hir::hir_id | Mazdak Farrokhzad | -85/+2 |
| 2020-01-04 | move def_id to new rustc_hir crate | Mazdak Farrokhzad | -188/+1 |
| 2020-01-04 | move describe_as_module to where it's used | Mazdak Farrokhzad | -7/+3 |
| 2020-01-04 | {HirId,ItemLocal}{Map,Set} -> rustc::hir & nix rustc::nodemap | Mazdak Farrokhzad | -0/+3 |
| 2020-01-04 | DefId{Map,Set} -> rustc::hir::def_id | Mazdak Farrokhzad | -2/+3 |
| 2020-01-04 | canonicalize rustc_session imports | Mazdak Farrokhzad | -3/+2 |
| 2020-01-04 | move Node{Map,Set} -> rustc_session::node_id | Mazdak Farrokhzad | -3/+3 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -3/+4 |
| 2020-01-04 | extract rustc::middle::codegen_fn_attrs | Mazdak Farrokhzad | -115/+0 |
| 2020-01-04 | fn adt_kind -> wfcheck | Mazdak Farrokhzad | -10/+0 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -4/+5 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -3/+3 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -30/+30 |
| 2019-12-31 | librustc_ast_lowering: fix misc fallout. | Mazdak Farrokhzad | -2/+1 |
| 2019-12-31 | librustc_ast_lowering: move the files. | Mazdak Farrokhzad | -6212/+0 |
| 2019-12-30 | Enlarge smallvec. | Camille GILLOT | -2/+2 |
| 2019-12-30 | Reduce allocations. | Camille GILLOT | -9/+7 |
| 2019-12-30 | Duplicate allocations in lowering. | Camille GILLOT | -3/+3 |
| 2019-12-30 | Avoid a few allocations. | Camille GILLOT | -12/+14 |
| 2019-12-30 | Allocate inside lower_path_extra. | Camille GILLOT | -38/+20 |
| 2019-12-30 | Retire hir::ptr. | Camille GILLOT | -131/+1 |
| 2019-12-30 | Retire HirVec. | Camille GILLOT | -54/+35 |
| 2019-12-30 | Remove HirVec from Generics. | Camille GILLOT | -68/+109 |
| 2019-12-29 | Auto merge of #66942 - cjgillot:hirene-ty, r=Zoxc | bors | -586/+589 |
| 2019-12-27 | core: add IntoFuture trait and support for await | Sean McArthur | -4/+22 |
| 2019-12-27 | Address review. | Camille GILLOT | -9/+10 |
| 2019-12-27 | Lowering for hir::Ty. | Camille GILLOT | -246/+223 |
| 2019-12-27 | Visit for hir::Ty. | Camille GILLOT | -37/+33 |
| 2019-12-27 | Syntax for hir::Ty. | Camille GILLOT | -306/+332 |
| 2019-12-27 | Use Arena inside hir::TraitMethod. | Camille GILLOT | -4/+5 |
| 2019-12-27 | Use Arena inside hir::FnSig. | Camille GILLOT | -16/+18 |
| 2019-12-26 | Move arena_vec inside lowering. | Camille GILLOT | -12/+12 |
| 2019-12-26 | Remove some type information. | Camille GILLOT | -15/+13 |
| 2019-12-26 | Fewer calls to arena.alloc. | Camille GILLOT | -138/+121 |
| 2019-12-26 | Lowering for hir::Expr. | Camille GILLOT | -229/+336 |
| 2019-12-26 | Visit for hir::Expr. | Camille GILLOT | -31/+30 |
| 2019-12-26 | Syntax for hir::Expr. | Camille GILLOT | -253/+266 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -582/+401 |
| 2019-12-23 | Auto merge of #66296 - Centril:bindings_after_at-init, r=pnkfelix | bors | -2/+11 |
| 2019-12-23 | Rollup merge of #67538 - varkor:lhs-assign-diagnostics, r=Centril | Mazdak Farrokhzad | -10/+14 |