| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -31/+0 | |
| 2022-08-18 | Update rustdoc test | Guillaume Gomez | -5/+9 | |
| 2022-08-13 | Rename `@hastext` to `@hasraw` (same for `matches`) | Noah Lev | -1/+1 | |
| 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 | -1/+1 | |
| 2022-04-14 | Remove use of `#[rustc_deprecated]` | Jacob Pratt | -2/+2 | |
| 2021-11-20 | Reduce prominence of item-infos | Jacob Hoffman-Andrews | -8/+1 | |
| - Remove border. - Reduce size of emoji slightly. - Remove details disclosure for unstable reason. This was inconsistent with our other details disclosures, and the detail revealed was usually better explained by clicking on the issue link. | ||||
| 2021-06-28 | Add test for item-table with resize to mobile | Stefan Schindler | -2/+2 | |
| 2021-06-24 | Migrate from custom elements to divs with classes to be compatible with safari | Stefan Schindler | -5/+5 | |
| 2020-05-08 | Add test for deprecated emoji | Guillaume Gomez | -2/+2 | |
| 2019-01-31 | rustdoc: wrap stability tags in colored spans | Andy Russell | -2/+5 | |
| 2019-01-06 | use utf-8 throughout htmldocck | Andy Russell | -1/+1 | |
| This commit improves compatibility with Python 3, which already uses Unicode throughout. It also fixes a subtle incompatibility stemming from the use of `entitydefs`, which contains replacement text _encoded in latin-1_ for HTML entities. When using Python 3, this would cause `0xa0` to be incorrectly added to the element tree. This meant that there was a rustdoc test that would pass under Python 2 but fail under Python 3, due to an incorrect regex match against the non-breaking space character. This commit triggers that failure in both versions, and also fixes it. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-12-14 | simplify deprecation and stability rendering | Andy Russell | -5/+5 | |
| 2017-02-25 | Fix nightly-only experimental API display | Guillaume Gomez | -5/+5 | |
| 2017-01-15 | Fix missing blank space issue | Guillaume Gomez | -1/+1 | |
| 2017-01-09 | Improved rustdoc rendering for unstable features | Manish Goregaokar | -3/+9 | |
| 2016-11-13 | do not use deprecated text for unstable docs | Andy Russell | -0/+10 | |
| 2016-09-09 | rustdoc: don't collapse `docblock-short` | Liigo | -1/+1 | |
| 2016-04-22 | show unstable status for deprecated items | Andy Russell | -0/+25 | |
