about summary refs log tree commit diff
path: root/src/test/rustdoc/external-cross.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-10/+0
2021-10-04librustdoc: Use correct heading levels.Mukund Lakshman-1/+1
- Avoid multiple <h1>s on a page. - The <h#> tags should follow a semantic hierarchy. - Cap at h6 (no h7)
2018-12-25Remove licensesMark Rousskov-10/+0
2017-11-21allow loading external files in documentationQuietMisdreavus-0/+20
Partial implementation of https://github.com/rust-lang/rfcs/pull/1990 (needs error reporting work) cc #44732