| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
