rust/src/librustc_unicode
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
..
Cargo.toml rustbuild: Add bench = false to std shim crates 2016-11-26 00:26:44 +01:00
char.rs Use "radices" instead of "radicum" 2016-11-23 08:49:35 -05:00
lib.rs Implement TryFrom<u32> for char 2016-08-29 17:34:02 +02:00
tables.rs Update Unicode tables to 9.0 2016-07-01 09:46:53 -07:00
u_str.rs std: Correct stability attributes for some implementations 2016-10-01 23:58:14 +01:00