rust/src/libstd
Manish Goregaokar a48f95879d Rollup merge of #31362 - jseyfried:fix_extern_crate_visibility, r=nikomatsakis
This PR changes the visibility of extern crate declarations to match that of items (fixes #26775).
To avoid breakage, the PR makes it a `public_in_private` lint to reexport a private extern crate, and it adds the lint `inaccessible_extern_crate` for uses of an inaccessible extern crate.

The lints can be avoided by making the appropriate `extern crate` declaration public.
2016-02-25 11:41:01 +05:30
..
collections Register new snapshots 2016-02-23 07:31:16 -08:00
ffi Auto merge of #30614 - arcnmx:cstr-bytes, r=alexcrichton 2016-02-23 20:08:54 +00:00
io Register new snapshots 2016-02-23 07:31:16 -08:00
net Rollup merge of #31842 - dileepbapat:master, r=alexcrichton 2016-02-25 04:21:10 +05:30
num
os Auto merge of #31813 - nbaksalyar:solaris-fix, r=sanxiyn 2016-02-22 07:08:25 +00:00
prelude
rand
sync Register new snapshots 2016-02-23 07:31:16 -08:00
sys Rollup merge of #31362 - jseyfried:fix_extern_crate_visibility, r=nikomatsakis 2016-02-25 11:41:01 +05:30
thread
time
ascii.rs
build.rs
Cargo.toml rustbuild: Sync some Cargo.toml/lib.rs dependencies 2016-02-21 09:49:13 -08:00
dynamic_lib.rs
env.rs Auto merge of #31778 - aturon:snapshot, r=alexcrichton 2016-02-24 04:42:09 +00:00
error.rs
fs.rs
lib.rs Fix liballoc dependencies 2016-02-21 15:32:43 +01:00
macros.rs
memchr.rs
panic.rs
panicking.rs
path.rs Auto merge of #31778 - aturon:snapshot, r=alexcrichton 2016-02-24 04:42:09 +00:00
primitive_docs.rs Updated the primitive docs for bool 2016-02-24 01:15:28 +05:30
process.rs
rt.rs
rtdeps.rs