about summary refs log tree commit diff
path: root/library/core/src/num/flt2dec
AgeCommit message (Expand)AuthorLines
2025-07-20flt2dec: use fill instead of loopMarijn Schouten-11/+7
2025-05-18float: Add `f16` parsing and printingTrevor Gross-0/+7
2025-03-31Refactor `diy_float`Tobias Decking-4/+4
2025-01-11Add inherent versions of MaybeUninit methods for slicesltdk-34/+34
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-4/+4
2024-08-03Remove unnecessary constants from flt2dec dragonChristopher Swenson-23/+26
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+1
2023-04-25Add shortcut for Grisu3 algorithm.mazong1123-0/+16
2022-10-11Fix inconsistent rounding of 0.5 when formatted to 0 decimal placesAndrew Tribick-1/+1
2022-09-25Remove unused variable.Camille GILLOT-4/+0
2021-07-17Changed dec2flt to use the Eisel-Lemire algorithm.Alex Huszagh-1/+1
2021-07-04Auto merge of #86048 - nbdd0121:no_floating_point, r=Amanieubors-101/+1
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2021-06-06Move `flt2dec::{Formatted, Part}` to dedicated moduleGary Guo-101/+1
2021-03-22Preserve signed zero on roundtripJubilee Young-26/+6
2020-09-05rename MaybeUninit slice methodsRalf Jung-43/+69
2020-09-02flt2dec: properly handle uninitialized memoryRalf Jung-143/+221
2020-07-27mv std libs to library/mark-0/+1955