rust/library/core/src/fmt
Josh Triplett 742014e7e3 Display: Rework explanation of FromStr/Display round-tripping
- Drop "usually a mistake"
- Add phrasing from `FromStr` about round-tripping, and about how the
  inability to round-trip may surprise users.
2025-06-03 15:41:47 -07:00
..
builders.rs Mark std::fmt::from_fn as #[must_use] 2025-02-03 20:17:27 +00:00
float.rs float: Add f16 parsing and printing 2025-05-18 16:43:13 +00:00
fmt_trait_method_doc.md Document proper usage of fmt::Error and fmt()'s Result. 2024-05-09 17:58:38 -07:00
mod.rs Display: Rework explanation of FromStr/Display round-tripping 2025-06-03 15:41:47 -07:00
nofloat.rs Refactor floating macro and nofloat panic message 2024-10-15 22:27:06 +09:00
num.rs Optimize ToString implementation for integers 2025-04-12 20:58:14 +02:00
rt.rs update cfg(bootstrap) 2025-05-12 15:33:37 +02:00