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
/
tools
/
linkchecker
Age
Commit message (
Expand
)
Author
Lines
2025-09-08
fix partial urlencoded link support
nixxo
-12
/
+16
2025-07-28
add --link-targets-dir flag to linkchecker
Pietro Albini
-25
/
+52
2025-07-28
add an argument parser to linkchecker
Pietro Albini
-5
/
+46
2025-07-28
bump linkchecker to edition 2024
Pietro Albini
-1
/
+1
2025-06-20
fix(linkcheck): Build using the lockfile
Ed Page
-0
/
+1
2025-03-13
bump html5ever to 0.29 with deps
klensy
-1
/
+1
2025-03-13
bump html5ever to 0.28
klensy
-13
/
+13
2025-01-11
Add bstr files to linkchecker since they have a Deref to slice
Josh Triplett
-0
/
+23
2024-12-30
chore: fix typos
Horu
-1
/
+1
2024-10-15
linkchecker: add a reminder on broken links to add new/renamed pages to SUMMA...
许杰友 Jieyou Xu (Joe)
-0
/
+11
2024-08-24
update the doc comment on lintchecker b/c it parses html now
binarycat
-2
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+6
2024-07-05
add `new_range_api` for RFC 3550
Peter Jaszkowiak
-0
/
+2
2024-06-15
fix build with html5ever bump
klensy
-1
/
+1
2024-06-15
bump few deps
klensy
-1
/
+1
2024-04-28
Remove direct dependencies on lazy_static, once_cell and byteorder
George Bateman
-6
/
+7
2024-02-08
Switch linkchecker to use html5ever for html parsing.
Eric Huss
-194
/
+232
2024-02-08
Add test for broken_intra_doc_link.
Eric Huss
-0
/
+13
2023-08-06
linkchecker: Remove unneeded FIXME about intra-doc links
Martin Nordholts
-1
/
+0
2023-05-14
Appease lints
LucasFA
-19
/
+16
2023-04-20
linkchecker: running from a directory separate from the book
Weihang Lo
-8
/
+18
2022-11-03
Remove reference from the intra-doc link checker.
Eric Huss
-24
/
+10
2022-11-03
Move intra-doc link checks to a separate function.
Eric Huss
-6
/
+17
2022-08-29
Ignore mailto links in linkchecker
Jethro Beekman
-0
/
+1
2022-07-25
Fix some broken link fragments.
Eric Huss
-5
/
+0
2022-03-09
Also take in account mdbook redirect in linkchecker
Loïc BRANSTETT
-7
/
+13
2022-02-11
linkchecker: fix panic on directory symlinks
Simon Chopin
-2
/
+3
2021-10-22
docs: Escape brackets to satisfy the linkchecker
Noah Lev
-0
/
+2
2021-09-20
Migrate to 2021
Mark Rousskov
-1
/
+1
2021-09-12
Fix linkcheck issues
Joshua Nelson
-0
/
+26
2021-08-06
Fix typo -- "The" -> "They"
await Marsha
-1
/
+1
2021-07-29
rfc3052: Remove authors field from Cargo manifests
Jade
-1
/
+0
2021-06-09
linkchecker: Fix bug where fragment errors printed the wrong path.
Eric Huss
-2
/
+3
2021-06-09
Change the linkchecker self-tests to validate more output.
Eric Huss
-7
/
+42
2021-06-08
Fix linkchecker redirection tests.
Eric Huss
-0
/
+4
2021-06-03
Build linkcheck script as release to run faster.
Eric Huss
-1
/
+1
2021-06-03
Fix linkcheck script from getting out of sync.
Eric Huss
-4
/
+4
2021-06-01
Replace h3 and h4 containing invalid DOM
Guillaume Gomez
-1
/
+1
2021-05-24
Add some tests for the linkchecker.
Eric Huss
-0
/
+187
2021-05-24
Optimize linkchecker by caching all filesystem access.
Eric Huss
-172
/
+214
2021-05-22
linkchecker: Organize state into a struct, and add report.
Eric Huss
-208
/
+257
2021-04-04
Bump cfgs
Mark Rousskov
-2
/
+0
2021-03-10
remove slice linkcheck exceptions
François Mockers
-5
/
+0
2021-02-09
Stabilize str_split_once
Jacob Pratt
-1
/
+1
2021-01-17
Remove unused linkcheck exceptions
Joshua Nelson
-10
/
+1
2020-12-07
Dogfood 'str_split_once() with linkchecker
Eric Arellano
-5
/
+8
2020-10-18
Set `MDBOOK_OUTPUT__HTML__INPUT_404` on linkchecker
Yuki Okushi
-0
/
+3
2020-10-15
Deny broken intra-doc links in linkchecker
Joshua Nelson
-0
/
+66
2020-09-13
Ignore rustc_private items from std docs
Lzu Tao
-0
/
+10
2020-09-04
Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAus
bors
-0
/
+1
[next]