summary refs log tree commit diff
path: root/library/alloc/src/vec/spec_extend.rs
AgeCommit message (Expand)AuthorLines
2021-06-22Add comments around code where ordering is important due for panic-safetyThe8472-0/+2
2021-05-27Revert "Auto merge of #83770 - the8472:tra-extend, r=Mark-Simulacrum"The8472-59/+25
2021-05-26Auto merge of #83770 - the8472:tra-extend, r=Mark-Simulacrumbors-25/+59
2021-04-15Merge same condition branch in vec spec_extendIvan Tham-4/+2
2021-04-08add TrustedRandomAccess specialization to vec::extendThe8472-25/+59
2021-03-31panic early when TrustedLen indicates a length > usize::MAXThe8472-1/+6
2020-12-29style: applying Rust styleC-13/+13
2020-12-29refactor: moved SpecExtend into spec_extend.rsC-0/+82