about summary refs log tree commit diff
path: root/src/tools/linkchecker
AgeCommit message (Expand)AuthorLines
2023-08-06linkchecker: Remove unneeded FIXME about intra-doc linksMartin Nordholts-1/+0
2023-05-14Appease lintsLucasFA-19/+16
2023-04-20linkchecker: running from a directory separate from the bookWeihang Lo-8/+18
2022-11-03Remove reference from the intra-doc link checker.Eric Huss-24/+10
2022-11-03Move intra-doc link checks to a separate function.Eric Huss-6/+17
2022-08-29Ignore mailto links in linkcheckerJethro Beekman-0/+1
2022-07-25Fix some broken link fragments.Eric Huss-5/+0
2022-03-09Also take in account mdbook redirect in linkcheckerLoïc BRANSTETT-7/+13
2022-02-11linkchecker: fix panic on directory symlinksSimon Chopin-2/+3
2021-10-22docs: Escape brackets to satisfy the linkcheckerNoah Lev-0/+2
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-09-12Fix linkcheck issuesJoshua Nelson-0/+26
2021-08-06Fix typo -- "The" -> "They"await Marsha-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-06-09linkchecker: Fix bug where fragment errors printed the wrong path.Eric Huss-2/+3
2021-06-09Change the linkchecker self-tests to validate more output.Eric Huss-7/+42
2021-06-08Fix linkchecker redirection tests.Eric Huss-0/+4
2021-06-03Build linkcheck script as release to run faster.Eric Huss-1/+1
2021-06-03Fix linkcheck script from getting out of sync.Eric Huss-4/+4
2021-06-01Replace h3 and h4 containing invalid DOMGuillaume Gomez-1/+1
2021-05-24Add some tests for the linkchecker.Eric Huss-0/+187
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-18Set `MDBOOK_OUTPUT__HTML__INPUT_404` on linkcheckerYuki Okushi-0/+3
2020-10-15Deny broken intra-doc links in linkcheckerJoshua Nelson-0/+66
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-02-13Add shared script for linkchecking books.Eric Huss-0/+113
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