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
/
main.rs
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
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-12
Fix linkcheck issues
Joshua Nelson
-0
/
+26
2021-08-06
Fix typo -- "The" -> "They"
await Marsha
-1
/
+1
2021-06-09
linkchecker: Fix bug where fragment errors printed the wrong path.
Eric Huss
-1
/
+1
2021-06-01
Replace h3 and h4 containing invalid DOM
Guillaume Gomez
-1
/
+1
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-15
Deny broken intra-doc links in linkchecker
Joshua Nelson
-0
/
+62
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-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
2019-02-03
Transition linkchecker to 2018 edition
Hirokazu Hata
-1
/
+3
2019-01-20
linkchecker: Update deprecated trim_left_matches usage
Igor Matuszewski
-3
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-12
Remove `RcVec` and `RcSlice`.
Nicholas Nethercote
-1
/
+0
2018-12-05
Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNN
Pietro Albini
-4
/
+1
2018-12-04
Utilize `?` instead of `return None`.
Corey Farwell
-4
/
+1
2018-11-29
Optimize local linkchecker program
Alex Crichton
-19
/
+19
2018-11-02
Rename `Value` to `Immediate` for miri
Oliver Scherer
-1
/
+1
2018-04-02
Bump to 1.27.0
Alex Crichton
-0
/
+5
2018-03-06
Update env_logger to 0.5.4
Alex Crichton
-0
/
+2
[next]