| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-10-24 | rustdoc: Use `unix_sigpipe` instead of `rustc_driver::set_sigpipe_handler` | Martin Nordholts | -0/+3 | |
| Start using `unix_sigpipe` instead of `rustc_driver::set_sigpipe_handler`. After this has been merged, we can completely remove `rustc_driver::set_sigpipe_handler`. Verification of this change --------------------------- 1. Remove `#[unix_sigpipe = "sig_dfl"]` 1. Run `./x.py build` 1. Run `./build/aarch64-apple-darwin/stage1/bin/rustdoc --help | false` 1. Observe ICE 1. Add back `#[unix_sigpipe = "sig_dfl"]` 1. Run `./x.py build` 1. Run `./build/aarch64-apple-darwin/stage1/bin/rustdoc --help | false` 1. Observe ICE fixed | ||||
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 | |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 | |
| Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo. | ||||
| 2021-04-04 | use jemallocator in rustc/rustdoc | Gus Wynn | -0/+3 | |
| 2019-12-22 | Format the world | Mark Rousskov | -1/+3 | |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by ↵ | Vadim Petrochenkov | -2/+0 | |
| rustbuild Remove some random unnecessary lint `allow`s | ||||
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -12/+0 | |
| 2019-02-05 | Transition rustdoc to 2018 edition | Hirokazu Hata | -2/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-05-17 | Rename rustdoc to use underscores | Mark Simulacrum | -1/+1 | |
| 2018-04-10 | Allow incorrectly reported unused attribute warning | Mark Simulacrum | -0/+2 | |
| 2018-03-28 | Set link args for rustdoc | Tatsuyuki Ishi | -0/+10 | |
| 2017-08-13 | Cargotest needs only one rustdoc.exe to exist on Windows | Mark Simulacrum | -1/+4 | |
| 2017-07-27 | Build 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. | ||||
