about summary refs log tree commit diff
path: root/library/core/src/num/dec2flt/common.rs
AgeCommit message (Expand)AuthorLines
2025-03-02dec2flt: Rename fields to be consistent with documented notationTrevor Gross-6/+7
2025-03-02dec2flt: Update documentation of existing methodsTrevor Gross-6/+8
2024-07-26Fix doc nitsJohn Arundel-2/+2
2024-06-24Small fixme in core now that split_first has no codegen issuesPavel Grigorenko-3/+1
2023-04-10Improve the floating point parser in `dec2flt`.Tobias Decking-148/+30
2023-03-04Add inlining annotationsTobias Decking-0/+1
2022-05-15Rename `eq_ignore_case` to `starts_with_ignore_case`gabriel-doriath-dohler-1/+1
2021-07-17Changed dec2flt to use the Eisel-Lemire algorithm.Alex Huszagh-0/+198