rust/library/alloc/src/vec
ripytide 743726e352
Vec: IntoIterator signature consistency
Also makes the code dryer.
2022-11-06 15:25:00 +00:00
..
cow.rs Document From impls for cow.rs 2021-05-26 14:21:44 +00:00
drain.rs Make ZST checks in core/alloc more readable 2022-09-22 23:12:29 -07:00
drain_filter.rs fill-in tracking issue for feature(drain_keep_rest) 2022-08-28 17:02:37 +04:00
in_place_collect.rs Rollup merge of #101642 - SkiFire13:fix-inplace-collection-leak, r=the8472 2022-10-04 16:11:01 +05:30
in_place_drop.rs Fix leaking in inplace collection when destructor panics 2022-09-10 11:34:22 +02:00
into_iter.rs Remove all uses of array_assume_init 2022-10-17 13:03:54 -07:00
is_zero.rs Do the calloc optimization for Option<bool> 2022-10-02 12:26:58 -07:00
mod.rs Vec: IntoIterator signature consistency 2022-11-06 15:25:00 +00:00
partial_eq.rs Allow comparing Vecs with different allocators using == 2022-02-08 01:50:55 +00:00
set_len_on_drop.rs refactor: moved SetLenOnDrop to set_len_on_drop 2020-12-29 14:03:30 +00:00
spec_extend.rs Replace most uses of pointer::offset with add and sub 2022-08-21 02:21:41 +04:00
spec_from_elem.rs Support vec zero-alloc optimization for tuples and byte arrays 2022-07-24 15:56:39 -04:00
spec_from_iter.rs Update documentation of SpecFromIter to reflect the removed impls 2021-05-31 21:07:03 +02:00
spec_from_iter_nested.rs Improve estimation of capacity in Vec::from_iter 2022-01-19 09:47:49 -05:00
splice.rs Update expressions where we can use array's IntoIterator implementation 2021-06-02 16:09:04 +06:00