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
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
2019-02-03
Transition linkchecker to 2018 edition
Hirokazu Hata
-1
/
+4
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
2018-01-12
Report errors instead of panic!()
Mikko Rantanen
-1
/
+11
2018-01-08
rustdoc: Don't import macros from private imports
Oliver Middleton
-7
/
+0
2018-01-01
Ignore remaining broken links caused by rustdoc bugs
Malo Jaffré
-2
/
+20
2017-11-29
Fix invalid HTML escape
Guillaume Gomez
-0
/
+1
2017-10-28
Fix weird bugs
Guillaume Gomez
-0
/
+17
2017-06-13
Merge crate `collections` into `alloc`
Murarth
-5
/
+5
2017-05-14
linkchecker: Add support for <base> tag
Oliver Middleton
-56
/
+33
2017-04-19
Remove platform-specific directory separator.
Corey Farwell
-1
/
+1
2017-04-18
Add top level sections to the Unstable Book.
Corey Farwell
-0
/
+6
2017-04-14
std::collections docs: Address issues that came up in PR #41286
lukaramu
-1
/
+2
2017-03-20
fix trailing whitespace
steveklabnik
-1
/
+1
2017-03-20
exempt hbs from linkchecker
steveklabnik
-0
/
+6
2017-02-20
Enable linkchecker on books
Steve Klabnik
-8
/
+16
2017-02-13
fix up linkchecker
Steve Klabnik
-1
/
+17
[next]