about summary refs log tree commit diff
path: root/src/librustc_trait_selection
AgeCommit message (Expand)AuthorLines
2020-03-21rustc: keep upvars tupled in {Closure,Generator}Substs.Eduard-Mihai Burtescu-56/+35
2020-03-21Rollup merge of #70119 - eddyb:typeck-tables-local-def-id, r=petrochenkovDylan DPC-3/+3
2020-03-21traits/fulfill: add a couple FIXME comments about potential optimizations.Eduard-Mihai Burtescu-0/+5
2020-03-21traits/fulfill: allow `stalled_on` to track `ty::Const::Infer(_)` (unused yet).Eduard-Mihai Burtescu-27/+22
2020-03-21infer: export methods on `InferCtxt` instead of `ShallowResolver`.Eduard-Mihai Burtescu-3/+3
2020-03-21Rollup merge of #70089 - eddyb:closure-sig-infer, r=nikomatsakisMazdak Farrokhzad-8/+6
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-20/+16
2020-03-19rustc: use LocalDefId instead of DefId in TypeckTables.Eduard-Mihai Burtescu-3/+3
2020-03-19rustc: use LocalDefId instead of DefIndex in HirId.Eduard-Mihai Burtescu-2/+2
2020-03-18Rollup merge of #69920 - Centril:hir-cleanup, r=ZoxcMazdak Farrokhzad-3/+3
2020-03-18rustc_infer: remove InferCtxt::closure_sig as the FnSig is always shallowly k...Eduard-Mihai Burtescu-8/+6
2020-03-17Erase regions in writebackMatthew Jasper-2/+2
2020-03-16Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakisbors-28/+38
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-2/+2
2020-03-16remove unnecessary hir::map importsMazdak Farrokhzad-1/+1
2020-03-15More Method->Fn renamingMark Mansi-4/+4
2020-03-15Avoid ICEs when we emit errors constructing the specialization graphMatthew Jasper-27/+35
2020-03-15Add `min_specialization` featureMatthew Jasper-1/+3
2020-03-14Index HIR after creating TyCtxtJohn Kåre Alsaker-1/+1
2020-03-14Update `krate_attrs` and `get_module`John Kåre Alsaker-1/+1
2020-03-14Trim dependencies and features.Camille GILLOT-11/+2
2020-03-14Split librustc_infer.Camille GILLOT-1187/+1280
2020-03-14Move rustc_infer::traits to new crate rustc_trait_selection.Camille GILLOT-0/+17893