| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-09-28 | rustdoc: add method spacing to trait methods | Michael Howell | -6/+6 | |
| More cleanup for 8846c0853d8687fda0e5f23f6687b03b243980ee, this time in trait layouts when things are collapsed. | ||||
| 2021-07-25 | Rustdoc accessibility: use real headers for doc items | bors | -4/+4 | |
| Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html | ||||
| 2021-05-30 | Remove toggle for "undocumented items." | Jacob Hoffman-Andrews | -6/+18 | |
| Per discussion in #84326. For trait implementations, this was misleading: the items actually do have documentation (but it comes from the trait definition). For both trait implementations and trait implementors, this was redundant: in both of those cases, the items are default-hidden by different toggle at the level above. Update tests: Remove XPath selectors that over-specified on details tag, in cases that weren't testing toggles. Add an explicit test for toggles on methods. Rename item-hide-threshold to toggle-item-contents for consistency. | ||||
| 2021-05-26 | Update trait toggle test | Guillaume Gomez | -1/+5 | |
| 2021-05-16 | Add test for trait toggle location | Jacob Hoffman-Andrews | -0/+7 | |
