summary refs log tree commit diff
path: root/src/bootstrap/build/check.rs
AgeCommit message (Collapse)AuthorLines
2016-04-07Fix cargotestBrian Anderson-2/+11
2016-03-22Introduce 'cargotest' and the check-cargotest buildstepBrian Anderson-0/+8
This is a new suite of tests that verifies that the compiler builds specific revisions of select crates from crates.io. It does not run by default. It is intended that buildbot runs these tests against all PRs, and gate on them.
2016-03-14rustbuild: Use tool_cmd() instead of tool()Alex Crichton-5/+2
This sets up the dynamic loader path for dylibs required, so should fix the MSVC build right now.
2016-03-08rustbuild: Add a link checker for documentationAlex Crichton-0/+21
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.