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