about summary refs log tree commit diff
path: root/src/librustc/hir
AgeCommit message (Expand)AuthorLines
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-32/+34
2020-01-05librustc/hir.rs -> librustc/hir/mod.rsMazdak Farrokhzad-0/+19
2020-01-05simplify reexports in rustc::hirMazdak Farrokhzad-1/+1
2020-01-05Use self profile infrastructure for -Z time and -Z time-passesJohn Kåre Alsaker-3/+1
2020-01-04hir::{hir,def,itemlikevisit,pat_util,print} -> rustc_hirMazdak Farrokhzad-5607/+0
2020-01-04extract Export, ExportMap from hir::defMazdak Farrokhzad-26/+33
2020-01-04simplify self::Namespace::* importMazdak Farrokhzad-11/+9
2020-01-04move {Par}DeepVisitor to intravisitMazdak Farrokhzad-57/+55
2020-01-04hir::hir: simplify some importsMazdak Farrokhzad-16/+10
2020-01-04split hir/mod.rs -> hir.rs & hir/hir.rsMazdak Farrokhzad-24/+11
2020-01-04move `HirId` to librustc_hir::hir_idMazdak Farrokhzad-85/+2
2020-01-04move def_id to new rustc_hir crateMazdak Farrokhzad-188/+1
2020-01-04move describe_as_module to where it's usedMazdak Farrokhzad-7/+3
2020-01-04{HirId,ItemLocal}{Map,Set} -> rustc::hir & nix rustc::nodemapMazdak Farrokhzad-0/+3
2020-01-04DefId{Map,Set} -> rustc::hir::def_idMazdak Farrokhzad-2/+3
2020-01-04canonicalize rustc_session importsMazdak Farrokhzad-3/+2
2020-01-04move Node{Map,Set} -> rustc_session::node_idMazdak Farrokhzad-3/+3
2020-01-04canonicalize FxHash{Map,Set} importsMazdak Farrokhzad-3/+4
2020-01-04extract rustc::middle::codegen_fn_attrsMazdak Farrokhzad-115/+0
2020-01-04fn adt_kind -> wfcheckMazdak Farrokhzad-10/+0
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-4/+5
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-3/+3
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-30/+30
2019-12-31librustc_ast_lowering: fix misc fallout.Mazdak Farrokhzad-2/+1
2019-12-31librustc_ast_lowering: move the files.Mazdak Farrokhzad-6212/+0
2019-12-30Enlarge smallvec.Camille GILLOT-2/+2
2019-12-30Reduce allocations.Camille GILLOT-9/+7
2019-12-30Duplicate allocations in lowering.Camille GILLOT-3/+3
2019-12-30Avoid a few allocations.Camille GILLOT-12/+14
2019-12-30Allocate inside lower_path_extra.Camille GILLOT-38/+20
2019-12-30Retire hir::ptr.Camille GILLOT-131/+1
2019-12-30Retire HirVec.Camille GILLOT-54/+35
2019-12-30Remove HirVec from Generics.Camille GILLOT-68/+109
2019-12-29Auto merge of #66942 - cjgillot:hirene-ty, r=Zoxcbors-586/+589
2019-12-27core: add IntoFuture trait and support for awaitSean McArthur-4/+22
2019-12-27Address review.Camille GILLOT-9/+10
2019-12-27Lowering for hir::Ty.Camille GILLOT-246/+223
2019-12-27Visit for hir::Ty.Camille GILLOT-37/+33
2019-12-27Syntax for hir::Ty.Camille GILLOT-306/+332
2019-12-27Use Arena inside hir::TraitMethod.Camille GILLOT-4/+5
2019-12-27Use Arena inside hir::FnSig.Camille GILLOT-16/+18
2019-12-26Move arena_vec inside lowering.Camille GILLOT-12/+12
2019-12-26Remove some type information.Camille GILLOT-15/+13
2019-12-26Fewer calls to arena.alloc.Camille GILLOT-138/+121
2019-12-26Lowering for hir::Expr.Camille GILLOT-229/+336
2019-12-26Visit for hir::Expr.Camille GILLOT-31/+30
2019-12-26Syntax for hir::Expr.Camille GILLOT-253/+266
2019-12-24x.py fmt after previous deignoreMark Rousskov-582/+401
2019-12-23Auto merge of #66296 - Centril:bindings_after_at-init, r=pnkfelixbors-2/+11
2019-12-23Rollup merge of #67538 - varkor:lhs-assign-diagnostics, r=CentrilMazdak Farrokhzad-10/+14