| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -50/+0 | |
| 2022-10-15 | rustdoc: update test cases for `.sidebar-title` -> `.sidebar-elems h3` | Michael Howell | -1/+1 | |
| 2022-08-13 | rustdoc: Fix incorrect usage of `@!has` and `@!matches` | Noah Lev | -1/+1 | |
| `@!has` (and `@!matches`) with two arguments used to treat the second argument as a literal string of HTML code. Now, that feature has been renamed into `@!hasraw` (and `@!matchesraw`), and the arity-2 `@!has` version is an error. These uses thought the second argument was being treated as an XPath, as with the arity-3 version, but in fact was being treated as literal HTML. Because these were checking for the *absence* of the string, the tests silently did nothing -- an XPath string won't ever be showing up in the test's generated HTML! | ||||
| 2022-08-13 | Update `@!has` name in tests | Noah Lev | -1/+1 | |
| 2022-01-11 | rustdoc: do not emit tuple variant fields if none are documented | Andy Russell | -0/+14 | |
| 2021-12-02 | Rename ID "main" into "main-content" | Guillaume Gomez | -2/+2 | |
| 2021-10-30 | Improve display of enum variants | Jacob Hoffman-Andrews | -2/+2 | |
| Use h3 and h4 for the variant name and the "Fields" subheading. Remove the "of T" part of the "Fields" subheading. Remove border-bottom from "Fields" subheading. Move docblock below "Fields" listing. | ||||
| 2021-07-26 | Add test for enum item tuple fields documentation | Guillaume Gomez | -0/+17 | |
| 2021-07-25 | Add test for tuple struct documentation fields | Guillaume Gomez | -0/+19 | |
