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
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
2020-08-23
linkcheckr: fix clippy::redundant_static_lifetimes and clippy::single_char_pa...
Matthias Krüger
-7
/
+7
2020-08-06
Fix links again
dylni
-0
/
+1
2020-07-18
primitive impls are weird
Manish Goregaokar
-1
/
+1
2020-07-18
Update src/tools/linkchecker/main.rs
Manish Goregaokar
-0
/
+1
2020-07-18
Add explicit exception list to linkchecker
Manish Goregaokar
-22
/
+40
2020-07-18
Use intra-doc links on HashMap
Manish Goregaokar
-1
/
+0
2020-07-18
Use intra-doc links in alloc::String
Manish Goregaokar
-5
/
+1
2020-07-10
Avoid "whitelist"
Tamir Duberstein
-3
/
+3
2020-06-25
Support configurable deny-warnings for all in-tree crates.
Eric Huss
-2
/
+0
2020-04-26
linkchecker: fix typo in main.rs
Ujjwal Sharma
-1
/
+1
2020-02-13
Add shared script for linkchecking books.
Eric Huss
-0
/
+113
2020-01-01
Cleanup linkchecker whitelist
Oliver Middleton
-20
/
+9
2019-12-22
Format the world
Mark Rousskov
-83
/
+85
2019-10-21
Remove `InternedString`.
Nicholas Nethercote
-1
/
+0
2019-09-23
Add `#![deny(warnings)]` to internal tools
Alex Crichton
-0
/
+2
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-2
/
+0
2019-04-27
Stabilized vectored IO
Steven Fackler
-2
/
+2
2019-02-13
Whitelist iovec types in linkchecker
Steven Fackler
-1
/
+3
[next]