| Age | Commit message (Expand) | Author | Lines |
| 2018-04-21 | Revert "Stabilize the TryFrom and TryInto traits" | Felix S. Klock II | -6/+6 |
| 2018-03-30 | Deprecate signed std::num::NonZeroI* with a call for use cases | Simon Sapin | -7/+23 |
| 2018-03-27 | Remove TryFrom impls that might become conditionally-infallible with a portab... | Simon Sapin | -60/+10 |
| 2018-03-26 | Stabilize the TryFrom and TryInto traits | Simon Sapin | -7/+7 |
| 2018-03-26 | Don’t use `type Error = !` for target-dependant TryFrom impls. | Simon Sapin | -1/+1 |
| 2018-03-26 | TryFrom for integers: use From instead for truely-infallible impls | Simon Sapin | -9/+20 |
| 2018-03-26 | fix last two tidy | Mark Mansi | -7/+1 |
| 2018-03-26 | Fix missed i128 feature gates | Mark Mansi | -12/+12 |
| 2018-03-26 | Stabilize i128 feature too | Mark Mansi | -9/+2 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -4/+2 |
| 2018-03-23 | Rollup merge of #48265 - SimonSapin:nonzero, r=KodrAus | Alex Crichton | -0/+89 |
| 2018-03-18 | num::NonZero* types now have their own tracking issue: #49137 | Simon Sapin | -2/+2 |
| 2018-03-17 | Deprecate core::nonzero in favor of ptr::NonNull and num::NonZero* | Simon Sapin | -1/+3 |
| 2018-03-17 | Add 12 num::NonZero* types for each primitive integer | Simon Sapin | -0/+87 |
| 2018-03-16 | Add From<!> for TryFromIntError | Andrew Cann | -0/+7 |
| 2018-03-15 | replace `convert::Infallible` with `!` | Andrew Cann | -13/+5 |
| 2018-03-08 | Rollup merge of #48738 - Songbird0:parseinterror_potential_cause, r=joshtriplett | Manish Goregaokar | -0/+7 |
| 2018-03-06 | Add reverse_bits to integer types | Amanieu d'Antras | -0/+54 |
| 2018-03-05 | Fix spelling error for `whitespaces`. | Songbird0 | -1/+1 |
| 2018-03-05 | Modify wording and remove useless whitespaces. | Songbird0 | -3/+3 |
| 2018-03-04 | Tidy error: add a new line | Songbird0 | -1/+2 |
| 2018-03-04 | Add a potential cause raising `ParseIntError`. | Songbird0 | -0/+6 |
| 2018-02-28 | Rollup merge of #48321 - milesand:no_panic_pow, r=alexcrichton | kennytm | -0/+308 |
| 2018-02-24 | Fixes docs for ASCII functions to no longer claim U+0021 is '@'. | Nathan Ringo | -1/+1 |
| 2018-02-21 | Take 2^5 as examples in document of pow() (fixes #48396) | Hidehito Yabuuchi | -2/+2 |
| 2018-02-19 | Add non-panicking variants of pow to all integer types | Jewoo Lee | -0/+308 |
| 2018-02-17 | Rollup merge of #48152 - antoyo:primitive-docs-relevant, r=QuietMisdreavus | Guillaume Gomez | -1671/+1914 |
| 2018-02-16 | Notify users that this example is shared through integer types | Guillaume Gomez | -19/+47 |
| 2018-02-14 | Add missing feature | Guillaume Gomez | -218/+270 |
| 2018-02-12 | Fix tidy errors | Antoni Boucher | -6/+10 |
| 2018-02-11 | Make primitive types docs relevant (unsigned) | Antoni Boucher | -735/+815 |
| 2018-02-11 | Make primitive types docs relevant | Guillaume Gomez | -937/+1016 |
| 2018-02-10 | Correct a few stability attributes | Oliver Middleton | -3/+3 |
| 2018-01-24 | Auto merge of #46931 - clarcharr:float_bits_core, r=alexcrichton | bors | -0/+11 |
| 2018-01-07 | Rollup merge of #46947 - tspiteri:checked-div-rem-none, r=frewsxcv | kennytm | -4/+4 |
| 2017-12-24 | Add "Basic Usage" to int min_value, max_value docs | Nikolai Vazquez | -0/+8 |
| 2017-12-23 | Move Bits constraints to RawFloat::RawBits | Clar Charr | -1/+1 |
| 2017-12-22 | Expose float from_bits and to_bits in libcore. | Clar Charr | -0/+11 |
| 2017-12-22 | doc: improve None condition doc for `checked_div` and `checked_rem` | Trevor Spiteri | -4/+4 |
| 2017-12-22 | Rollup merge of #46898 - tspiteri:int-overflow-not-underflow, r=steveklabnik | kennytm | -8/+8 |
| 2017-12-22 | Rollup merge of #46820 - nodakai:simplify-int-impl, r=alexcrichton | kennytm | -151/+52 |
| 2017-12-21 | docs: do not call integer overflows as underflows | Trevor Spiteri | -8/+8 |
| 2017-12-19 | libcore/num/mod.rs: simplify the int_impl! macro. | NODA, Kai | -151/+52 |
| 2017-12-17 | Display binary notation for numeric swap_bytes methods. | Corey Farwell | -6/+12 |
| 2017-12-12 | Auto merge of #46411 - rillian:str_ascii, r=kennytm | bors | -6/+6 |
| 2017-12-03 | Consistent parameter name for numeric ‘checked’ operations. | Corey Farwell | -69/+69 |
| 2017-12-02 | Mark ascii methods on primitive types stable in 1.23.0. | Ralph Giles | -6/+6 |
| 2017-11-29 | Rollup merge of #46287 - SimonSapin:stable-constness, r=aturon | kennytm | -4/+0 |
| 2017-11-29 | Rollup merge of #46077 - LukasKalbertodt:stabilize-ascii-ctype, r=alexcrichton | kennytm | -10/+10 |
| 2017-11-28 | Change `since` attribute from ctype methods from 1.23 to 1.24 | Lukas Kalbertodt | -10/+10 |