rust/src/librustc/middle
bors 5e720f0e54 auto merge of #16196 : huonw/rust/fail-dead-code, r=alexcrichton
The fail macro defines some function/static items internally, which got
a dead_code warning when `fail!()` is used inside a dead function. This
is ugly and unnecessarily reveals implementation details, so the
warnings can be squashed.

Fixes #16192.
2014-08-11 09:01:06 +00:00
..
borrowck librustc: Update unused mut lint to properly track moved upvars. 2014-08-08 23:43:38 -07:00
cfg AST refactoring: merge PatWild and PatWildMulti into one variant with a flag. 2014-08-06 17:04:44 +02:00
save
trans auto merge of #16185 : luqmana/rust/match-drop, r=pcwalton 2014-08-10 13:56:16 +00:00
typeck auto merge of #15831 : rpjohnst/rust/generic-foreign-fns, r=alexcrichton 2014-08-07 15:56:43 +00:00
astencode.rs librustc: Encode upvar_borrow_map in metadata. 2014-08-09 07:32:33 -07:00
check_const.rs
check_loop.rs
check_match.rs AST refactoring: merge PatWild and PatWildMulti into one variant with a flag. 2014-08-06 17:04:44 +02:00
check_static.rs
const_eval.rs Fixes missing overflow lint for i64 #14269 2014-08-05 09:59:03 +02:00
dataflow.rs
dead.rs core/std: squash dead_code warnings from fail! invocations. 2014-08-11 18:26:31 +10:00
def.rs
dependency_format.rs
effect.rs
entry.rs
expr_use_visitor.rs librustc: Disallow mutation and assignment in pattern guards, and modify 2014-07-25 15:26:21 -07:00
freevars.rs librustc: Encode upvar_borrow_map in metadata. 2014-08-09 07:32:33 -07:00
graph.rs
intrinsicck.rs
kind.rs AST refactoring: merge PatWild and PatWildMulti into one variant with a flag. 2014-08-06 17:04:44 +02:00
lang_items.rs Rename Share to Sync 2014-08-07 08:54:38 -07:00
liveness.rs
mem_categorization.rs librustc: Allow mutation of moved upvars. 2014-08-08 23:43:38 -07:00
pat_util.rs AST refactoring: merge PatWild and PatWildMulti into one variant with a flag. 2014-08-06 17:04:44 +02:00
privacy.rs
reachable.rs
region.rs
resolve_lifetime.rs Temporary bootstrapping hack: introduce syntax for r egion bounds like 'b:'a, 2014-08-07 07:23:59 -04:00
resolve.rs
stability.rs
subst.rs librustc: Don't ICE when trying to subst regions in destructor call. 2014-07-31 11:50:24 -07:00
ty_fold.rs
ty.rs librustc: Encode upvar_borrow_map in metadata. 2014-08-09 07:32:33 -07:00
weak_lang_items.rs