rust/src/librustc/middle
James Miller a0b7bad00e remove the exit_map field, it is unnecessary.
(Factoring of aatch CFG code, Part 2.)
2015-02-22 12:01:59 +01:00
..
cfg remove the exit_map field, it is unnecessary. 2015-02-22 12:01:59 +01:00
infer Remove remaining uses of []. This time I tried to use deref coercions where possible. 2015-02-20 14:08:14 -05:00
traits Remove remaining uses of []. This time I tried to use deref coercions where possible. 2015-02-20 14:08:14 -05:00
astconv_util.rs Remove remaining uses of []. This time I tried to use deref coercions where possible. 2015-02-20 14:08:14 -05:00
astencode.rs Remove remaining uses of []. This time I tried to use deref coercions where possible. 2015-02-20 14:08:14 -05:00
check_const.rs Remove remaining uses of []. This time I tried to use deref coercions where possible. 2015-02-20 14:08:14 -05:00
check_loop.rs
check_match.rs Remove remaining uses of []. This time I tried to use deref coercions where possible. 2015-02-20 14:08:14 -05:00
check_rvalues.rs
check_static_recursion.rs
const_eval.rs rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket 2015-02-18 15:48:40 -08:00
dataflow.rs Distinguish between AST and various Dummy nodes in CFG. 2015-02-22 12:01:58 +01:00
dead.rs Replace all uses of &foo[] with &foo[..] en masse. 2015-02-18 17:36:03 -05:00
def.rs
dependency_format.rs Remove remaining uses of []. This time I tried to use deref coercions where possible. 2015-02-20 14:08:14 -05:00
effect.rs fix markup of "just one effect, unsafe" 2015-02-19 23:35:33 -06:00
entry.rs
expr_use_visitor.rs Remove remaining uses of []. This time I tried to use deref coercions where possible. 2015-02-20 14:08:14 -05:00
fast_reject.rs
graph.rs Implement RFC 580 2015-02-18 14:01:46 -05:00
intrinsicck.rs
lang_items.rs rollup merge of #22286: nikomatsakis/variance-4b 2015-02-18 15:52:01 -08:00
liveness.rs Remove remaining uses of []. This time I tried to use deref coercions where possible. 2015-02-20 14:08:14 -05:00
mem_categorization.rs Remove remaining uses of []. This time I tried to use deref coercions where possible. 2015-02-20 14:08:14 -05:00
pat_util.rs
privacy.rs
reachable.rs Remove remaining uses of []. This time I tried to use deref coercions where possible. 2015-02-20 14:08:14 -05:00
recursion_limit.rs
region.rs Opt for .cloned() over .map(|x| x.clone()) etc. 2015-02-18 00:56:07 +00:00
resolve_lifetime.rs Opt for .cloned() over .map(|x| x.clone()) etc. 2015-02-18 00:56:07 +00:00
stability.rs Remove remaining uses of []. This time I tried to use deref coercions where possible. 2015-02-20 14:08:14 -05:00
subst.rs Remove remaining uses of []. This time I tried to use deref coercions where possible. 2015-02-20 14:08:14 -05:00
ty_fold.rs Detect and store object-lifetime-defaults. 2015-02-16 10:55:36 -05:00
ty_walk.rs
ty.rs Rollup merge of #22584 - alexcrichton:snapshots, r=Gankro 2015-02-22 02:16:12 +05:30
weak_lang_items.rs Replace all uses of &foo[] with &foo[..] en masse. 2015-02-18 17:36:03 -05:00