rust/src/librustc/middle
2016-02-11 12:34:48 +01:00
..
cfg Rename Def's variants and don't reexport them 2016-01-20 22:31:10 +03:00
infer Split dummy in region inference graph into distinct source and sink nodes. 2016-02-08 13:44:03 +01:00
traits [breaking-change] don't glob import/export syntax::abi enum variants 2016-02-11 12:34:48 +01:00
ty [breaking-change] don't glob export ast::{UintTy, IntTy} variants 2016-02-11 12:34:48 +01:00
astconv_util.rs Rename Def's variants and don't reexport them 2016-01-20 22:31:10 +03:00
check_match.rs [breaking-change] don't pub export ast::Lit_ variants 2016-02-11 12:34:48 +01:00
const_eval.rs [breaking-change] don't pub export ast::IntLitType variants 2016-02-11 12:34:48 +01:00
const_qualif.rs move more checks out of librustc 2016-01-21 10:52:37 +01:00
cstore.rs make MirMap a struct instead of a type alias for NodeMap 2016-02-09 16:53:42 +01:00
dataflow.rs librustc/middle/dataflow.rs: Debug to STDERR 2016-01-25 10:04:57 +01:00
dead.rs Synthesize calls to box_free language item 2016-02-04 15:56:01 +02:00
def.rs Spelling fix in middle::def::Def 2016-02-02 20:48:56 -08:00
def_id.rs split the metadata code into rustc_metadata 2015-11-26 18:22:40 +02:00
dependency_format.rs use structured errors 2015-12-30 14:27:59 +13:00
effect.rs Instrument a bunch of tasks that employ the HIR map in one way or 2016-02-05 13:19:55 -05:00
entry.rs Instrument a bunch of tasks that employ the HIR map in one way or 2016-02-05 13:19:55 -05:00
expr_use_visitor.rs Rename Def's variants and don't reexport them 2016-01-20 22:31:10 +03:00
free_region.rs Fix some typos. 2015-10-05 16:48:57 +02:00
intrinsicck.rs [breaking-change] don't glob import/export syntax::abi enum variants 2016-02-11 12:34:48 +01:00
lang_items.rs Auto merge of #31307 - nagisa:mir-drop-terminator, r=nikomatsakis 2016-02-06 01:24:22 +00:00
liveness.rs Instrument a bunch of tasks that employ the HIR map in one way or 2016-02-05 13:19:55 -05:00
mem_categorization.rs move more checks out of librustc 2016-01-21 10:52:37 +01:00
pat_util.rs Minor spelling fixes 2016-02-09 11:52:39 -05:00
privacy.rs Changes to data produced by privacy pass 2015-11-19 14:16:35 +03:00
reachable.rs [breaking-change] don't glob import/export syntax::abi enum variants 2016-02-11 12:34:48 +01:00
recursion_limit.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
region.rs Instrument a bunch of tasks that employ the HIR map in one way or 2016-02-05 13:19:55 -05:00
resolve_lifetime.rs Instrument a bunch of tasks that employ the HIR map in one way or 2016-02-05 13:19:55 -05:00
stability.rs Instrument a bunch of tasks that employ the HIR map in one way or 2016-02-05 13:19:55 -05:00
subst.rs clean up trans_static_method_callee and friends 2016-01-21 14:42:09 +02:00
weak_lang_items.rs Add E0264 error explanation 2015-12-07 15:56:36 +01:00