rust/library/alloc/src
Sidney Cammeresi ce859d7713
Switch std::vec::PeekMut::pop from self to this parameter.
Since PeekMut implements Deref, it shouldn't have any methods of its
own.

See also: `std::collections::binary_heap::PeekMut::pop`
2025-09-14 08:16:05 -07:00
..
boxed remove deprecated Error::description in impls 2025-08-26 06:36:53 +00:00
collections Rollup merge of #145471 - rs-sac:extr, r=the8472 2025-09-13 03:26:02 -04:00
ffi remove deprecated Error::description in impls 2025-08-26 06:36:53 +00:00
raw_vec Rollup merge of #145750 - btj:drop-alloc-guard, r=tgross35 2025-09-04 10:01:53 +10:00
vec Switch std::vec::PeekMut::pop from self to this parameter. 2025-09-14 08:16:05 -07:00
wtf8 Diff-massaging commit 2025-08-20 20:31:33 -04:00
alloc.rs Pass alloc-variant-zeroed to LLVM 2025-08-20 17:08:46 +01:00
borrow.rs Constify conversion traits 2025-09-01 21:38:26 -04:00
boxed.rs remove deprecated Error::description in impls 2025-08-26 06:36:53 +00:00
bstr.rs Fully test the alloc crate through alloctests 2025-03-07 19:11:13 +00:00
fmt.rs Fix format string grammar in docs and improve alignment error message 2025-08-27 20:45:41 +05:30
lib.miri.rs add 'x.py miri', and make it work for 'library/{core,alloc,std}' 2024-04-03 20:27:20 +02:00
lib.rs Constify conversion traits 2025-09-01 21:38:26 -04:00
macros.rs Streamline the format macro. 2025-04-28 06:56:13 +10:00
rc.rs Add Default impls for Pinned Box, Rc, Arc 2025-07-15 17:41:31 -04:00
slice.rs Remove [T]::array_chunks(_mut) 2025-07-27 23:03:07 -07:00
str.rs optimization: Don't include ASCII characters in Unicode tables 2025-09-07 15:21:24 +02:00
string.rs Rollup merge of #145562 - tbu-:pr_simplify_to_string_spec, r=tgross35 2025-08-27 11:26:49 +02:00
sync.rs remove deprecated Error::description in impls 2025-08-26 06:36:53 +00:00
task.rs Stabilize noop_waker 2024-12-05 14:14:17 -08:00