about summary refs log tree commit diff
path: root/library/core/src/num
AgeCommit message (Expand)AuthorLines
2025-09-14Update CURRENT_RUSTC_VERSION post-bumpMark Rousskov-60/+60
2025-09-12Constify Eq, Ord, PartialOrdEvgenii Zheltonozhskii-6/+11
2025-09-08simplify the declaration of the legacy integer modules (`std::u32` etc.)cyrgani-178/+71
2025-09-07Auto merge of #146216 - LorrensP-2158466:miri-float-nondet-foreign-items-take...bors-3/+3
2025-09-06Change stdlib float tests to account for miri nondet floats.LorrensP-2158466-3/+3
2025-09-05Rollup merge of #146225 - Jules-Bertholet:simplify-float-midpoint, r=tgross35León Orell Valerian Liehr-32/+0
2025-09-05Simplify `{f16, f32, f54, f128}::midpoint()`Jules Bertholet-32/+0
2025-09-05Rollup merge of #144342 - Qelxiros:exact-bitshifts, r=tgross35Trevor Gross-0/+231
2025-09-04Rollup merge of #145690 - sayantn:integer-funnel-shift, r=tgross35Jacob Pratt-0/+97
2025-09-04Rollup merge of #146136 - AudaciousAxiom:docs/missing-closing-code-block-fenc...Stuart Cook-2/+2
2025-09-03Rollup merge of #145279 - clarfonthey:const-convert-initial, r=tgross35Stuart Cook-4/+4
2025-09-03Add `funnel_sh{l,r}` functions and intrinsicssayantn-0/+97
2025-09-02add exact bitshiftsJeremy Smart-0/+231
2025-09-02docs(std): add missing closing code block fences in doc commentsAudaciousAxiom-2/+2
2025-09-01Constify conversion traitsltdk-4/+4
2025-08-30Rollup merge of #145776 - ChaiTRex:ilog_specialization, r=joboetStuart Cook-0/+14
2025-08-30Auto merge of #144494 - scottmcm:min_bigint_helpers, r=Mark-Simulacrumbors-24/+42
2025-08-29Optimize `.ilog({2,10})` to `.ilog{2,10}()`Chai T. Rex-0/+14
2025-08-27Rollup merge of #145625 - karolzwolak:f16-use-expr-instead-literal, r=beetree...Matthias Krüger-10/+79
2025-08-27Rollup merge of #145335 - clarfonthey:wtf8-core-alloc, r=Mark-SimulacrumMatthias Krüger-0/+15
2025-08-26remove deprecated Error::description in implsMarijn Schouten-29/+13
2025-08-22improve float to_degrees/to_radians rounding comments and implKarol Zwolak-10/+79
2025-08-20Move WTF-8 code from std to core/allocltdk-0/+15
2025-08-20Partial-stabilize the basics from `bigint_helper_methods`Scott McMurray-24/+42
2025-08-20Rollup merge of #145381 - Gnurou:int_lowest_highest_one, r=jhprattJacob Pratt-0/+138
2025-08-19Rollup merge of #145255 - lune-climate:dec2flt-doc, r=ibraheemdev许杰友 Jieyou Xu (Joe)-0/+2
2025-08-19Rollup merge of #144767 - tgross35:doc-grammar, r=ibraheemdev许杰友 Jieyou Xu (Joe)-18/+12
2025-08-18Implement feature `int_lowest_highest_one` for integer and NonZero typesAlexandre Courbot-0/+138
2025-08-15Rollup merge of #144947 - tautschnig:remove-stray-checked_div-comment, r=Mark...Stuart Cook-12/+6
2025-08-11Make a James Bond referenceJakub Stasiak-2/+2
2025-08-11dec2flt: Provide more valid inputs examplesJakub Stasiak-0/+2
2025-08-10Constify remaining operatorsltdk-136/+267
2025-08-10Let forward_ref_* macros accept multiple attributes, and require attributes e...ltdk-61/+100
2025-08-08Revert "Rollup merge of #143906 - LorrensP-2158466:miri-float-nondet-foreign-...Jakub Beránek-3/+3
2025-08-07Rollup merge of #144900 - Kivooeo:unsigned_signed_diff-stabilize, r=dtolnayTrevor Gross-2/+2
2025-08-07Auto merge of #145043 - Zalathar:rollup-3dbvdrm, r=Zalatharbors-90/+57
2025-08-07Auto merge of #144997 - BoxyUwU:bootstrap_bump, r=Mark-Simulacrumbors-9/+9
2025-08-07Rollup merge of #144682 - nxsaken:strict_overflow_ops, r=Mark-SimulacrumStuart Cook-87/+54
2025-08-07Rollup merge of #143906 - LorrensP-2158466:miri-float-nondet-foreign-items, r...Stuart Cook-3/+3
2025-08-06tidyBoxy-1/+1
2025-08-06Change stdlib float tests to account for miri nondet floats.LorrensP-2158466-3/+3
2025-08-06replace version placeholderBoxy-8/+8
2025-08-05Renamed `isolate_most_least_significant_one` functionsokaneco-16/+16
2025-08-05Fix description of unsigned `checked_exact_div`Michael Tautschnig-12/+6
2025-08-04remove feature gateKivooeo-2/+2
2025-08-01Fix safety comment for new_unchecked in niche_typesNico Lehmann-3/+3
2025-07-31Correct some grammar in integer documentationTrevor Gross-18/+12
2025-07-30Stabilize strict_overflow_opsNurzhan Sakén-87/+54
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