rust/src/librustc/middle
bors ce5aad2f10 Auto merge of #21982 - pnkfelix:extend-Z-print-region-graph, r=nikomatsakis
Extend region-inference graphviz rendering with enclosing relationship as well as the constraint edges.
2015-02-07 16:14:20 +00:00
..
cfg for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
infer Auto merge of #21982 - pnkfelix:extend-Z-print-region-graph, r=nikomatsakis 2015-02-07 16:14:20 +00:00
traits Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton 2015-02-07 02:04:47 +00:00
astconv_util.rs More deprecating of i/u suffixes in libraries 2015-02-01 10:34:16 +00:00
astencode.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
check_const.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
check_loop.rs Remove the explicit closure kind syntax from the parser and AST; 2015-02-03 11:56:16 -05:00
check_match.rs Update to last version, remove "[]" as much as possible 2015-02-06 12:03:46 +01:00
check_rvalues.rs
check_static_recursion.rs
check_static.rs
const_eval.rs librustc has been updated 2015-02-06 11:59:10 +01:00
dataflow.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
dead.rs librustc has been updated 2015-02-06 11:59:10 +01:00
def.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
dependency_format.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
effect.rs
entry.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
expr_use_visitor.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
fast_reject.rs Remove "unboxed" attribute in code referring to new closures. 2015-01-26 04:15:09 +02:00
graph.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
intrinsicck.rs
lang_items.rs librustc has been updated 2015-02-06 11:59:10 +01:00
liveness.rs librustc has been updated 2015-02-06 11:59:10 +01:00
mem_categorization.rs Restrictions on moves out-from and into fixed-length arrays. 2015-02-07 13:44:00 +01:00
pat_util.rs
privacy.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
reachable.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
recursion_limit.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
region.rs Extend region-inference graphviz rendering with enclosing relationship 2015-02-06 00:01:28 +01:00
resolve_lifetime.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
stability.rs Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton 2015-02-07 02:04:47 +00:00
subst.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
ty_fold.rs Add Clone to the list of bounds for a TypeFolder. (Kill?) 2015-01-28 05:15:24 -05:00
ty_walk.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
ty.rs Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton 2015-02-07 02:04:47 +00:00
weak_lang_items.rs Update to last version, remove "[]" as much as possible 2015-02-06 12:03:46 +01:00