rust/library/alloc/src
Matthias Krüger f2eb47a81b
Rollup merge of #145562 - tbu-:pr_simplify_to_string_spec, r=tgross35
Simplify macro generating ToString implementations for `&…&str`

Use deref coercion to let the compiler remove any amount of references. Also use that macro for `Cow` and `String`.
2025-08-27 11:26:49 +02:00
..
boxed remove deprecated Error::description in impls 2025-08-26 06:36:53 +00:00
collections Rollup merge of #144373 - hkBst:remove-deprecated-1, r=jhpratt 2025-08-26 16:34:09 +02:00
ffi remove deprecated Error::description in impls 2025-08-26 06:36:53 +00:00
raw_vec Fix typo in comment 2025-08-26 22:58:44 +02:00
vec Add cast_init and cast_uninit methods for pointers 2025-08-12 16:57:56 -04: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 Fully test the alloc crate through alloctests 2025-03-07 19:11:13 +00: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 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 Move WTF-8 code from std to core/alloc 2025-08-20 20:31:33 -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 #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