rust/src/test
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
..
auxiliary auto merge of #19984 : japaric/rust/macro-expressions, r=alexcrichton 2014-12-18 17:32:07 +00:00
bench Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail auto merge of #19953 : sanxiyn/rust/privacy-span, r=alexcrichton 2014-12-21 13:22:48 +00:00
compile-fail-fulldeps std: Change escape_unicode to use new escapes 2014-12-16 08:09:37 -08:00
debuginfo librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
pretty patch up pretty-printing test 2014-12-20 08:41:33 -05:00
run-fail Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
run-make auto merge of #19900 : alexcrichton/rust/compiler-flags, r=cmr 2014-12-20 13:52:27 +00:00
run-pass Remove a ton of public reexports 2014-12-21 09:26:41 -08:00
run-pass-fulldeps ack parser.parse_ty change in quote_ty! (+ test) 2014-12-19 15:25:02 +01:00
run-pass-valgrind Free stdin on exit 2014-12-14 23:36:50 -08:00