rust/src/librustc/middle
bors 41f5907fa6 auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto
per rfc 459
cc https://github.com/rust-lang/rust/issues/19390

One question is: should we start by warning, and only switch to hard error later? I think we discussed something like this in the meeting. 

r? @alexcrichton
2014-12-16 08:42:40 +00:00
..
cfg Remove all shadowed lifetimes. 2014-12-15 10:23:48 -05:00
infer Remove all shadowed lifetimes. 2014-12-15 10:23:48 -05:00
traits Rename FnStyle trait to Unsafety. 2014-12-14 11:11:55 -05:00
astconv_util.rs
astencode.rs Remove all shadowed lifetimes. 2014-12-15 10:23:48 -05:00
check_const.rs librustc: use unboxed closures 2014-12-13 17:03:47 -05:00
check_loop.rs Remove proc types/expressions from the parser, compiler, and 2014-12-14 04:21:56 -05:00
check_match.rs Remove all shadowed lifetimes. 2014-12-15 10:23:48 -05:00
check_rvalues.rs
check_static_recursion.rs
check_static.rs librustc: use unboxed closures 2014-12-13 17:03:47 -05:00
const_eval.rs
dataflow.rs librustc: use unboxed closures 2014-12-13 17:03:47 -05:00
dead.rs Parse unsafe impl but don't do anything particularly interesting with the results. 2014-12-14 11:11:55 -05:00
def.rs librustc: use unboxed closures 2014-12-13 17:03:47 -05:00
dependency_format.rs
effect.rs Rename FnStyle trait to Unsafety. 2014-12-14 11:11:55 -05:00
entry.rs
expr_use_visitor.rs auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakis 2014-12-15 22:11:44 +00:00
fast_reject.rs
graph.rs librustc: use unboxed closures 2014-12-13 17:03:47 -05:00
intrinsicck.rs
lang_items.rs Adjust feature gates to allow for parenthetical notation to be used 2014-12-14 04:21:56 -05:00
liveness.rs Remove proc types/expressions from the parser, compiler, and 2014-12-14 04:21:56 -05:00
mem_categorization.rs Remove proc types/expressions from the parser, compiler, and 2014-12-14 04:21:56 -05:00
pat_util.rs librustc: use unboxed closures 2014-12-13 17:03:47 -05:00
privacy.rs Parse unsafe impl but don't do anything particularly interesting with the results. 2014-12-14 11:11:55 -05:00
reachable.rs Parse unsafe impl but don't do anything particularly interesting with the results. 2014-12-14 11:11:55 -05:00
recursion_limit.rs
region.rs librustc: use unboxed closures 2014-12-13 17:03:47 -05:00
resolve_lifetime.rs Emit warning when lifetime names are shadowed. 2014-12-15 10:23:48 -05:00
resolve.rs auto merge of #19742 : vhbit/rust/copy-for-bitflags, r=alexcrichton 2014-12-15 00:07:35 +00:00
stability.rs librustc: use unboxed closures 2014-12-13 17:03:47 -05:00
subst.rs Remove all shadowed lifetimes. 2014-12-15 10:23:48 -05:00
ty_fold.rs Remove all shadowed lifetimes. 2014-12-15 10:23:48 -05:00
ty.rs auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakis 2014-12-15 22:11:44 +00:00
weak_lang_items.rs