about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/lint-group.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-31/+0
2022-09-12Feature gate the rustdoc::missing_doc_code_examples lintWim Looman-0/+2
2021-03-05Rename `rustdoc` to `rustdoc::all`Joshua Nelson-1/+1
When rustdoc lints were changed to be tool lints, the `rustdoc` group was removed, leading to spurious warnings like ``` warning: unknown lint: `rustdoc` ``` The lint group still worked when rustdoc ran, since rustdoc added the group itself. This renames the group to `rustdoc::all` for consistency with `clippy::all` and the rest of the rustdoc lints.
2020-10-03Add test for invalid_html_tag lint in deny(rustdoc)Guillaume Gomez-0/+5
2020-07-20refactor and reword intra-doc link errorsAndy Russell-1/+1
This commit refactors intra-doc link error reporting to deduplicate code and decouple error construction from the type of error. This greatly improves flexibility at each error construction site, while reducing the complexity of the diagnostic creation. This commit also rewords the diagnostics for clarity and style: - Diagnostics should not end in periods. - It's unnecessary to say "ignoring it". Since this is a warning by default, it's already clear that the link is ignored.
2019-11-24Fix some rustdoc error capitalizationEsteban Küber-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-10add a lint group for lints emitted by rustdocQuietMisdreavus-0/+34