rust/src/libcollections
Corey Farwell 98af642f5c Remove a ton of public reexports
Remove most of the public reexports mentioned in #19253

These are all leftovers from the enum namespacing transition

In particular:

* src/libstd/num/strconv.rs
 * ExponentFormat
 * SignificantDigits
 * SignFormat
* src/libstd/path/windows.rs
 * PathPrefix
* src/libstd/sys/windows/timer.rs
 * Req
* src/libcollections/str.rs
 * MaybeOwned
* src/libstd/collections/hash/map.rs
 * Entry
* src/libstd/collections/hash/table.rs
 * BucketState
* src/libstd/dynamic_lib.rs
 * Rtld
* src/libstd/io/net/ip.rs
 * IpAddr
* src/libstd/os.rs
 * MemoryMapKind
 * MapOption
 * MapError
* src/libstd/sys/common/net.rs
 * SocketStatus
 * InAddr
* src/libstd/sys/unix/timer.rs
 * Req

[breaking-change]
2014-12-21 09:26:41 -08:00
..
btree Fix fallout of removing import_shadowing in tests. 2014-12-20 07:49:37 +02:00
bench.rs Fix fallout of removing import_shadowing in tests. 2014-12-20 07:49:37 +02:00
binary_heap.rs auto merge of #19946 : cgaebel/rust/hashmap-drain-iter, r=gankro 2014-12-21 07:22:45 +00:00
bit.rs Fix fallout of removing import_shadowing in tests. 2014-12-20 07:49:37 +02:00
dlist.rs Fix fallout of removing import_shadowing in tests. 2014-12-20 07:49:37 +02:00
enum_set.rs Fix fallout of removing import_shadowing in tests. 2014-12-20 07:49:37 +02:00
lib.rs Fix fallout of removing import_shadowing in tests. 2014-12-20 07:49:37 +02:00
macros.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
ring_buf.rs auto merge of #19946 : cgaebel/rust/hashmap-drain-iter, r=gankro 2014-12-21 07:22:45 +00:00
slice.rs Fix fallout of removing import_shadowing in tests. 2014-12-20 07:49:37 +02:00
str.rs Remove a ton of public reexports 2014-12-21 09:26:41 -08:00
string.rs Remove a ton of public reexports 2014-12-21 09:26:41 -08:00
vec.rs auto merge of #19946 : cgaebel/rust/hashmap-drain-iter, r=gankro 2014-12-21 07:22:45 +00:00
vec_map.rs Fix fallout of removing import_shadowing in tests. 2014-12-20 07:49:37 +02:00