rust/src/librustc/middle
2016-03-14 15:04:39 -07:00
..
cfg Auto merge of #30884 - durka:inclusive-ranges, r=aturon 2016-03-06 07:16:41 +00:00
infer Remove useless vector accumulation in type_vars_for_defs 2016-03-14 15:04:33 -07:00
traits Add some basic comments about how specialization fits into the rest of the trait machinery 2016-03-14 15:04:39 -07:00
ty Check for proper use of default keyword in specializing impls. 2016-03-14 15:04:36 -07:00
astconv_util.rs Rename middle::ty::ctxt to TyCtxt 2016-03-03 07:37:56 +00:00
check_match.rs simplify const path lookup for constants and associated constants 2016-03-10 12:50:13 +01:00
const_eval.rs don't be a breaking change, even in presence of overflowing literals 2016-03-10 12:50:13 +01:00
const_qualif.rs
cstore.rs Initial incorporation of specialization: 2016-03-14 15:04:35 -07: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 Remove LastPrivate 2016-02-26 00:37:27 +00:00
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 Split TyBareFn into TyFnDef and TyFnPtr. 2016-03-09 16:45:28 +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 Auto merge of #32048 - bluss:overloaded-assign-op, r=eddyb 2016-03-06 15:10:44 +00: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 Remove LastPrivate 2016-02-26 00:37:27 +00:00
reachable.rs Rename middle::ty::ctxt to TyCtxt 2016-03-03 07:37:56 +00:00
recursion_limit.rs
region.rs Split PatKind::Enum into PatKind::TupleStruct and PatKind::Path 2016-02-16 00:40:38 +03:00
resolve_lifetime.rs Autoderef in librustc 2016-02-12 19:28:42 +01:00
stability.rs Rename middle::ty::ctxt to TyCtxt 2016-03-03 07:37:56 +00:00
subst.rs Add subst helper for inheriting FnSpace from another subst 2016-03-14 15:04:35 -07:00
weak_lang_items.rs