about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-32374.rs
AgeCommit message (Collapse)AuthorLines
2019-01-31rustdoc: wrap stability tags in colored spansAndy Russell-2/+5
2019-01-06use utf-8 throughout htmldocckAndy 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-25Remove licensesMark Rousskov-10/+0
2018-12-14simplify deprecation and stability renderingAndy Russell-5/+5
2017-02-25Fix nightly-only experimental API displayGuillaume Gomez-5/+5
2017-01-15Fix missing blank space issueGuillaume Gomez-1/+1
2017-01-09Improved rustdoc rendering for unstable featuresManish Goregaokar-3/+9
2016-11-13do not use deprecated text for unstable docsAndy Russell-0/+10
2016-09-09rustdoc: don't collapse `docblock-short`Liigo-1/+1
2016-04-22show unstable status for deprecated itemsAndy Russell-0/+25