| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-10-19 | Stabilise `?` | Nick Cameron | -2/+0 | |
| cc [`?` tracking issue](https://github.com/rust-lang/rust/issues/31436) | ||||
| 2016-09-11 | Use question_mark feature in linkchecker. | Ahmed Charles | -4/+5 | |
| 2016-08-18 | Fix links | Nick Cameron | -0/+6 | |
| 2016-08-12 | Upgrade linkchecker to url 1.2.0. | Ahmed Charles | -45/+20 | |
| 2016-06-29 | Reject invalid urls in linkchecker | Oliver Middleton | -23/+20 | |
| For example root-relative links will now be rejected. Also remove some exceptions which have since been fixed and fix a typo in the broken redirect handling. | ||||
| 2016-06-11 | run rustfmt on linkchecker folderin src/tools/linkchecker | Srinivas Reddy Thatiparthy | -37/+30 | |
| 2016-06-02 | linkchecker: Treat directory links as errors | Oliver Middleton | -0/+6 | |
| Directory links don't work well offline so they should be treated as errors. | ||||
| 2016-05-05 | Fix some some duplicate words. | Georg Brandl | -1/+1 | |
| 2016-03-28 | Add FIXME for linkchecker whitlists | mitaa | -2/+5 | |
| 2016-03-28 | Don't check(=cache) redirect pages | mitaa | -12/+19 | |
| Checking a redirect page during tree traversal before trying to actually follow the redirect leads to retrieval of the redirect pages source instead. | ||||
| 2016-03-27 | Drop cached sources to reduce memory usage | mitaa | -23/+43 | |
| 2016-03-27 | Extend linkchecker with anchor checking | mitaa | -42/+196 | |
| This adds checks to ensure that: * link anchors refer to existing id's on the target page * id's are unique within an html document * page redirects are valid | ||||
| 2016-03-14 | linkchecker: Fix path checks on Windows | Alex Crichton | -18/+17 | |
| 2016-03-08 | rustbuild: Add a link checker for documentation | Alex Crichton | -0/+236 | |
| 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. | ||||
