about summary refs log tree commit diff
path: root/library/core/src/num
AgeCommit message (Expand)AuthorLines
2022-11-09Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcmDylan DPC-30/+36
2022-10-26Print the precondition we violated, and visible through output captureBen Kimock-1/+4
2022-10-26stabilize `int_log`Lukas Markeffsky-30/+36
2022-10-18Rollup merge of #101889 - tspiteri:redoc-uint-adc-sbb, r=m-ou-seMatthias Krüger-31/+49
2022-10-17Remove the redundant `Some(try_opt!(..))` in `checked_pow`Josh Stone-2/+2
2022-10-14Rollup merge of #103045 - lukas-code:blank-lines, r=GuillaumeGomezMatthias Krüger-11/+0
2022-10-14remove leading newlines from integer primitive doc examplesLukas Markeffsky-11/+0
2022-10-14more dupe word typosRageking8-2/+2
2022-10-12Rollup merge of #102578 - lukas-code:ilog-panic, r=m-ou-seDylan DPC-85/+15
2022-10-11Rollup merge of #102258 - cjgillot:core-kappa, r=m-ou-seYuki Okushi-4/+0
2022-10-03Rollup merge of #101308 - nerdypepper:feature/is-ascii-octdigit, r=joshtriplettMatthias Krüger-0/+32
2022-10-03Rollup merge of #100470 - reitermarkus:patch-1, r=joshtriplettMatthias Krüger-1/+1
2022-10-02remove unneeded attributesLukas Markeffsky-12/+0
2022-10-02always panic for invalid integer logarithmLukas Markeffsky-73/+15
2022-09-29Rollup merge of #102342 - jmillikin:nonzero-negation, r=scottmcmDylan DPC-0/+154
2022-09-29nonzero_negation_ops: `inline(always)` -> `inline`.John Millikin-1/+1
2022-09-29nonzero_negation_ops: Set `issue = "102443"`.John Millikin-5/+5
2022-09-27Rollup merge of #101555 - jhpratt:stabilize-mixed_integer_ops, r=joshtriplettMatthias Krüger-36/+24
2022-09-27doc: rewrite doc for uint::{carrying_add,borrowing_sub}Trevor Spiteri-31/+49
2022-09-27introduce `{char, u8}::is_ascii_octdigit`Akshay-0/+32
2022-09-27Add negation methods for signed non-zero integers.John Millikin-0/+154
2022-09-26remove cfg(bootstrap)Pietro Albini-5/+0
2022-09-25Remove unused variable.Camille GILLOT-4/+0
2022-09-22Added which number is computed in compute_float.Orson Peters-1/+1
2022-09-18Add another example for `uN::carrying_mul`Scott McMurray-0/+30
2022-09-13Fix doc of log functionNaokiM03-1/+1
2022-09-11Fix naming format of IEEE 754 standardLingMan-15/+15
2022-09-09Auto merge of #93873 - Stovent:big-ints, r=m-ou-sebors-0/+78
2022-09-07Stabilize `#![feature(mixed_integer_ops)]`Jacob Pratt-36/+24
2022-09-04Add `inline(always)` to rt functionsDeadbeef-0/+4
2022-09-04Make `const_eval_select` a real intrinsicDeadbeef-17/+29
2022-08-30Make docs formulation more consistent for NonZero{int}yjhn-12/+12
2022-08-28Auto merge of #100578 - Urgau:float-next-up-down, r=scottmcmbors-0/+200
2022-08-22Move error trait into coreJane Losare-Lusby-0/+32
2022-08-22Rollup merge of #93162 - camsteffen:std-prim-docs, r=Mark-SimulacrumDylan DPC-2/+2
2022-08-21Rollup merge of #100556 - Alex-Velez:patch-1, r=scottmcmMatthias Krüger-14/+12
2022-08-20Improve primitive/std docs separation and headersCameron Steffen-2/+2
2022-08-20Rollup merge of #100585 - wooorm:patch-1, r=Mark-SimulacrumMatthias Krüger-1/+1
2022-08-17Rollup merge of #100661 - PunkyMunky64:patch-1, r=thomccMatthias Krüger-3/+3
2022-08-16Fixed a few documentation errorsPunkyMunky64-3/+3
2022-08-16Fixed a few documentation errorsPunkyMunky64-3/+3
2022-08-16Update src/test/assembly/x86_64-floating-point-clamp.rsAlex-14/+12
2022-08-15Fix trailing space showing up in exampleTitus-1/+1
2022-08-15Say that the identity holds only for all finite numbers (aka not NaN)Urgau-4/+4
2022-08-15Added tracking issue numbers for float_next_up_down.Orson Peters-4/+8
2022-08-15Added next_up and next_down for f32/f64.Orson Peters-0/+196
2022-08-13Tweak `FpCategory` example order.Markus Reiter-1/+1
2022-08-09Rename integer log* methods to ilog*Eric Holk-50/+50
2022-07-24add miri-track-caller to some intrinsic-exposing methodsRalf Jung-0/+10
2022-07-20Rollup merge of #99452 - Stargateur:fix/typo, r=JohnTitorDylan DPC-3/+3