summary refs log tree commit diff
path: root/library/core/src/num
AgeCommit message (Expand)AuthorLines
2025-05-01Rollup merge of #139186 - TDecking:float, r=workingjubileeGuillaume Gomez-47/+15
2025-04-24Rollup merge of #140172 - bjoernager:const-float-algebraic, r=RalfJungMatthias Krüger-20/+40
2025-04-24Rollup merge of #140150 - RalfJung:MAX_EXP, r=tgross35Matthias Krüger-24/+48
2025-04-24Rollup merge of #136083 - bend-n:⃤⃤, r=lcnrMatthias Krüger-4/+14
2025-04-24Rollup merge of #140075 - Urgau:midpoint-average, r=tgross35Matthias Krüger-9/+25
2025-04-24Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etcbendn-4/+14
2025-04-24Mention average in midpoint documentationsUrgau-9/+25
2025-04-23fix f*::MAX_EXP and MIN_EXP docsRalf Jung-24/+48
2025-04-23Make algebraic intrinsics into 'const fn' items; Make algebraic functions of ...Gabriel Bjørnager Jensen-20/+40
2025-04-22MANTISSA_DIGITS: explain relation to bitwise representationRalf Jung-0/+12
2025-04-17Rollup merge of #139483 - RalfJung:nan, r=tgross35Matthias Krüger-32/+40
2025-04-12docs: clarify uint exponent for `is_power_of_two`Ricardo Fernández Serrata-1/+1
2025-04-11Rollup merge of #137835 - scottmcm:signum, r=compiler-errorsJacob Pratt-4/+1
2025-04-10Auto merge of #139279 - BoxyUwU:bump-boostrap, r=jieyouxubors-22/+22
2025-04-09replace version placeholderBoxy-22/+22
2025-04-08Update 'u8'-to-and-from-'i8' suggestions;Gabriel Bjørnager Jensen-2/+2
2025-04-07f*::NAN: guarantee that this is a quiet NaNRalf Jung-32/+40
2025-04-04Expose algebraic floating point intrinsicsCalder Coalson-0/+200
2025-03-31Refactor `diy_float`Tobias Decking-47/+15
2025-03-26Use cfg_match in coreChristopher Durham-11/+12
2025-03-16Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc许杰友 Jieyou Xu (Joe)-18/+6
2025-03-08Use `disjoint_bitor` inside `borrowing_sub`Tobias Decking-3/+8
2025-03-07Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakisMatthias Krüger-0/+6
2025-03-07Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35Matthias Krüger-29/+24
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-29/+24
2025-03-06Remove #[cfg(not(test))] gates in coreThalia Archibald-18/+6
2025-03-06Add UseCloned trait related codeSantiago Pastorino-0/+6
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-03-02float: Update some constants to `pub(crate)`Trevor Gross-6/+6
2025-03-01Use `BinOp::Cmp` for `iNN::signum`Scott McMurray-4/+1
2025-02-24Rollup merge of #137393 - chorman0773:unbounded-shifts-stabilize, r=AmanieuJacob Pratt-8/+8
2025-02-23Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrumbors-10/+10
2025-02-23Rollup merge of #137383 - folkertdev:stabilize-unsigned-is-multiple-of, r=Nor...Matthias Krüger-2/+2
2025-02-22Rollup merge of #136910 - okaneco:sig_ones, r=thomccMatthias Krüger-0/+156
2025-02-21Stabilize `unbounded_shifts`Connor Horman-8/+8
2025-02-21stabilize `unsigned_is_multiple_of`Folkert de Vries-2/+2
2025-02-20Rollup merge of #134340 - Urgau:stabilize-num_midpoint_signed, r=scottmcmJubilee-4/+4
2025-02-20Implement feature `isolate_most_least_significant_one` for integer typesokaneco-0/+156
2025-02-19Rollup merge of #137026 - GrigorenkoPV:integer_sign_cast, r=jhprattMatthias Krüger-9/+8
2025-02-18update version placeholdersJosh Stone-10/+10
2025-02-15Stabilize (and const-stabilize) `integer_sign_cast`Pavel Grigorenko-9/+8
2025-02-14Add safe new to NotAllOnesKornel-0/+10
2025-02-06stabilize `NonZero::count_ones`Waffle Lapkin-3/+2
2025-02-04Auto merge of #135760 - scottmcm:disjoint-bitor, r=WaffleLapkinbors-3/+54
2025-02-03Add `cast_signed` and `cast_unsigned` methods for `NonZero` typesJosh Triplett-0/+47