| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-14 | fix typo and unit test | binarycat | -1/+2 | |
| 2025-01-11 | re-add --disable-minification to rustdoc | binarycat | -1/+1 | |
| this also makes the rust.docs-minification option work as advertised in config.toml nothing fancy this time, this is intended to be perma-unstable. it's only really here for the benefit of rustdoc devs. mitegates https://github.com/rust-lang/rust/issues/135345 | ||||
| 2024-12-20 | Update `run-make/rustdoc-default-output` test | Guillaume Gomez | -2/+4 | |
| 2024-09-07 | rfc#3662 changes under unstable flags | EtomicBomb | -0/+17 | |
| * All new functionality is under unstable options * Adds `--merge=shared|none|finalize` flags * Adds `--parts-out-dir=<crate specific directory>` for `--merge=none` to write cross-crate info file for a single crate * Adds `--include-parts-dir=<previously specified directory>` for `--merge=finalize` to write cross-crate info files * update tests/run-make/rustdoc-default-output/rmake.rs golden | ||||
| 2024-08-02 | rewrite rustdoc-default-output to rmake | Oneirical | -0/+200 | |
