about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2020-01-05Auto merge of #67808 - Marwes:projection_normalization_recurse, r=nikomatsakisbors-0/+3
2020-01-05Add backticks to various diagnosticsvarkor-10/+10
2020-01-04hir::{hir,def,itemlikevisit,pat_util,print} -> rustc_hirMazdak Farrokhzad-5763/+147
2020-01-04extract Export, ExportMap from hir::defMazdak Farrokhzad-29/+40
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/+41
2020-01-04move `HirId` to librustc_hir::hir_idMazdak Farrokhzad-85/+2
2020-01-04move def_id to new rustc_hir crateMazdak Farrokhzad-188/+2
2020-01-04move describe_as_module to where it's usedMazdak Farrokhzad-18/+22
2020-01-04remove DefId::to_dep_node (dead code)Mazdak Farrokhzad-6/+0
2020-01-04{HirId,ItemLocal}{Map,Set} -> rustc::hir & nix rustc::nodemapMazdak Farrokhzad-14/+7
2020-01-04DefId{Map,Set} -> rustc::hir::def_idMazdak Farrokhzad-19/+15
2020-01-04canonicalize rustc_session importsMazdak Farrokhzad-3/+2
2020-01-04move Node{Map,Set} -> rustc_session::node_idMazdak Farrokhzad-9/+9
2020-01-04define_id_collections -> rustc_data_structuresMazdak Farrokhzad-6/+1
2020-01-04canonicalize FxHash{Map,Set} importsMazdak Farrokhzad-30/+32
2020-01-04extract rustc::middle::codegen_fn_attrsMazdak Farrokhzad-117/+120
2020-01-04fn adt_kind -> wfcheckMazdak Farrokhzad-10/+0
2020-01-04Auto merge of #67788 - cjgillot:delint-day, r=Zoxcbors-939/+20
2020-01-04Rollup merge of #67786 - Centril:canon-span, r=petrochenkovMazdak Farrokhzad-56/+57
2020-01-03Rollup merge of #67595 - ohadravid:impl-trait-does-not-live-long-enough, r=es...Yuki Okushi-1/+1
2020-01-02Normalize `syntax::edition` imports.Mazdak Farrokhzad-1/+1
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-38/+39
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-17/+17
2020-01-02perf: Don't recurse into types that do not need normalizingMarkus Westerlind-0/+3
2020-01-01Move stability queries to librustc_passes.Camille GILLOT-4/+410
2020-01-01Move stability.rs to librustc_passes.Camille GILLOT-1001/+0
2020-01-01Move lint levels machanism in librustc_lint.Camille GILLOT-121/+2
2020-01-01Move late lint machanism in librustc_lint.Camille GILLOT-453/+9
2020-01-01Move early lint machanism in librustc_lint.Camille GILLOT-368/+12
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-114/+114
2019-12-31Auto merge of #67764 - Centril:rollup-ycbq3os, r=Centrilbors-6233/+27
2019-12-31Rollup merge of #67730 - Centril:typeck-pat-cleanup, r=estebankMazdak Farrokhzad-17/+25
2019-12-31Rollup merge of #67574 - Centril:librustc_lowering, r=Mark-SimulacrumMazdak Farrokhzad-6216/+2
2019-12-31librustc_ast_lowering: fix misc fallout.Mazdak Farrokhzad-4/+2
2019-12-31librustc_ast_lowering: move the files.Mazdak Farrokhzad-6212/+0
2019-12-31Auto merge of #67699 - cjgillot:passes-resolve, r=Zoxcbors-2864/+19
2019-12-31Auto merge of #67752 - Dylan-DPC:rollup-7f9v4nx, r=Dylan-DPCbors-876/+10
2019-12-31Rollup merge of #67697 - cjgillot:passes-scope-tree, r=ZoxcDylan DPC-876/+10
2019-12-31Change wording for lifetime suggestion for opaque types from `constraint` to ...Ohad Ravid-1/+1
2019-12-31Auto merge of #67597 - estebank:placeholder-type, r=oli-obkbors-0/+10
2019-12-31Simplify ResolveLiftimes creation.Camille GILLOT-54/+13
2019-12-31Review comments.Camille GILLOT-6/+1
2019-12-31Move resolve_lifetimes query in librustc_resolve.Camille GILLOT-0/+132
2019-12-31Move resolve_lifetime.rs to librustc_resolve.Camille GILLOT-2931/+0
2019-12-31Auto merge of #67032 - cjgillot:hirene, r=Zoxcbors-296/+171
2019-12-30Enlarge smallvec.Camille GILLOT-2/+2
2019-12-30Reduce allocations.Camille GILLOT-9/+8