rust/src/librustc/middle
bors aad75471fd auto merge of #18994 : sfackler/rust/struct-variants-pt2, r=jakub-
Struct variant field visibility is now inherited. Remove `pub` keywords
from declarations.

Closes #18641

[breaking-change]

r? @alexcrichton
2014-11-16 18:27:10 +00:00
..
borrowck auto merge of #18821 : arielb1/rust/fnv-hash-map, r=eddyb 2014-11-11 16:22:04 +00:00
cfg
save Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq 2014-11-16 14:23:15 +01:00
traits Try to remove ty_nil, some kind of error in exhaustiveness checking 2014-11-16 14:23:14 +01:00
trans auto merge of #18994 : sfackler/rust/struct-variants-pt2, r=jakub- 2014-11-16 18:27:10 +00:00
typeck Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq 2014-11-16 14:23:15 +01:00
astencode.rs Use FnvHashMap instead of HashMap in rustc 2014-11-10 01:12:59 +02:00
check_const.rs
check_loop.rs
check_match.rs Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq 2014-11-16 14:23:15 +01:00
check_rvalues.rs
check_static_recursion.rs
check_static.rs
const_eval.rs Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq 2014-11-16 14:23:15 +01:00
dataflow.rs
dead.rs
def.rs
dependency_format.rs Use FnvHashMap instead of HashMap in rustc 2014-11-10 01:12:59 +02:00
effect.rs
entry.rs
expr_use_visitor.rs
graph.rs
intrinsicck.rs
lang_items.rs Use FnvHashMap instead of HashMap in rustc 2014-11-10 01:12:59 +02:00
liveness.rs
mem_categorization.rs
pat_util.rs Use FnvHashMap instead of HashMap in rustc 2014-11-10 01:12:59 +02:00
privacy.rs Un-feature gate struct variants 2014-11-15 18:15:27 -08:00
reachable.rs
region.rs Use FnvHashMap instead of HashMap in rustc 2014-11-10 01:12:59 +02:00
resolve_lifetime.rs
resolve.rs auto merge of #18994 : sfackler/rust/struct-variants-pt2, r=jakub- 2014-11-16 18:27:10 +00:00
stability.rs rustc: do not inherit #[stable] 2014-11-11 15:06:54 -08:00
subst.rs
ty_fold.rs Try to remove ty_nil, some kind of error in exhaustiveness checking 2014-11-16 14:23:14 +01:00
ty.rs Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq 2014-11-16 14:23:15 +01:00
weak_lang_items.rs