summaryrefslogtreecommitdiff
path: root/src/tools/linkchecker
Commit message (Expand)AuthorAgeFilesLines
* Appease lintsLucasFA2023-05-141-19/+16
* linkchecker: running from a directory separate from the bookWeihang Lo2023-04-201-8/+18
* Remove reference from the intra-doc link checker.Eric Huss2022-11-031-24/+10
* Move intra-doc link checks to a separate function.Eric Huss2022-11-031-6/+17
* Ignore mailto links in linkcheckerJethro Beekman2022-08-291-0/+1
* Fix some broken link fragments.Eric Huss2022-07-251-5/+0
* Also take in account mdbook redirect in linkcheckerLoïc BRANSTETT2022-03-091-7/+13
* linkchecker: fix panic on directory symlinksSimon Chopin2022-02-111-2/+3
* docs: Escape brackets to satisfy the linkcheckerNoah Lev2021-10-221-0/+2
* Migrate to 2021Mark Rousskov2021-09-201-1/+1
* Fix linkcheck issuesJoshua Nelson2021-09-121-0/+26
* Fix typo -- "The" -> "They"await Marsha2021-08-061-1/+1
* rfc3052: Remove authors field from Cargo manifestsJade2021-07-291-1/+0
* linkchecker: Fix bug where fragment errors printed the wrong path.Eric Huss2021-06-092-2/+3
* Change the linkchecker self-tests to validate more output.Eric Huss2021-06-091-7/+42
* Fix linkchecker redirection tests.Eric Huss2021-06-084-0/+4
* Build linkcheck script as release to run faster.Eric Huss2021-06-031-1/+1
* Fix linkcheck script from getting out of sync.Eric Huss2021-06-031-4/+4
* Replace h3 and h4 containing invalid DOMGuillaume Gomez2021-06-011-1/+1
* Add some tests for the linkchecker.Eric Huss2021-05-2417-0/+187
* Optimize linkchecker by caching all filesystem access.Eric Huss2021-05-241-172/+214
* linkchecker: Organize state into a struct, and add report.Eric Huss2021-05-221-208/+257
* Bump cfgsMark Rousskov2021-04-041-2/+0
* remove slice linkcheck exceptionsFrançois Mockers2021-03-101-5/+0
* Stabilize str_split_onceJacob Pratt2021-02-091-1/+1
* Remove unused linkcheck exceptionsJoshua Nelson2021-01-171-10/+1
* Dogfood 'str_split_once() with linkcheckerEric Arellano2020-12-071-5/+8
* Set `MDBOOK_OUTPUT__HTML__INPUT_404` on linkcheckerYuki Okushi2020-10-181-0/+3
* Deny broken intra-doc links in linkcheckerJoshua Nelson2020-10-152-0/+66
* Ignore rustc_private items from std docsLzu Tao2020-09-131-0/+10
* Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAusbors2020-09-041-0/+1
|\
| * Fix links againdylni2020-08-061-0/+1
* | linkcheckr: fix clippy::redundant_static_lifetimes and clippy::single_char_pa...Matthias Krüger2020-08-231-7/+7
|/
* primitive impls are weirdManish Goregaokar2020-07-181-1/+1
* Update src/tools/linkchecker/main.rsManish Goregaokar2020-07-181-0/+1
* Add explicit exception list to linkcheckerManish Goregaokar2020-07-181-22/+40
* Use intra-doc links on HashMapManish Goregaokar2020-07-181-1/+0
* Use intra-doc links in alloc::StringManish Goregaokar2020-07-181-5/+1
* Avoid "whitelist"Tamir Duberstein2020-07-101-3/+3
* Support configurable deny-warnings for all in-tree crates.Eric Huss2020-06-251-2/+0
* linkchecker: fix typo in main.rsUjjwal Sharma2020-04-261-1/+1
* Add shared script for linkchecking books.Eric Huss2020-02-131-0/+113
* Cleanup linkchecker whitelistOliver Middleton2020-01-011-20/+9
* Format the worldMark Rousskov2019-12-221-83/+85
* Remove `InternedString`.Nicholas Nethercote2019-10-211-1/+0
* Add `#![deny(warnings)]` to internal toolsAlex Crichton2019-09-231-0/+2
* Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov2019-07-281-2/+0
* Stabilized vectored IOSteven Fackler2019-04-271-2/+2
* Whitelist iovec types in linkcheckerSteven Fackler2019-02-131-1/+3
* Transition linkchecker to 2018 editionHirokazu Hata2019-02-032-1/+4