about summary refs log tree commit diff
path: root/library/core/src/fmt/nofloat.rs
AgeCommit message (Expand)AuthorLines
2024-10-15Refactor `floating` macro and nofloat panic messagezlfn-11/+10
2024-05-18Add `#[inline]` to float `Debug` fallback used by `cfg(no_fp_fmt_parse)`beetrees-0/+1
2024-04-10Add basic library support for `f16` and `f128`Trevor Gross-0/+2
2021-07-02core: add unstable `no_fp_fmt_parse` to disable float fmt/parse codeGary Guo-0/+15