rust/src/tools
Alex Crichton f1658610be Rollup merge of #39284 - alexcrichton:manifesting, r=brson
rustbuild: Add manifest generation in-tree

This commit adds a new tool, `build-manifest`, which is used to generate a
distribution manifest of all produced artifacts. This tool is intended to
replace the `build-rust-manifest.py` script that's currently located on the
buildmaster. The intention is that we'll have a builder which periodically:

* Downloads all artifacts for a commit
* Runs `./x.py dist hash-and-sign`. This will generate `sha256` and `asc` files
  as well as TOML manifests.
* Upload all generated hashes and manifests to the directory the artifacts came
  from.
* Upload *all* artifacts (tarballs and hashes and manifests) to an archived
  location.
* If necessary, upload all artifacts to the main location.

This script is intended to just be the second step here where orchestrating
uploads and such will all happen externally from the build system itself.

cc #38531
2017-01-27 16:41:49 -08:00
..
build-manifest rustbuild: Add manifest generation in-tree 2017-01-25 10:57:21 -08:00
cargotest Warn on unused #[macro_use] imports. 2017-01-22 01:31:00 +00:00
compiletest Rollup merge of #39068 - alexcrichton:more-small-tests, r=brson 2017-01-20 08:35:46 -08:00
error_index_generator rustdoc: Improve playground run buttons 2016-10-15 18:32:03 +01:00
linkchecker linkchecker: Fix checking links which are just fragments 2017-01-20 08:36:09 +00:00
rustbook Fallout from updating bootstrap Cargo 2016-12-29 08:47:26 -08:00
tidy Remove Reflect 2017-01-24 23:22:44 +01:00