about summary refs log tree commit diff
path: root/src/tools/linkchecker/main.rs
AgeCommit message (Expand)AuthorLines
2021-09-12Fix linkcheck issuesJoshua Nelson-0/+26
2021-08-06Fix typo -- "The" -> "They"await Marsha-1/+1
2021-06-09linkchecker: Fix bug where fragment errors printed the wrong path.Eric Huss-1/+1
2021-06-01Replace h3 and h4 containing invalid DOMGuillaume Gomez-1/+1
2021-05-24Optimize linkchecker by caching all filesystem access.Eric Huss-172/+214
2021-05-22linkchecker: Organize state into a struct, and add report.Eric Huss-208/+257
2021-04-04Bump cfgsMark Rousskov-2/+0
2021-03-10remove slice linkcheck exceptionsFrançois Mockers-5/+0
2021-02-09Stabilize str_split_onceJacob Pratt-1/+1
2021-01-17Remove unused linkcheck exceptionsJoshua Nelson-10/+1
2020-12-07Dogfood 'str_split_once() with linkcheckerEric Arellano-5/+8
2020-10-15Deny broken intra-doc links in linkcheckerJoshua Nelson-0/+62
2020-09-13Ignore rustc_private items from std docsLzu Tao-0/+10
2020-09-04Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAusbors-0/+1
2020-08-23linkcheckr: fix clippy::redundant_static_lifetimes and clippy::single_char_pa...Matthias Krüger-7/+7
2020-08-06Fix links againdylni-0/+1
2020-07-18primitive impls are weirdManish Goregaokar-1/+1
2020-07-18Update src/tools/linkchecker/main.rsManish Goregaokar-0/+1
2020-07-18Add explicit exception list to linkcheckerManish Goregaokar-22/+40
2020-07-18Use intra-doc links on HashMapManish Goregaokar-1/+0
2020-07-18Use intra-doc links in alloc::StringManish Goregaokar-5/+1
2020-07-10Avoid "whitelist"Tamir Duberstein-3/+3
2020-06-25Support configurable deny-warnings for all in-tree crates.Eric Huss-2/+0
2020-04-26linkchecker: fix typo in main.rsUjjwal Sharma-1/+1
2020-01-01Cleanup linkchecker whitelistOliver Middleton-20/+9
2019-12-22Format the worldMark Rousskov-83/+85
2019-10-21Remove `InternedString`.Nicholas Nethercote-1/+0
2019-09-23Add `#![deny(warnings)]` to internal toolsAlex Crichton-0/+2
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-2/+0
2019-04-27Stabilized vectored IOSteven Fackler-2/+2
2019-02-13Whitelist iovec types in linkcheckerSteven Fackler-1/+3
2019-02-03Transition linkchecker to 2018 editionHirokazu Hata-1/+3
2019-01-20linkchecker: Update deprecated trim_left_matches usageIgor Matuszewski-3/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-12Remove `RcVec` and `RcSlice`.Nicholas Nethercote-1/+0
2018-12-05Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNNPietro Albini-4/+1
2018-12-04Utilize `?` instead of `return None`.Corey Farwell-4/+1
2018-11-29Optimize local linkchecker programAlex Crichton-19/+19
2018-11-02Rename `Value` to `Immediate` for miriOliver Scherer-1/+1
2018-04-02Bump to 1.27.0Alex Crichton-0/+5
2018-03-06Update env_logger to 0.5.4Alex Crichton-0/+2
2018-01-12Report errors instead of panic!()Mikko Rantanen-1/+11
2018-01-08rustdoc: Don't import macros from private importsOliver Middleton-7/+0
2018-01-01Ignore remaining broken links caused by rustdoc bugsMalo Jaffré-2/+20
2017-11-29Fix invalid HTML escapeGuillaume Gomez-0/+1
2017-10-28Fix weird bugsGuillaume Gomez-0/+17
2017-06-13Merge crate `collections` into `alloc`Murarth-5/+5
2017-05-14linkchecker: Add support for <base> tagOliver Middleton-56/+33
2017-04-19Remove platform-specific directory separator.Corey Farwell-1/+1
2017-04-18Add top level sections to the Unstable Book.Corey Farwell-0/+6