rust/library
chloekek 4a5bcbb4e4 Add vec_deque::Iter::as_slices and friends
Add the following methods, that work similarly to VecDeque::as_slices:

 - alloc::collections::vec_deque::Iter::as_slices
 - alloc::collections::vec_deque::IterMut::into_slices
 - alloc::collections::vec_deque::IterMut::as_slices
 - alloc::collections::vec_deque::IterMut::as_mut_slices

Obtaining slices from a VecDeque iterator was not previously possible.
2024-04-15 00:31:05 +02:00
..
alloc Add vec_deque::Iter::as_slices and friends 2024-04-15 00:31:05 +02:00
backtrace@e151306182 Update backtrace submodule 2024-04-12 16:28:19 -07:00
core Auto merge of #122268 - ChrisDenton:no-libc, r=Mark-Simulacrum 2024-04-14 13:28:21 +00:00
panic_abort Replace libc::c_int with core::ffi::c_int 2024-04-14 07:11:51 +00:00
panic_unwind Replace libc::c_int with core::ffi::c_int 2024-04-14 07:11:51 +00:00
portable-simd rename expose_addr to expose_provenance 2024-04-03 16:00:38 +02:00
proc_macro Call the panic hook for non-unwind panics in proc-macros 2024-04-11 17:46:12 -04:00
profiler_builtins Update version of cc crate 2024-03-14 16:42:15 +00:00
rtstartup library: Fix warnings in rtstartup 2024-01-06 01:32:03 +03:00
rustc-std-workspace-alloc Replace libstd, libcore, liballoc in line comments. 2022-12-30 14:00:42 +01:00
rustc-std-workspace-core Switch all libraries to the 2021 edition 2021-12-23 19:03:47 +08:00
rustc-std-workspace-std Switch all libraries to the 2021 edition 2021-12-23 19:03:47 +08:00
std Auto merge of #122268 - ChrisDenton:no-libc, r=Mark-Simulacrum 2024-04-14 13:28:21 +00:00
stdarch@7df81ba8c3 Update stdarch submodule 2024-04-11 16:26:02 -07:00
sysroot Expose compiler-builtins-weak-intrinsics feature for -Zbuild-std 2023-06-23 11:15:34 +01:00
test Replace libc::c_int with core::ffi::c_int 2024-04-14 07:11:51 +00:00
unwind Replace libc::c_int with core::ffi::c_int 2024-04-14 07:11:51 +00:00