rust/library/alloc
The8472 020287516b add TrustedRandomAccess specialization to vec::extend
This should do roughly the same as the TrustedLen specialization
but result in less IR by using __iterator_get_unchecked
instead of iterator.for_each.
2021-04-08 20:30:27 +02:00
..
benches Try to make Vec benchmarks only run code they are benchmarking 2021-03-25 00:14:00 -04:00
src add TrustedRandomAccess specialization to vec::extend 2021-04-08 20:30:27 +02:00
tests Rollup merge of #82331 - frol:feat/std-binary-heap-as-slice, r=Amanieu 2021-03-30 00:32:18 +02:00
Cargo.toml Add license metadata for std dependencies 2021-02-21 13:36:18 -05:00