about summary refs log tree commit diff
path: root/src/tools/rustdoc/main.rs
AgeCommit message (Expand)AuthorLines
2024-08-11Link `std` statically in `rustc_driver`John Kåre Alsaker-0/+3
2024-05-02Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`Martin Nordholts-3/+0
2022-10-24rustdoc: Use `unix_sigpipe` instead of `rustc_driver::set_sigpipe_handler`Martin Nordholts-0/+3
2019-12-22Format the worldMark Rousskov-1/+3
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-2/+0
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-12/+0
2019-02-05Transition rustdoc to 2018 editionHirokazu Hata-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-04-10Allow incorrectly reported unused attribute warningMark Simulacrum-0/+2
2018-03-28Set link args for rustdocTatsuyuki Ishi-0/+10
2017-07-27Build rustdoc on-demand.Mark Simulacrum-0/+13