about summary refs log tree commit diff
path: root/library/core/src/num/dec2flt/mod.rs
AgeCommit message (Expand)AuthorLines
2025-08-26remove deprecated Error::description in implsMarijn Schouten-11/+6
2025-08-11Make a James Bond referenceJakub Stasiak-2/+2
2025-08-11dec2flt: Provide more valid inputs examplesJakub Stasiak-0/+2
2025-06-03move `test-float-parse` tool into `src/tools` dironur-ozkan-1/+1
2025-05-18float: Add `f16` parsing and printingTrevor Gross-0/+16
2025-03-02dec2flt: Refactor float traitsTrevor Gross-3/+3
2025-03-02dec2flt: Rename fields to be consistent with documented notationTrevor Gross-5/+8
2025-03-02dec2flt: Rename `Number` to `Decimal`Trevor Gross-1/+1
2025-03-02dec2flt: Rename `Decimal` to `DecimalSeq`Trevor Gross-1/+1
2025-03-02dec2flt: Update documentation of existing methodsTrevor Gross-2/+14
2024-11-13update outdated comment about test-float-parseonur-ozkan-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+3
2024-07-17Cfg nitDion Dokter-1/+1
2024-06-11Skip fast path for dec2flt when optimize_for_sizeDion Dokter-2/+4
2023-04-10Improve the floating point parser in `dec2flt`.Tobias Decking-3/+4
2023-03-04Update comment.Tobias Decking-1/+1
2023-03-04typoTobias Decking-1/+1
2023-03-04Add inlining annotationsTobias Decking-1/+10
2023-02-10Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gatesTobias Bucher-10/+7
2022-05-28Corrected EBNF grammar for from_strIsaac Chen-1/+0
2022-04-16Document the numeric value returned by string parsing for floatsMatthew Woodcraft-2/+4
2022-03-10make float parsing docs more comprehensiveAnton Lazarev-5/+8
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-1/+1
2021-08-25Use if-let guards in the codebaseLéo Lanteri Thauvin-7/+2
2021-07-17Changed dec2flt to use the Eisel-Lemire algorithm.Alex Huszagh-154/+66
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2021-03-22Add ability to read NaN/InfinityJubilee Young-5/+7
2021-01-30Rollup merge of #80959 - jhpratt:unsigned_abs-stabilization, r=m-ou-seYuki Okushi-1/+1
2021-01-23Fix small typoDavid-1/+1
2021-01-13Use unsigned_abs throughout repositoryJacob Pratt-1/+1
2020-11-05Fix automatic_links warningsGuillaume Gomez-1/+1
2020-09-15Add missing code examples in libcoreGuillaume Gomez-0/+10
2020-08-27Use intra-doc links in `core::num::dec2flt`Camelid-4/+0
2020-07-27mv std libs to library/mark-0/+350