about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-32374.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-31/+0
2022-08-18Update rustdoc testGuillaume Gomez-5/+9
2022-08-13Rename `@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-13Update tests: arity-2 `@{has,matches}` -> `...text`Noah Lev-1/+1
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-2/+2
2021-11-20Reduce prominence of item-infosJacob 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-28Add test for item-table with resize to mobileStefan Schindler-2/+2
2021-06-24Migrate from custom elements to divs with classes to be compatible with safariStefan Schindler-5/+5
2020-05-08Add test for deprecated emojiGuillaume Gomez-2/+2
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