rust/src/librustc/middle
bors f027bdc1c8 Auto merge of #26378 - arielb1:unused-mut, r=pnkfelix
This makes it somewhat more aggressive, so this is kind-of a [breaking-change] for these compiling with `#[deny(unused_mut)]`.

r? @pnkfelix
2015-07-03 21:31:46 +00:00
..
cfg Begin refactor type checking state 2015-06-27 13:43:20 -07:00
infer Auto merge of #26378 - arielb1:unused-mut, r=pnkfelix 2015-07-03 21:31:46 +00:00
traits Auto merge of #26677 - jroesch:fulfillment-context-refactor, r=nrc 2015-07-02 03:10:25 +00:00
ty_relate rustc: switch most remaining middle::ty functions to methods. 2015-06-26 07:34:57 +03:00
astconv_util.rs rustc: make ty::mk_* constructors into methods on ty::ctxt. 2015-06-26 07:34:56 +03:00
astencode.rs Auto merge of #26722 - arielb1:log-deadlock, r=eddyb 2015-07-02 07:47:29 +00:00
cast.rs rustc: move some functions in middle::ty working on Ty to methods. 2015-06-26 07:34:56 +03:00
check_const.rs Remove Typer and ClosureTyper 2015-06-30 02:41:40 -07:00
check_loop.rs
check_match.rs Address nits 2015-07-01 13:08:25 -07:00
check_rvalues.rs Address nits 2015-07-01 13:08:25 -07:00
check_static_recursion.rs
const_eval.rs Remove Typer and ClosureTyper 2015-06-30 02:41:40 -07:00
dataflow.rs
dead.rs Begin refactor type checking state 2015-06-27 13:43:20 -07:00
def.rs
dependency_format.rs
effect.rs Begin refactor type checking state 2015-06-27 13:43:20 -07:00
entry.rs
expr_use_visitor.rs Remove Typer and ClosureTyper 2015-06-30 02:41:40 -07:00
fast_reject.rs
free_region.rs rustc: remove Repr and UserString. 2015-06-19 01:39:26 +03:00
implicator.rs Remove Typer and ClosureTyper 2015-06-30 02:41:40 -07:00
intrinsicck.rs rustc: switch most remaining middle::ty functions to methods. 2015-06-26 07:34:57 +03:00
lang_items.rs
liveness.rs Remove Typer and ClosureTyper 2015-06-30 02:41:40 -07:00
mem_categorization.rs Clean up patch 2015-06-30 02:41:40 -07:00
pat_util.rs rustc: switch most remaining middle::ty functions to methods. 2015-06-26 07:34:57 +03:00
privacy.rs
reachable.rs Begin refactor type checking state 2015-06-27 13:43:20 -07:00
recursion_limit.rs
region.rs
resolve_lifetime.rs
stability.rs Begin refactor type checking state 2015-06-27 13:43:20 -07:00
subst.rs rustc: combine type-flag-checking traits and fns and into one trait. 2015-06-26 07:34:56 +03:00
ty_fold.rs Fix lifetime elision region accounting 2015-06-30 01:33:16 +03:00
ty_match.rs rustc: remove Repr and UserString. 2015-06-19 01:39:26 +03:00
ty_walk.rs Fix lifetime elision region accounting 2015-06-30 01:33:16 +03:00
ty.rs Auto merge of #26722 - arielb1:log-deadlock, r=eddyb 2015-07-02 07:47:29 +00:00
weak_lang_items.rs