about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/transmute.js
AgeCommit message (Collapse)AuthorLines
2025-08-14Revert "rustdoc search: prefer stable items in search results"Guillaume Gomez-1/+1
This reverts commit 1140e90074b0cbcfdea8535e4b51877e2838227e.
2025-06-10rustdoc search: prefer stable items in search resultsbinarycat-1/+1
fixes https://github.com/rust-lang/rust/issues/138067
2025-01-02rustdoc: treat `allowed_through_unstable_modules` as deprecationMichael Howell-1/+2
This ensures `std::intrinsics::transmute` is deemphasized in the search engine and other UI, by cleaning it into a deprecation without propagating it through reexports when the parent module is stable.
2024-10-31Adjust ranking so that duplicates count against rankMichael Howell-0/+12