about summary refs log tree commit diff
path: root/library/core/src/num/flt2dec/strategy/grisu.rs
AgeCommit message (Expand)AuthorLines
2025-03-31Refactor `diy_float`Tobias Decking-4/+4
2025-01-11Add inherent versions of MaybeUninit methods for slicesltdk-5/+5
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2023-04-25Add shortcut for Grisu3 algorithm.mazong1123-0/+16
2022-09-25Remove unused variable.Camille GILLOT-4/+0
2020-09-05rename MaybeUninit slice methodsRalf Jung-6/+8
2020-09-02flt2dec: properly handle uninitialized memoryRalf Jung-32/+65
2020-07-27mv std libs to library/mark-0/+729