about summary refs log tree commit diff
path: root/library/core/src/num/flt2dec/strategy
AgeCommit message (Expand)AuthorLines
2025-03-31Refactor `diy_float`Tobias Decking-4/+4
2025-01-11Add inherent versions of MaybeUninit methods for slicesltdk-10/+10
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-08-03Remove unnecessary constants from flt2dec dragonChristopher Swenson-23/+26
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+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
2020-09-05rename MaybeUninit slice methodsRalf Jung-11/+13
2020-09-02flt2dec: properly handle uninitialized memoryRalf Jung-45/+93
2020-07-27mv std libs to library/mark-0/+1102