about summary refs log tree commit diff
path: root/library/core/src/num/dec2flt
AgeCommit message (Expand)AuthorLines
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