summary refs log tree commit diff
path: root/library/core/src/num
AgeCommit message (Expand)AuthorLines
2025-01-07update version placeholdersPietro Albini-28/+28
2024-12-27Tidy up bigint mul methodsltdk-116/+264
2024-12-27Move `{widening, carrying}_mul` to an intrinsic with fallback MIRScott McMurray-135/+116
2024-12-17Fix typo in uint_macros.rsMarijn Schouten-1/+1
2024-12-11Add a note saying that `{u8,i8}::from_{be,le,ne}_bytes` is meaninglessTobias Bucher-4/+29
2024-12-04Rollup merge of #133651 - scottmcm:nonnull-nonzero-no-field-projection, r=oli...Matthias Krüger-6/+28
2024-12-03Update `NonZero` and `NonNull` to not field-project (per MCP807)Scott McMurray-6/+28
2024-12-03Update the definition of `borrowing_sub`Tobias Decking-1/+1
2024-12-02Fix `f16::midpoint` const feature gateUrgau-1/+1
2024-12-02Auto merge of #133728 - jhpratt:rollup-k1i60pg, r=jhprattbors-2/+0
2024-12-01Rollup merge of #133672 - RalfJung:const-stability-cleanup, r=jhprattJacob Pratt-2/+0
2024-12-01Rollup merge of #131784 - Urgau:stabilize-midpoint, r=dtolnayJacob Pratt-36/+33
2024-12-01Stabilize unsigned `num_midpoint` featureUrgau-36/+33
2024-11-30get rid of a bunch of unnecessary rustc_const_unstableRalf Jung-2/+0
2024-11-30Fix chaining `carrying_add`sScott McMurray-1/+1
2024-11-29Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrumbors-27/+12
2024-11-28Use consistent wording in docs, use zero instead of 0timvisee-24/+24
2024-11-27update cfgsBoxy-15/+0
2024-11-27replace placeholder versionBoxy-12/+12
2024-11-24Rollup merge of #133389 - eduardosm:stabilize-const_float_methods, r=RalfJungMatthias Krüger-40/+30
2024-11-23Stabilize `const_float_methods`Eduardo Sánchez Muñoz-40/+30
2024-11-22Add code example for `wrapping_neg` method for signed integersGuillaume Gomez-0/+1
2024-11-16Rollup merge of #132449 - RalfJung:is_val_statically_known, r=compiler-errorsMatthias Krüger-4/+0
2024-11-14Rollup merge of #133050 - tgross35:inline-f16-f128, r=saethlinJubilee-6/+4
2024-11-14Rollup merge of #133019 - sorairolake:add-missing-period-and-colon, r=tgross35Jubilee-16/+16
2024-11-14Pass `f16` and `f128` by value in `const_assert!`Trevor Gross-6/+4
2024-11-13Rollup merge of #133008 - onur-ozkan:update-outdated-comment, r=jieyouxuJubilee-1/+1
2024-11-13Rollup merge of #131304 - RalfJung:float-core, r=tgross35Jubilee-50/+373
2024-11-14docs: Fix missing colon in methods for primitive typesShun Sakai-9/+9
2024-11-14docs: Fix missing period in methods for integer typesShun Sakai-7/+7
2024-11-14Auto merge of #133006 - matthiaskrgr:rollup-dz6oiq5, r=matthiaskrgrbors-0/+103
2024-11-13update outdated comment about test-float-parseonur-ozkan-1/+1
2024-11-13Rollup merge of #126046 - davidzeng0:mixed_integer_ops_unsigned_sub, r=AmanieuMatthias Krüger-0/+103
2024-11-13Auto merge of #132662 - RalfJung:const-panic-inlining, r=tgross35bors-4/+6
2024-11-13const_panic: don't wrap it in a separate functionRalf Jung-4/+6
2024-11-13Auto merge of #132972 - matthiaskrgr:rollup-456osr7, r=matthiaskrgrbors-2/+2
2024-11-12Rollup merge of #132970 - tyilo:nonzero-u-div-ceil-issue, r=tgross35Matthias Krüger-1/+1
2024-11-12Auto merge of #132870 - Noratrieb:inline-int-parsing, r=tgross35bors-0/+3
2024-11-12Add tracking issue number to unsigned_nonzero_div_ceil featureAsger Hautop Drewsen-1/+1
2024-11-12remove no-longer-needed abs_privateRalf Jung-50/+16
2024-11-10`#[inline]` integer parsing functionsNoratrieb-0/+3
2024-11-10Update the doc comment of `ASCII_CASE_MASK`chansuke-1/+1
2024-11-08mark is_val_statically_known intrinsic as stably const-callableRalf Jung-4/+0
2024-11-07Rollup merge of #132665 - tyilo:nonzero-u-div-ceil, r=joboetJonas Böttiger-0/+29
2024-11-05Implement div_ceil for NonZero<unsigned>Asger Hautop Drewsen-0/+29
2024-11-05add const_eval_select macro to reduce redundancyRalf Jung-5/+5
2024-11-03Rollup merge of #132563 - frectonz:master, r=AmanieuJubilee-1/+9
2024-11-03Auto merge of #132542 - RalfJung:const_panic, r=tgross35bors-56/+43
2024-11-03Modify `NonZero` documentation to reference the underlying integer typefrectonz-1/+9
2024-11-03Rollup merge of #131377 - rick-de-water:nonzero-exp, r=dtolnayMatthias Krüger-16/+30