rust/library/alloc/src/vec
2025-12-14 09:18:28 +00: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 Rollup merge of #147035 - joboet:extract_if_debug, r=tgross35 2025-11-20 11:15:50 +01: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 Fix(alloc): Correctly handle ZST alignment for IntoIter::nth_back 2025-12-09 07:56:26 +00:00
is_zero.rs Optimize Vec::from_elem for some more cases. 2025-11-09 11:28:42 -06:00
mod.rs Implement Vec::from_fn 2025-12-06 12:55:15 +08: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 Use let...else instead of match foo { ... _ => return }; and if let ... else return in std 2025-12-09 23:35:14 +00:00