about summary refs log tree commit diff
path: root/src/librustdoc/html/render/write_shared
AgeCommit message (Collapse)AuthorLines
2025-08-15rustdoc-search: search backend with partitioned suffix treeMichael Howell-33/+0
2025-06-16rustdoc: make srcIndex no longer a global variablebinarycat-15/+3
this is one-time initialization data, it can just be a function parameter. we also move the json parsing into createSrcSidebar to save a few bytes.
2024-09-07rfc#3662 changes under unstable flagsEtomicBomb-4/+6
* 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-26rustdoc: fix missing resource suffix on `crates.js`Michael Howell-3/+3
Fixes a regression introduced in #128252.
2024-08-07rename sortedjson -> orderedjsonEtomicBomb-14/+15
2024-08-07added unit tests for write_sharedEtomicBomb-0/+206