rust/src/librustc/middle
Brian Koropoff 04608413ba Properly visit nested functions and closures in check_rvalues
This correctly catches moves of unsized values in nested
functions and closures.

Closes issue #17651
2014-10-12 14:43:32 -07:00
..
borrowck rustc: Add const globals to the language 2014-10-09 09:44:50 -07:00
cfg
save rustc: Add const globals to the language 2014-10-09 09:44:50 -07:00
traits Remove into_vec method from &[T] 2014-10-11 16:22:43 +07:00
trans Register new snapshots 2014-10-10 22:09:49 -07:00
typeck auto merge of #17669 : nikomatsakis/rust/multidispatch, r=pcwalton 2014-10-10 03:02:02 +00:00
astencode.rs rustc: Add const globals to the language 2014-10-09 09:44:50 -07:00
check_const.rs rustc: Add const globals to the language 2014-10-09 09:44:50 -07:00
check_loop.rs
check_match.rs rustc: Add const globals to the language 2014-10-09 09:44:50 -07:00
check_rvalues.rs Properly visit nested functions and closures in check_rvalues 2014-10-12 14:43:32 -07:00
check_static_recursion.rs rustc: Add const globals to the language 2014-10-09 09:44:50 -07:00
check_static.rs rustc: Add const globals to the language 2014-10-09 09:44:50 -07:00
const_eval.rs rustc: Add const globals to the language 2014-10-09 09:44:50 -07:00
dataflow.rs
dead.rs rustc: Add const globals to the language 2014-10-09 09:44:50 -07:00
def.rs rustc: Add const globals to the language 2014-10-09 09:44:50 -07:00
dependency_format.rs
effect.rs
entry.rs
expr_use_visitor.rs rustc: Add const globals to the language 2014-10-09 09:44:50 -07:00
graph.rs rustc: Convert statics to constants 2014-10-09 09:44:51 -07:00
intrinsicck.rs
lang_items.rs
liveness.rs
mem_categorization.rs rustc: Add const globals to the language 2014-10-09 09:44:50 -07:00
pat_util.rs rustc: Add const globals to the language 2014-10-09 09:44:50 -07:00
privacy.rs rustc: Add const globals to the language 2014-10-09 09:44:50 -07:00
reachable.rs rustc: Add const globals to the language 2014-10-09 09:44:50 -07:00
region.rs
resolve_lifetime.rs rustc: Add const globals to the language 2014-10-09 09:44:50 -07:00
resolve.rs auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwalton 2014-10-10 00:07:08 +00:00
stability.rs
subst.rs Implement multidispatch and conditional dispatch. Because we do not 2014-10-09 17:19:50 -04:00
traexpr rustc: Add const globals to the language 2014-10-09 09:44:50 -07:00
ty_fold.rs Implement multidispatch and conditional dispatch. Because we do not 2014-10-09 17:19:50 -04:00
ty.rs rustc: Convert statics to constants 2014-10-09 09:44:51 -07:00
weak_lang_items.rs