rust/library/alloc
Dylan DPC e0991b7bcd
Rollup merge of #111168 - DaniPopes:arguments-to-string, r=Mark-Simulacrum
Specialize ToString implementation for fmt::Arguments

Generates far fewer instructions by formatting into a String with `fmt::format` directly instead of going through the `fmt::Display` impl. This change is insta-stable.
2023-05-18 10:52:34 +05:30
..
benches remove some unneeded imports 2023-04-12 19:27:18 +02:00
src Rollup merge of #111168 - DaniPopes:arguments-to-string, r=Mark-Simulacrum 2023-05-18 10:52:34 +05:30
tests Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 2023-04-26 18:51:41 +02:00
Cargo.toml Revert "Report allocation errors as panics" 2023-04-25 00:08:37 +02:00