| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -19/+0 | |
| 2022-10-31 | rustdoc: rename syntax highlighting CSS class `attribute` to `attr` | Michael Howell | -3/+3 | |
| Link classes use the abbreviation `attr`, so why shouldn't syntax highlighting? | ||||
| 2022-08-20 | Update rustdoc tests | Guillaume Gomez | -2/+4 | |
| 2022-08-14 | Update rustdoc tests | Guillaume Gomez | -5/+3 | |
| 2022-08-13 | Update `@!has` name in tests | Noah Lev | -2/+2 | |
| 2022-08-13 | Rename `@hastext` to `@hasraw` (same for `matches`) | Noah Lev | -5/+5 | |
| I think `@hasraw` is slightly clearer than `@hastext` since it is actually matching against the raw HTML, not the text nodes. | ||||
| 2022-08-13 | Update tests: arity-2 `@{has,matches}` -> `...text` | Noah Lev | -5/+5 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2017-08-28 | Update test issue-41783.rs for new attribute highlighting behaviour | Michael Layzell | -2/+6 | |
| 2017-05-06 | Allow # to appear in rustdoc code output. | Mark Simulacrum | -0/+25 | |
| "##" at the start of a trimmed rustdoc line is now cut to "#" and then shown. If the user wanted to show "##", they can type "###". | ||||
