rust/src/librustdoc/html
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
..
static rollup merge of #19515: lifthrasiir/rustdoc-wrong-dedup 2014-12-05 10:07:44 -08:00
escape.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
format.rs Add parser support for generalized where clauses 2014-12-20 02:48:17 -08:00
highlight.rs Parse and store suffixes on literals. 2014-11-20 00:02:42 +11:00
item_type.rs librustdoc: use #[deriving(Copy)] 2014-12-19 10:51:00 -05:00
layout.rs rustdoc: Preserve query/fragment in redirects whenever possible. 2014-12-04 12:48:16 +09:00
markdown.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
render.rs Remove a ton of public reexports 2014-12-21 09:26:41 -08:00
toc.rs Fix inappropriate ## headings 2014-12-10 13:54:56 -05:00