about summary refs log tree commit diff
path: root/tests/rustdoc/sidebar-all-page.rs
AgeCommit message (Collapse)AuthorLines
2024-08-20Add Top TOC support to rustdocMichael Howell-34/+0
This commit adds the headers for the top level documentation to rustdoc's existing table of contents, along with associated items. It only show two levels of headers. Going further would require the sidebar to be wider, and that seems unnecessary (the crates that have manually-built TOCs usually don't need deeply nested headers).
2024-06-24Update `tests/rustdoc` to new test syntaxGuillaume Gomez-11/+11
2023-08-21rustdoc: Rename "Type Definition" to "Type Alias"Noah Lev-3/+2
This matches the name used by the Rust Reference [1], which is also what people usually call these items. [1]: https://doc.rust-lang.org/reference/items/type-aliases.html
2023-03-30Update tests for rustc_doc_primitiveGuillaume Gomez-2/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+35