about summary refs log tree commit diff
path: root/src/test/rustdoc/deprecated-impls.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-118/+0
2022-08-13Update `@!has` name in testsNoah Lev-4/+4
2022-08-13Rename `@hastext` to `@hasraw` (same for `matches`)Noah Lev-14/+14
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-14/+14
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-10Fix typo in deprecated_implsPhilip Munksgaard-1/+1
The function is called `fn_def_with_doc`, not `fn_def_with`.
2016-06-15rustdoc: Add stability notices to impl itemsOliver Middleton-0/+128
Also fixes missing stability notices on methods with no docs.