rust/library/alloc/src
Bart Jacobs d9dc20c752 raw_vec.rs: Remove superfluous fn alloc_guard
It checks that its argument is at most isize::MAX, but it is called
only with layout sizes, which are already guaranteed to be at most
isize::MAX.
2025-09-03 07:34:32 +02:00
..
boxed add const_make_global; err for const_allocate ptrs if didn't call 2025-07-16 00:32:12 +08:00
collections {BTree,Hash}Map: add "Entry API" section heading 2025-08-09 19:41:32 +02:00
ffi replace version placeholder 2025-08-06 13:22:38 +01:00
raw_vec raw_vec.rs: Remove superfluous fn alloc_guard 2025-09-03 07:34:32 +02:00
vec Add cast_init and cast_uninit methods for pointers 2025-08-12 16:57:56 -04:00
alloc.rs Pass alloc-variant-zeroed to LLVM 2025-08-20 17:08:46 +01:00
borrow.rs Fully test the alloc crate through alloctests 2025-03-07 19:11:13 +00:00
boxed.rs Add Default impls for Pinned Box, Rc, Arc 2025-07-15 17:41:31 -04:00
bstr.rs Fully test the alloc crate through alloctests 2025-03-07 19:11:13 +00:00
fmt.rs docs(alloc::fmt): Make type optional, instead of matching the empty string 2025-07-13 23:24:27 +01:00
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 Add cast_init and cast_uninit methods for pointers 2025-08-12 16:57:56 -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 remove extraneous text 2025-06-06 06:39:51 +02:00
string.rs Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=Amanieu 2025-08-02 11:24:24 +02:00
sync.rs Add Default impls for Pinned Box, Rc, Arc 2025-07-15 17:41:31 -04:00
task.rs Stabilize noop_waker 2024-12-05 14:14:17 -08:00