rust/src/librustc/middle
Felix S. Klock II 3099451020 Add result sanity check to is_to_be_inferred.
This version of `is_to_be_inferred` double-checks the result from
`inferred_map` by querying the `named_region_map` and `ast_map` and
then asserts that the `inferred_map` state is consistent with its own
findings.  (See issue 13261 for further discussion of the approaches).
2014-04-17 20:40:51 +02:00
..
borrowck auto merge of #13418 : ktt3ja/rust/move-out-of, r=brson 2014-04-16 13:11:30 -07:00
cfg syntax: remove obsolete mutability from ExprVec and ExprRepeat. 2014-04-04 13:23:03 -07:00
trans Extended syntax::{fold, ast_map} to include lifetimes. 2014-04-17 11:42:30 +02:00
typeck Add result sanity check to is_to_be_inferred. 2014-04-17 20:40:51 +02:00
astencode.rs Make Result::{unwrap, unwrap_err} require Show 2014-04-13 23:47:53 -07:00
check_const.rs syntax: remove obsolete mutability from ExprVec and ExprRepeat. 2014-04-04 13:23:03 -07:00
check_loop.rs rustc: move the check_loop pass earlier. 2014-04-05 10:52:28 +11:00
check_match.rs rustc: rename ty::vstore and its variants to UpperCamelCase. 2014-04-10 20:18:46 +03:00
check_static.rs
const_eval.rs syntax: remove obsolete mutability from ExprVec and ExprRepeat. 2014-04-04 13:23:03 -07:00
dataflow.rs libstd: Implement StrBuf, a new string buffer type like Vec, and 2014-04-10 22:10:10 +10:00
dead.rs std: Remove RefCell::get() 2014-04-03 20:28:55 -07:00
effect.rs Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and updated associated variable and function names. 2014-04-10 15:22:00 -07:00
entry.rs std: Remove RefCell::set() 2014-04-03 20:28:59 -07:00
freevars.rs
graph.rs auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brson 2014-04-03 18:41:45 -07:00
kind.rs rustc: fix fallout from removing ast::Sigil and use ty::TraitStore in ty::ClosureTy. 2014-04-11 18:03:10 +03:00
lang_items.rs
lint.rs rustc: fix fallout from removing ast::Sigil and use ty::TraitStore in ty::ClosureTy. 2014-04-11 18:03:10 +03:00
liveness.rs De-~[] Mem{Reader,Writer} 2014-04-06 15:40:01 -07:00
mem_categorization.rs rustc: remove the last mentions of @fn. 2014-04-11 18:03:16 +03:00
moves.rs rustc: fix fallout from removing ast::Sigil and use ty::TraitStore in ty::ClosureTy. 2014-04-11 18:03:10 +03:00
pat_util.rs
privacy.rs rustc: Remove private enum variants 2014-04-16 08:12:43 -07:00
reachable.rs
region.rs syntax: remove obsolete mutability from ExprVec and ExprRepeat. 2014-04-04 13:23:03 -07:00
resolve_lifetime.rs rustc: fix fallout from removing ast::Sigil and use ty::TraitStore in ty::ClosureTy. 2014-04-11 18:03:10 +03:00
resolve.rs rustc: Remove private enum variants 2014-04-16 08:12:43 -07:00
subst.rs
ty_fold.rs rustc: fix fallout from removing ast::Sigil and use ty::TraitStore in ty::ClosureTy. 2014-04-11 18:03:10 +03:00
ty.rs Fixes #13507 2014-04-14 17:39:52 -07:00