about summary refs log tree commit diff
path: root/tests/rustdoc-gui/globals.goml
AgeCommit message (Collapse)AuthorLines
2025-08-15rustdoc-search: search backend with partitioned suffix treeMichael Howell-3/+2
2025-06-16rustdoc: make srcIndex no longer a global variablebinarycat-3/+0
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-04-01Update to new browser-ui-test versionGuillaume Gomez-1/+1
2023-12-17rustdoc: clean up source sidebar hide buttonMichael Howell-1/+1
This is a redesign of the feature, with parts pulled from https://github.com/rust-lang/rust/pull/119049 but with a button that looks more like a button and matches the one used on other sidebar pages.
2023-12-15rustdoc: add regression test for JS data file loadingMichael Howell-0/+24
Follow up for #118961