summary refs log tree commit diff
path: root/src/tools/rustdoc/main.rs
AgeCommit message (Collapse)AuthorLines
2017-07-27Build rustdoc on-demand.Mark Simulacrum-0/+13
Rustdoc is no longer compiled in every stage, alongside rustc, instead it is only compiled when requested, and generally only for the last stage.