about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-27759.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-14/+0
2022-08-13Rename `@hastext` to `@hasraw` (same for `matches`)Noah Lev-2/+2
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-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-14simplify deprecation and stability renderingAndy Russell-5/+3
2017-02-25Fix nightly-only experimental API displayGuillaume Gomez-2/+2
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+0
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+2
2015-08-17rustdoc: Add test for #27759Martin Wernstål-0/+25