about summary refs log tree commit diff
path: root/library/core/src/fmt/float.rs
AgeCommit message (Expand)AuthorLines
2025-05-18float: Add `f16` parsing and printingTrevor Gross-0/+36
2025-03-12Reduce FormattingOptions to 64 bits.Mara Bos-3/+3
2025-03-10Limit formatting width and precision to 16 bits.Mara Bos-6/+6
2024-12-05Access members of `FormattingOptions` directly instead of via getters/settersElias Holzmann-3/+3
2024-12-05Formatter: Access members via getter methods wherever possibleElias Holzmann-3/+3
2024-11-12remove no-longer-needed abs_privateRalf Jung-1/+1
2024-10-15Refactor `floating` macro and nofloat panic messagezlfn-23/+24
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-06-24Replace `MaybeUninit::uninit_array()` with array repeat expression.Kevin Reid-8/+10
2024-04-11Add a `Debug` impl and some basic functions to `f16` and `f128`Trevor Gross-0/+16
2023-05-15Mark internal functions and traits unsafeLegionMammal978-4/+8
2021-10-20Rollup merge of #86479 - exphp-forks:float-debug-exponential, r=yaahcYuki Okushi-4/+49
2021-06-19Automatic exponential formatting in DebugMichael Lamparski-4/+49
2021-06-06Move `flt2dec::{Formatted, Part}` to dedicated moduleGary Guo-4/+5
2021-03-22Preserve signed zero on roundtripJubilee Young-13/+6
2020-09-02flt2dec: properly handle uninitialized memoryRalf Jung-68/+48
2020-08-30update fixmesDPC-8/+8
2020-08-29rename get_{ref, mut} to assume_init_{ref,mut} in MaybeuninitDPC-8/+8
2020-07-27mv std libs to library/mark-0/+207