rust/src/librustc/middle
bors 9239bb4960 auto merge of #14741 : sfackler/rust/visit-attr, r=alexcrichton
The lint was missing a *lot* of cases previously.
2014-06-08 04:16:53 -07:00
..
borrowck Move Def out of syntax crate, where it does not belong 2014-06-06 19:51:23 -04:00
cfg Move Def out of syntax crate, where it does not belong 2014-06-06 19:51:23 -04:00
trans rustc: Preserve reachable extern fns with LTO 2014-06-06 19:52:21 -07:00
typeck Improve error message for range in match 2014-06-08 08:57:33 +02:00
astencode.rs Move Def out of syntax crate, where it does not belong 2014-06-06 19:51:23 -04:00
check_const.rs Move Def out of syntax crate, where it does not belong 2014-06-06 19:51:23 -04:00
check_loop.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
check_match.rs Move Def out of syntax crate, where it does not belong 2014-06-06 19:51:23 -04:00
check_static.rs std: Remove format_strbuf!() 2014-05-28 08:35:41 -07:00
const_eval.rs Move Def out of syntax crate, where it does not belong 2014-06-06 19:51:23 -04:00
dataflow.rs Move Def out of syntax crate, where it does not belong 2014-06-06 19:51:23 -04:00
dead.rs Move Def out of syntax crate, where it does not belong 2014-06-06 19:51:23 -04:00
def.rs Move Def out of syntax crate, where it does not belong 2014-06-06 19:51:23 -04:00
dependency_format.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
effect.rs Move Def out of syntax crate, where it does not belong 2014-06-06 19:51:23 -04:00
entry.rs Rename Iterator::len to count 2014-06-06 19:51:31 -07:00
expr_use_visitor.rs Move Def out of syntax crate, where it does not belong 2014-06-06 19:51:23 -04:00
freevars.rs Move Def out of syntax crate, where it does not belong 2014-06-06 19:51:23 -04:00
graph.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
kind.rs Move Def out of syntax crate, where it does not belong 2014-06-06 19:51:23 -04:00
lang_items.rs Add visit_attribute to Visitor, use it for unused_attribute 2014-06-07 23:21:33 -07:00
lint.rs Add back hint for crate level attributes 2014-06-08 00:21:15 -07:00
liveness.rs Move Def out of syntax crate, where it does not belong 2014-06-06 19:51:23 -04:00
mem_categorization.rs Move Def out of syntax crate, where it does not belong 2014-06-06 19:51:23 -04:00
pat_util.rs Move Def out of syntax crate, where it does not belong 2014-06-06 19:51:23 -04:00
privacy.rs Move Def out of syntax crate, where it does not belong 2014-06-06 19:51:23 -04:00
reachable.rs Move Def out of syntax crate, where it does not belong 2014-06-06 19:51:23 -04:00
region.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
resolve_lifetime.rs
resolve.rs Fix resolve to not permit refs to type vars from outer fns 2014-06-06 19:51:24 -04:00
subst.rs Stop passing around Option<&substs> in trans and just pass &substs, making the code more regular 2014-06-06 19:51:23 -04:00
ty_fold.rs Move subst data structures into subst.rs, fix capitalization 2014-06-06 19:46:38 -04:00
ty.rs Move Def out of syntax crate, where it does not belong 2014-06-06 19:51:23 -04:00
weak_lang_items.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00