| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-08-20 | Add Top TOC support to rustdoc | Michael 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-24 | Update `tests/rustdoc` to new test syntax | Guillaume Gomez | -11/+11 | |
| 2023-08-21 | rustdoc: 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-30 | Update tests for rustc_doc_primitive | Guillaume Gomez | -2/+2 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+35 | |
