about summary refs log tree commit diff
path: root/library/core/src/num
AgeCommit message (Expand)AuthorLines
2025-08-04replace version placeholderBoxy-8/+8
2025-07-22Auto merge of #144205 - hkBst:flt2dec, r=workingjubileebors-11/+7
2025-07-22Rollup merge of #143768 - Randl:const-try, r=oli-obk许杰友 Jieyou Xu (Joe)-4/+8
2025-07-21Constify Try, From, TryFromEvgenii Zheltonozhskii-4/+8
2025-07-20flt2dec: use fill instead of loopMarijn Schouten-11/+7
2025-07-20Rollup merge of #143423 - hkBst:clippy-fix-1, r=workingjubileeGuillaume Gomez-2/+2
2025-07-20Rollup merge of #143282 - nxsaken:strict_sub_signed, r=jhprattGuillaume Gomez-4/+41
2025-07-20Stabilize `const_float_round_methods`Nurzhan Sakén-24/+0
2025-07-17Make `NonZero` `const PartialEq`Oli Scherer-2/+3
2025-07-16Rollup merge of #143355 - hkBst:cleanup-shift-double-bitmask, r=Mark-SimulacrumSamuel Tardieu-42/+6
2025-07-11Rollup merge of #143611 - GrigorenkoPV:ParseIntError, r=tgross35Matthias Krüger-2/+5
2025-07-08int_log10.rs: change top level doc comments to outerMarijn Schouten-2/+2
2025-07-08Auto merge of #143540 - yotamofek:pr/library/simplify-num-fmt, r=tgross35bors-22/+3
2025-07-08Mention more APIs in `ParseIntError` docsPavel Grigorenko-2/+5
2025-07-07Rollup merge of #143130 - xizheyin:142966, r=ibraheemdev许杰友 Jieyou Xu (Joe)-0/+9
2025-07-07doc(std): clarify `NonZero<T>` usage limitation in doc commentxizheyin-0/+9
2025-07-07Rollup merge of #143236 - nxsaken:mixed_integer_ops_unsigned_sub, r=ibraheemdevJacob Pratt-8/+8
2025-07-06Simplify num formatting helpersYotam Ofek-22/+3
2025-07-04Rollup merge of #143395 - Urgau:llvm-fallback-minimum-maximum, r=tgross35Jacob Pratt-2/+2
2025-07-04Rollup merge of #143356 - hkBst:clippy-fix-2, r=scottmcmJacob Pratt-1/+1
2025-07-03Always use the pure Rust fallback instead of `llvm.{maximum,minimum}`Urgau-2/+2
2025-07-03Rollup merge of #134006 - klensy:typos, r=nnethercoteJana Dönszelmann-3/+3
2025-07-03use unsigned_abs instead of `abs` on signed int to silence clippyMarijn Schouten-1/+1
2025-07-03wrapping shift: remove first bitmask and tableMarijn Schouten-42/+6
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-3/+3
2025-07-02Rollup merge of #131923 - ranger-ross:impl-copy-hash-interrorkind, r=tgross35Matthias Krüger-1/+1
2025-07-01Test upper overflow in `strict_sub_signed`Nurzhan Saken-1/+1
2025-07-01Ignore `float_minimum_maximum` doctests on i586Josh Stone-2/+2
2025-07-01Add `uX::strict_sub_signed`Nurzhan Sakén-4/+41
2025-06-30Stabilize `mixed_integer_ops_unsigned_sub`Nurzhan Sakén-8/+8
2025-06-20integer docs: remove extraneous textTshepang Mbambo-455/+0
2025-06-12chore(doctest): Remove redundant blank linesShun Sakai-2/+0
2025-06-11feat: Add `bit_width` for unsigned integer typesShun Sakai-0/+24
2025-06-09Auto merge of #138062 - LorrensP-2158466:miri-enable-float-nondet, r=RalfJungbors-2/+2
2025-06-09Rollup merge of #141001 - hkBst:nonzero-char, r=dtolnayTrevor Gross-0/+3
2025-06-08De-duplicate f16 & f128 doctest attributesUrgau-46/+2
2025-06-07Make NonZero<char> possibleMarijn Schouten-0/+3
2025-06-06remove extraneous textTshepang Mbambo-33/+0
2025-06-05change tests to use fixed constants to let them pass with miriLorrensP-2158466-2/+2
2025-06-03Rollup merge of #141949 - onur-ozkan:move-test-float-parse, r=KobzolMatthias Krüger-1/+1
2025-06-03Rollup merge of #141921 - ehuss:arm-min-max, r=tgross35Matthias Krüger-2/+2
2025-06-03move `test-float-parse` tool into `src/tools` dironur-ozkan-1/+1
2025-06-02Disable f64 minimum/maximum tests for arm 32Eric Huss-2/+2
2025-06-02add f16_epsilon and f128_epsilonusamoi-0/+2
2025-05-31Add const support for float rounding methodsRuan Comelli-24/+60
2025-05-30Rollup merge of #141237 - Qelxiros:139911-exact-div, r=workingjubileeJubilee-1/+207
2025-05-29Add `loongarch64` with `d` feature to `f32::midpoint` fast pathWANG Rui-0/+1
2025-05-27Auto merge of #129658 - saethlin:spare-a-crumb, r=jhprattbors-11/+13
2025-05-22Auto merge of #137198 - tgross35:cfg-match-rename, r=Amanieubors-2/+2
2025-05-21Add some track_caller info to precondition panicsBen Kimock-11/+13