about summary refs log tree commit diff
path: root/src/tools/error_index_generator/Cargo.lock
AgeCommit message (Collapse)AuthorLines
2016-10-07Use workspaces and switch to a single Cargo.lock.Ahmed Charles-4/+0
This involves hacking the code used to run cargo test on various packages, because it reads Cargo.lock to determine which packages should be tested. This change implements a blacklist, since that will catch new crates when they are added in the future.
2016-03-08rustbuild: Add the error-index-generatorAlex Crichton-0/+4
This adds a step and a rule for building the error index as part of rustbuild.