index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
passes
/
lint
/
redundant_explicit_links.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-19
Fix clippy lints in librustdoc
Guillaume Gomez
-8
/
+8
2025-06-23
Improve code and documentation
Guillaume Gomez
-12
/
+22
2025-06-23
Do not emit `redundant_explicit_links` rustdoc lint if the doc comment comes ...
Guillaume Gomez
-9
/
+31
2024-11-28
Fix new clippy lints
Guillaume Gomez
-63
/
+55
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-09-04
rustdoc: unify the short-circuit on all lints
Michael Howell
-6
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-06-30
rustdoc: update to pulldown-cmark 0.11
Michael Howell
-6
/
+10
2024-05-23
Remove `LintDiagnostic::msg`
León Orell Valerian Liehr
-4
/
+6
2024-04-13
rustdoc: check redundant explicit links with correct itemid
Michael Howell
-11
/
+8
2024-03-28
Correctly get complete intra-doc link data
Guillaume Gomez
-1
/
+12
2024-02-07
docs: also check the inline stmt during redundant link check
bohan
-17
/
+32
2024-01-23
Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`.
Nicholas Nethercote
-2
/
+2
2024-01-04
compiler: fix typos
vuittont60
-1
/
+1
2023-12-15
Don't pass lint back out of lint decorator
Michael Goulet
-4
/
+0
2023-11-08
rustdoc: minor changes suggested by clippy perf lints.
Nicholas Nethercote
-1
/
+1
2023-09-08
Reuse rustdoc's doc comment handling in Clippy
Alex Macleod
-12
/
+22
2023-08-21
rustdoc: use unicode-aware checks for redundant explicit link fastpath
Michael Howell
-6
/
+1
2023-08-18
Fix format
Kyle Lin
-1
/
+1
2023-08-18
Fix private function importing
Kyle Lin
-1
/
+1
2023-08-18
Skip lint check when item is not fully public
Kyle Lin
-0
/
+19
2023-08-18
relax redundancy constraint
Kyle Lin
-6
/
+1
2023-08-18
narrow down the lint trigger constraint
Kyle Lin
-0
/
+10
2023-08-18
fomar files
Kyle Lin
-4
/
+9
2023-08-18
Still resolving rustdoc resolution panicking
Kyle Lin
-25
/
+51
2023-08-18
Support Reference & ReferenceUnknown link lint
Kyle Lin
-51
/
+160
2023-08-18
Refactor lint from rustc to rustdoc
Kyle Lin
-0
/
+188