rust/src/rustc
bors 9003e1ab6a Auto merge of #38008 - bluss:rustbuild-benches, r=alexcrichton
Add rustbuild command `bench`

Add command bench to rustbuild, so that `./x.py bench <path>` can compile and run benchmarks.

`./x.py bench --stage 1 src/libcollections` and `./x.py bench --stage 1 src/libstd` should both compile well. Just `./x.py bench` runs all benchmarks for the libstd crates.

Fixes #37897
2016-11-26 12:32:19 -06:00
..
libc_shim rustbuild: Add bench = false to std shim crates 2016-11-26 00:26:44 +01:00
std_shim std: make compilation of libpanic_unwind optional via a Cargo feature 2016-11-23 21:49:54 -05:00
test_shim Use workspaces and switch to a single Cargo.lock. 2016-10-07 12:04:32 -07:00
Cargo.toml rustbuild: Add support for crate tests + doctests 2016-05-12 08:52:20 -07:00
rustc.rs Add a Cargo-based build system 2016-02-11 10:42:28 -08:00
rustdoc.rs Add a Cargo-based build system 2016-02-11 10:42:28 -08:00