rust/src/librustdoc/html
Alex Crichton 712118b9c0 rustdoc: Inline documentation of pub use
This commit teaches rustdoc to inline the documentation for the destination of a
`pub use` statement across crate boundaries. This is intended for the standard
library's facade to show the fact that the facade is just an implementation
detail rather than the api of the standard library itself.

This starts out by inlining traits and functions, but more items will come soon.
The current drawback of this system is that hyperlinks across crates sill go to
the original item's definition rather than the reexported location.
2014-05-25 01:17:14 -07:00
..
static core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
escape.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
format.rs core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
highlight.rs core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
item_type.rs doc: Fix some broken links 2014-05-09 14:42:12 -07:00
layout.rs core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
markdown.rs core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
render.rs rustdoc: Inline documentation of pub use 2014-05-25 01:17:14 -07:00
toc.rs core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00