about summary refs log tree commit diff
path: root/library/core/src/num/dec2flt
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-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-3/+3
2025-06-03move `test-float-parse` tool into `src/tools` dironur-ozkan-1/+1
2025-05-18float: Add `f16` parsing and printingTrevor Gross-4/+69
2025-03-07Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35Matthias Krüger-1/+0
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-1/+0
2025-03-02dec2flt: Refactor the fast pathTrevor Gross-24/+23
2025-03-02dec2flt: Refactor float traitsTrevor Gross-111/+203
2025-03-02dec2flt: Rename fields to be consistent with documented notationTrevor Gross-14/+18
2025-03-02dec2flt: Rename `Number` to `Decimal`Trevor Gross-9/+9
2025-03-02dec2flt: Rename `Decimal` to `DecimalSeq`Trevor Gross-22/+39
2025-03-02dec2flt: Update documentation of existing methodsTrevor Gross-17/+35
2025-01-20core: add `#![warn(unreachable_pub)]`Urgau-18/+19
2024-11-13update outdated comment about test-float-parseonur-ozkan-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-3/+3
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+3
2024-07-26Fix doc nitsJohn Arundel-4/+4
2024-07-16Rollup merge of #126271 - diondokter:dec2flt-skip-fast-path, r=tgross35Trevor Gross-2/+4
2024-07-17Cfg nitDion Dokter-1/+1
2024-07-02chore: remove duplicate wordshattizai-1/+1
2024-06-24Small fixme in core now that split_first has no codegen issuesPavel Grigorenko-6/+2
2024-06-11Skip fast path for dec2flt when optimize_for_sizeDion Dokter-2/+4
2023-08-14explain why we can mutate the FPU control wordRalf Jung-0/+12
2023-04-10Improve the floating point parser in `dec2flt`.Tobias Decking-287/+187
2023-03-04Update comment.Tobias Decking-1/+1
2023-03-04typoTobias Decking-1/+1
2023-03-04Add inlining annotationsTobias Decking-1/+18
2023-02-10Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gatesTobias Bucher-10/+7
2023-01-14Fix some missed double spaces.André Vennberg-1/+1
2022-10-14more dupe word typosRageking8-1/+1
2022-09-22Added which number is computed in compute_float.Orson Peters-1/+1
2022-09-11Fix naming format of IEEE 754 standardLingMan-1/+1
2022-05-28Corrected EBNF grammar for from_strIsaac Chen-1/+0
2022-05-23Rollup merge of #96129 - mattheww:2022-04_float_rounding, r=Dylan-DPCDylan DPC-2/+4
2022-05-15Rename `eq_ignore_case` to `starts_with_ignore_case`gabriel-doriath-dohler-4/+4
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-12-15Rollup merge of #91916 - steffahn:fix-typos, r=dtolnayMatthias Krüger-1/+1
2021-12-14Fix a bunch of typosFrank Steffahn-1/+1
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-0/+1
2021-08-25Use if-let guards in the codebaseLéo Lanteri Thauvin-7/+2
2021-08-22Fix typos “a”→“an”Frank Steffahn-1/+1
2021-07-17Changed dec2flt to use the Eisel-Lemire algorithm.Alex Huszagh-2395/+2145
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2021-03-27Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-sebors-5/+7
2021-03-22Add ability to read NaN/InfinityJubilee Young-5/+7
2021-03-22Fix asm! from AT&T to Intel syntaxJosh Stone-2/+2