about summary refs log tree commit diff
path: root/library/core/src/num/fmt.rs
AgeCommit message (Collapse)AuthorLines
2025-07-06Simplify num formatting helpersYotam Ofek-22/+3
2021-12-14Fix a bunch of typosFrank Steffahn-1/+1
2021-10-15Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, ↵Matthias Krüger-3/+1
r=petrochenkov" The PR had some unforseen perf regressions that are not as easy to find. Revert the PR for now. This reverts commit 6ae8912a3e7d2c4c775024f58a7ba4b1aedc4073, reversing changes made to 86d6d2b7389fe1b339402c1798edae8b695fc9ef.
2021-10-10Apply clippy suggestionsClemens Wasser-1/+3
2021-06-06Move `flt2dec::{Formatted, Part}` to dedicated moduleGary Guo-0/+108
They are used by integer formatting as well and is not exclusive to float.