about summary refs log tree commit diff
path: root/library/core/src/num/dec2flt
AgeCommit message (Expand)AuthorLines
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
2021-03-22Update the minimum external LLVM to 10Josh Stone-4/+2
2021-03-01Change twice used large const table to staticDavid Tolnay-1/+1
2021-02-20Auto merge of #81427 - klensy:eat-digits, r=m-ou-sebors-5/+2
2021-02-19simplify eat_digitsklensy-5/+2
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-16Rollup merge of #76747 - GuillaumeGomez:more-missing-libcore-code-examples, r...Tyler Mandry-0/+10
2020-09-16Prefer asm! over llvm_asm! in coreLzu Tao-3/+17
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/+2612