| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -42/+0 | |
| 2022-08-13 | Update `@!has` name in tests | Noah Lev | -2/+2 | |
| 2021-05-30 | Remove toggle for "undocumented items." | Jacob Hoffman-Andrews | -6/+3 | |
| 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-02 | Update tests | Guillaume Gomez | -3/+6 | |
| 2019-07-16 | Update tests | Guillaume Gomez | -3/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-08-25 | Update tests | Guillaume Gomez | -5/+0 | |
| 2017-11-29 | rustdoc: Fix issues with cross-crate inlined associated items | Oliver Middleton | -0/+57 | |
| * Visibility was missing from impl items. * Attributes and docs were missing from consts and types in impls. * Const default values were missing from traits. This unifies the code that handles associated items from impls and traits. | ||||
