about summary refs log tree commit diff
path: root/tests/rustdoc/src-links-auto-impls.rs
AgeCommit message (Collapse)AuthorLines
2025-05-05Created `tests/rustdoc/source-code-pages` subfolder to limit number of files ↵Guillaume Gomez-12/+0
at the top level
2024-10-23rustdoc: adjust spacing and typography in headerMichael Howell-3/+3
2024-06-24Update `tests/rustdoc` to new test syntaxGuillaume Gomez-7/+7
2023-09-21rustdoc: update test cases for changes to the printing styleMichael Howell-2/+2
This whole thing changes it so that the JS and the UI both use rustc's own path printing to handle the impl IDs. This results in the format changing a little bit; full paths are used in spots where they aren't strictly necessary, and the path sometimes uses generics where the old system used the trait's own name, but it shouldn't matter since the orphan rules will prevent it anyway.
2023-07-14rustdoc: use `src` consistently over `source` in codeMichael Howell-3/+3
The CSS uses an inconsistent mix of both. This commit switches it to always use `src`.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+12