rust/library/alloc
Ben Kimock 8c88418114 Try to make Vec benchmarks only run code they are benchmarking
Many of the Vec benchmarks assert what values should be produced by the
benchmarked code. In some cases, these asserts dominate the runtime of
the benchmarks they are in, causing the benchmarks to understate the
impact of an optimization or regression.
2021-03-25 00:14:00 -04:00
..
benches Try to make Vec benchmarks only run code they are benchmarking 2021-03-25 00:14:00 -04:00
src Bump alloc::str::SplitInclusive to 1.53.0 release 2021-03-23 20:26:19 -07:00
tests Auto merge of #71780 - jcotton42:string_remove_matches, r=joshtriplett 2021-03-19 00:47:37 +00:00
Cargo.toml Add license metadata for std dependencies 2021-02-21 13:36:18 -05:00