| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -18/+0 | |
| 2022-08-13 | rustdoc: Fix incorrect usage of `@!has` and `@!matches` | Noah Lev | -6/+8 | |
| `@!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 | -4/+4 | |
| 2021-06-24 | Migrate from custom elements to divs with classes to be compatible with safari | Stefan Schindler | -3/+5 | |
| 2020-07-15 | Don't render unstable for rustc docs | Lzu Tao | -4/+6 | |
| As rustc is permanently unstable. So marking every items with unstable is essential useless. | ||||
| 2019-01-31 | rustdoc: wrap stability tags in colored spans | Andy Russell | -2/+4 | |
| 2018-12-20 | display rustc_private APIs as "Internal" | Andy Russell | -0/+10 | |
