]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #9475 : alexcrichton/rust/rustdoc++, r=cmr
authorbors <bors@rust-lang.org>
Wed, 25 Sep 2013 22:40:52 +0000 (15:40 -0700)
committerbors <bors@rust-lang.org>
Wed, 25 Sep 2013 22:40:52 +0000 (15:40 -0700)
The commit messages are a good technical summary, a good visual summary (contrib is this version):

Pub use statements now rendered. Notice how almost all components are also clickable!
* http://static.rust-lang.org/doc/master/std/prelude/index.html
* http://www.contrib.andrew.cmu.edu/~acrichto/doc/std/prelude/index.html

Private things hidden by default (for at least some approximation of privacy). I hope to improve this once privacy is totally ironed out.
* http://static.rust-lang.org/doc/master/std/hashmap/struct.HashMap.html
* http://www.contrib.andrew.cmu.edu/~acrichto/doc/std/hashmap/struct.HashMap.html

Unindentation now works properly:
* http://static.rust-lang.org/doc/master/extra/getopts/index.html
* http://www.contrib.andrew.cmu.edu/~acrichto/doc/extra/getopts/index.html

Also sundown has massively reduced compilation time (of docs, not the of the crates)


Trivial merge