rust/src/compiletest
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
..
common.rs librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
compiletest.rs rollup merge of #19818: emk/regex_at_name_opt 2014-12-17 11:50:24 -08:00
errors.rs Modify regex::Captures::{at,name} to return Option 2014-12-14 08:56:51 -05:00
header.rs Move FromStr to core::str 2014-11-16 12:41:55 +11:00
procsrv.rs
runtest.rs Remove a ton of public reexports 2014-12-21 09:26:41 -08:00
util.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00