rust/library/alloc
bors 9111b8ae97 Auto merge of #83770 - the8472:tra-extend, r=Mark-Simulacrum
Add `TrustedRandomAccess` specialization for `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`

Conflicting specializations are manually prioritized by grouping them under yet another helper trait.
2021-05-26 19:22:31 +00:00
..
benches remove InPlaceIterable marker from Peekable due to unsoundness 2021-05-19 01:41:09 +02:00
src Auto merge of #83770 - the8472:tra-extend, r=Mark-Simulacrum 2021-05-26 19:22:31 +00:00
tests Rollup merge of #85625 - SkiFire13:fix-85613-vec-dedup-drop-panics, r=nagisa 2021-05-26 13:32:06 +02:00
Cargo.toml Add support for const operands and options to global_asm! 2021-05-13 22:31:57 +01:00