about summary refs log tree commit diff
path: root/src/libcore/num
AgeCommit message (Expand)AuthorLines
2018-03-18num::NonZero* types now have their own tracking issue: #49137Simon Sapin-2/+2
2018-03-17Deprecate core::nonzero in favor of ptr::NonNull and num::NonZero*Simon Sapin-1/+3
2018-03-17Add 12 num::NonZero* types for each primitive integerSimon Sapin-0/+87
2018-03-16Add From<!> for TryFromIntErrorAndrew Cann-0/+7
2018-03-15replace `convert::Infallible` with `!`Andrew Cann-13/+5
2018-03-08Rollup merge of #48738 - Songbird0:parseinterror_potential_cause, r=joshtriplettManish Goregaokar-0/+7
2018-03-06Add reverse_bits to integer typesAmanieu d'Antras-0/+54
2018-03-05Fix spelling error for `whitespaces`.Songbird0-1/+1
2018-03-05Modify wording and remove useless whitespaces.Songbird0-3/+3
2018-03-04Tidy error: add a new lineSongbird0-1/+2
2018-03-04Add a potential cause raising `ParseIntError`.Songbird0-0/+6
2018-02-28Rollup merge of #48321 - milesand:no_panic_pow, r=alexcrichtonkennytm-0/+308
2018-02-25Rollup merge of #48235 - varkor:parse-float-lonely-exponent, r=alexcrichtonkennytm-1/+2
2018-02-24Fixes docs for ASCII functions to no longer claim U+0021 is '@'.Nathan Ringo-1/+1
2018-02-21Take 2^5 as examples in document of pow() (fixes #48396)Hidehito Yabuuchi-2/+2
2018-02-19Make ".e0" not parse as 0.0varkor-1/+2
2018-02-19Add non-panicking variants of pow to all integer typesJewoo Lee-0/+308
2018-02-17Rollup merge of #48152 - antoyo:primitive-docs-relevant, r=QuietMisdreavusGuillaume Gomez-1671/+1914
2018-02-16Notify users that this example is shared through integer typesGuillaume Gomez-19/+47
2018-02-14Add missing featureGuillaume Gomez-218/+270
2018-02-12Fix tidy errorsAntoni Boucher-6/+10
2018-02-11Make primitive types docs relevant (unsigned)Antoni Boucher-735/+815
2018-02-11Make primitive types docs relevantGuillaume Gomez-937/+1016
2018-02-10Correct a few stability attributesOliver Middleton-3/+3
2018-02-01Use constant for 180/π in to_degreesvarkor-1/+6
2018-01-24Auto merge of #46931 - clarcharr:float_bits_core, r=alexcrichtonbors-50/+69
2018-01-07Rollup merge of #46947 - tspiteri:checked-div-rem-none, r=frewsxcvkennytm-4/+4
2017-12-30Optimise min/maxvarkor-4/+4
2017-12-26Rollup merge of #46986 - nvzqz:basic-usage, r=steveklabnikkennytm-0/+8
2017-12-26Rollup merge of #46933 - clarcharr:float_docs, r=steveklabnikkennytm-2/+12
2017-12-24Add "Basic Usage" to int min_value, max_value docsNikolai Vazquez-0/+8
2017-12-23Move Bits constraints to RawFloat::RawBitsClar Charr-5/+20
2017-12-22Expose float from_bits and to_bits in libcore.Clar Charr-47/+51
2017-12-22doc: improve None condition doc for `checked_div` and `checked_rem`Trevor Spiteri-4/+4
2017-12-21Make core::f32/f64 docs match std.Clar Charr-2/+12
2017-12-22Rollup merge of #46898 - tspiteri:int-overflow-not-underflow, r=steveklabnikkennytm-9/+9
2017-12-22Rollup merge of #46820 - nodakai:simplify-int-impl, r=alexcrichtonkennytm-151/+52
2017-12-21docs: do not call integer overflows as underflowsTrevor Spiteri-9/+9
2017-12-19libcore/num/mod.rs: simplify the int_impl! macro.NODA, Kai-151/+52
2017-12-17Display binary notation for numeric swap_bytes methods.Corey Farwell-6/+12
2017-12-12Auto merge of #46411 - rillian:str_ascii, r=kennytmbors-6/+6
2017-12-03Consistent parameter name for numeric ‘checked’ operations.Corey Farwell-69/+69
2017-12-02Mark ascii methods on primitive types stable in 1.23.0.Ralph Giles-6/+6
2017-11-29Rollup merge of #46287 - SimonSapin:stable-constness, r=aturonkennytm-4/+0
2017-11-29Rollup merge of #46077 - LukasKalbertodt:stabilize-ascii-ctype, r=alexcrichtonkennytm-10/+10
2017-11-28Change `since` attribute from ctype methods from 1.23 to 1.24Lukas Kalbertodt-10/+10
2017-11-26Stabilize const-calling existing const-fns in stdSimon Sapin-4/+0
2017-11-24Expand docs of <$Int>::from_str_radix, based on that of char::to_digitSimon Sapin-0/+18
2017-11-18Stabilize `ascii_ctype` methods for `u8` and `char`Lukas Kalbertodt-10/+10
2017-11-14Fixed several pulldown warnings when documenting libstd.kennytm-1/+1