about summary refs log tree commit diff
path: root/src/tools/linkchecker/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2019-02-03Transition linkchecker to 2018 editionHirokazu Hata-0/+1
2016-11-08rustbuild: Tweak for vendored dependenciesAlex Crichton-3/+0
A few changes are included here: * The `winapi` and `url` dependencies were dropped. The source code for these projects is pretty weighty, and we're about to vendor them, so let's not commit to that intake just yet. If necessary we can vendor them later but for now it shouldn't be necessary. * The `--frozen` flag is now always passed to Cargo, obviating the need for tidy's `cargo_lock` check. * Tidy was updated to not check the vendor directory Closes #34687
2016-08-12Upgrade linkchecker to url 1.2.0.Ahmed Charles-1/+1
2016-03-08rustbuild: Add a link checker for documentationAlex Crichton-0/+11
Add a script to get run which verifies that `href` links in documents are correct. We're always getting a steady stream of "fix a broken link" PRs and issue reports, and we should probably just nip them all in the bud.