about summary refs log tree commit diff
path: root/src/librustdoc/passes/lint.rs
AgeCommit message (Expand)AuthorLines
2025-05-06rustdoc: remove unportable markdown lint and old parserMichael Howell-4/+0
2024-11-28Fix new clippy lintsGuillaume Gomez-2/+2
2024-10-14Delay ambiguous intra-doc link resolution after `Cache` has been populatedGuillaume Gomez-1/+1
2024-09-25rm higher-ranked lifetimes from `DocVisitor`Lukas Markeffsky-1/+1
2024-09-04rustdoc: unify the short-circuit on all lintsMichael Howell-6/+27
2024-07-01rustdoc: add usable lint for pulldown-cmark-0.11 parsing changesMichael Howell-0/+2
2023-08-18Refactor lint from rustc to rustdocKyle Lin-0/+2
2023-04-29Add `rustdoc::unescaped_backtick` lintLukas Markeffsky-0/+2
2022-11-22Consolidate rustdoc's lint passes into a single passNoah Lev-0/+33