rust/library/alloc/src/vec
2025-11-11 14:01:02 +03:00
..
cow.rs Remove most #[track_caller] from allocating Vec methods 2025-09-25 20:52:03 +02:00
drain.rs rename sub_ptr 😅 2025-02-23 23:11:00 +07:00
extract_if.rs avoid violating slice::from_raw_parts safety contract in Vec::extract_if 2025-09-22 10:59:52 +03:00
in_place_collect.rs Remove most #[track_caller] from allocating Vec methods 2025-09-25 20:52:03 +02:00
in_place_drop.rs rename sub_ptr 😅 2025-02-23 23:11:00 +07:00
into_iter.rs Don't require T: RefUnwindSafe for vec::IntoIter<T>: UnwindSafe 2025-10-21 21:18:09 +03:00
is_zero.rs Optimize Vec::from_elem for some more cases. 2025-11-09 11:28:42 -06:00
mod.rs vec_recycle: implementation 2025-11-11 14:01:02 +03:00
partial_eq.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
peek_mut.rs Plumb Allocator generic into std::vec::PeekMut 2025-09-18 17:29:23 -07:00
set_len_on_drop.rs Tune RepeatWith::try_fold and Take::for_each and Vec::extend_trusted 2022-11-24 19:14:19 -08:00
spec_extend.rs (almost) get rid of the unsound #[rustc_unsafe_specialization_marker] on Copy, introduce TrivialClone 2025-11-09 15:51:25 +01:00
spec_from_elem.rs Remove most #[track_caller] from allocating Vec methods 2025-09-25 20:52:03 +02:00
spec_from_iter.rs Remove most #[track_caller] from allocating Vec methods 2025-09-25 20:52:03 +02:00
spec_from_iter_nested.rs Remove most #[track_caller] from allocating Vec methods 2025-09-25 20:52:03 +02:00
splice.rs Remove most #[track_caller] from allocating Vec methods 2025-09-25 20:52:03 +02:00