about summary refs log tree commit diff
path: root/src/librustdoc/passes/lint/redundant_explicit_links.rs
AgeCommit message (Expand)AuthorLines
2025-07-19Fix clippy lints in librustdocGuillaume Gomez-8/+8
2025-06-23Improve code and documentationGuillaume Gomez-12/+22
2025-06-23Do not emit `redundant_explicit_links` rustdoc lint if the doc comment comes ...Guillaume Gomez-9/+31
2024-11-28Fix new clippy lintsGuillaume Gomez-63/+55
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-3/+3
2024-09-04rustdoc: unify the short-circuit on all lintsMichael Howell-6/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-06-30rustdoc: update to pulldown-cmark 0.11Michael Howell-6/+10
2024-05-23Remove `LintDiagnostic::msg`León Orell Valerian Liehr-4/+6
2024-04-13rustdoc: check redundant explicit links with correct itemidMichael Howell-11/+8
2024-03-28Correctly get complete intra-doc link dataGuillaume Gomez-1/+12
2024-02-07docs: also check the inline stmt during redundant link checkbohan-17/+32
2024-01-23Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`.Nicholas Nethercote-2/+2
2024-01-04compiler: fix typosvuittont60-1/+1
2023-12-15Don't pass lint back out of lint decoratorMichael Goulet-4/+0
2023-11-08rustdoc: minor changes suggested by clippy perf lints.Nicholas Nethercote-1/+1
2023-09-08Reuse rustdoc's doc comment handling in ClippyAlex Macleod-12/+22
2023-08-21rustdoc: use unicode-aware checks for redundant explicit link fastpathMichael Howell-6/+1
2023-08-18Fix formatKyle Lin-1/+1
2023-08-18Fix private function importingKyle Lin-1/+1
2023-08-18Skip lint check when item is not fully publicKyle Lin-0/+19
2023-08-18relax redundancy constraintKyle Lin-6/+1
2023-08-18narrow down the lint trigger constraintKyle Lin-0/+10
2023-08-18fomar filesKyle Lin-4/+9
2023-08-18Still resolving rustdoc resolution panickingKyle Lin-25/+51
2023-08-18Support Reference & ReferenceUnknown link lintKyle Lin-51/+160
2023-08-18Refactor lint from rustc to rustdocKyle Lin-0/+188