| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -31/+0 | |
| 2022-09-12 | Feature gate the rustdoc::missing_doc_code_examples lint | Wim Looman | -0/+2 | |
| 2021-03-05 | Rename `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-03 | Add test for invalid_html_tag lint in deny(rustdoc) | Guillaume Gomez | -0/+5 | |
| 2020-07-20 | refactor and reword intra-doc link errors | Andy 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-24 | Fix some rustdoc error capitalization | Esteban Küber | -2/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-12-10 | add a lint group for lints emitted by rustdoc | QuietMisdreavus | -0/+34 | |
