rust/src/librustc/middle
Eduard-Mihai Burtescu 34bd8f3a20 Rollup merge of #32332 - jonas-schievink:issue32323, r=arielb1
liveness: substitute bound regions with free ones before normalizing the return type

Fixes #32323

r? @arielb1
2016-03-19 12:30:01 +02:00
..
cfg hir, mir: Separate HIR expressions / MIR operands from InlineAsm. 2016-03-17 21:51:55 +02:00
infer Move projection_mode to InferContext rather than SelectionContext to reduce chance of bugs 2016-03-14 15:05:13 -07:00
traits Fixes after rebase 2016-03-14 15:05:15 -07:00
ty mir: Unsize ConstVal::ByteStr before comparing &[u8] against it. 2016-03-17 21:51:53 +02:00
astconv_util.rs Rename middle::ty::ctxt to TyCtxt 2016-03-03 07:37:56 +00:00
check_match.rs const_eval: Take just one set of substitutions in lookup_const_by_id. 2016-03-17 22:48:07 +02:00
const_eval.rs const_eval: Take just one set of substitutions in lookup_const_by_id. 2016-03-17 22:48:07 +02:00
const_qualif.rs
cstore.rs trans: Rename MonoId to Instance and start using it in more places. 2016-03-17 21:51:32 +02:00
dataflow.rs Rename middle::ty::ctxt to TyCtxt 2016-03-03 07:37:56 +00:00
dead.rs lint: mark associated types as live for the dead_code pass 2016-03-09 11:36:05 -08:00
def_id.rs
def.rs
dependency_format.rs
effect.rs Track fn type and lifetime parameters in TyFnDef. 2016-03-09 16:45:28 +02:00
entry.rs
expr_use_visitor.rs hir, mir: Separate HIR expressions / MIR operands from InlineAsm. 2016-03-17 21:51:55 +02:00
free_region.rs Rename middle::ty::ctxt to TyCtxt 2016-03-03 07:37:56 +00:00
intrinsicck.rs Track fn type and lifetime parameters in TyFnDef. 2016-03-09 16:45:28 +02:00
lang_items.rs Auto merge of #31957 - GuillaumeGomez:error_display, r=brson 2016-03-08 03:31:30 -08:00
liveness.rs Rollup merge of #32332 - jonas-schievink:issue32323, r=arielb1 2016-03-19 12:30:01 +02:00
mem_categorization.rs Auto merge of #31606 - Ms2ger:ClosureKind, r=eddyb 2016-03-07 22:57:38 -08:00
pat_util.rs Rename middle::ty::ctxt to TyCtxt 2016-03-03 07:37:56 +00:00
privacy.rs
reachable.rs Rename middle::ty::ctxt to TyCtxt 2016-03-03 07:37:56 +00:00
recursion_limit.rs
region.rs
resolve_lifetime.rs
stability.rs Rename middle::ty::ctxt to TyCtxt 2016-03-03 07:37:56 +00:00
subst.rs Assorted fixed after rebasing 2016-03-14 15:04:39 -07:00
weak_lang_items.rs