| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-02-03 | Transition linkchecker to 2018 edition | Hirokazu Hata | -0/+1 | |
| 2016-11-08 | rustbuild: Tweak for vendored dependencies | Alex 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-12 | Upgrade linkchecker to url 1.2.0. | Ahmed Charles | -1/+1 | |
| 2016-03-08 | rustbuild: Add a link checker for documentation | Alex 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. | ||||
