| Age | Commit message (Expand) | Author | Lines |
| 2018-07-30 | Revert "Stabilize to_bytes and from_bytes for integers." | Simon Sapin | -4/+12 |
| 2018-07-04 | Auto merge of #51395 - SimonSapin:repr-transparent, r=SimonSapin | bors | -0/+2 |
| 2018-07-03 | Auto merge of #51564 - SimonSapin:try-int, r=alexcrichton | bors | -10/+60 |
| 2018-06-30 | Bootstrap from 1.28.0-beta.3 | Mark Simulacrum | -192/+0 |
| 2018-06-26 | Stabilize to_bytes and from_bytes for integers. | Thayne McCombs | -12/+4 |
| 2018-06-16 | Add #[repr(transparent)] to some libcore types | Simon Sapin | -0/+2 |
| 2018-06-10 | add some docs to conversions | Andre Bogus | -13/+39 |
| 2018-06-06 | Make the size of Option<NonZero*> a documented guarantee. | Simon Sapin | -2/+2 |
| 2018-06-06 | Revert "Remove TryFrom impls that might become conditionally-infallible with ... | Simon Sapin | -10/+60 |
| 2018-06-02 | Make integer methods non-const in stage0 | Linus Färnstrand | -0/+192 |
| 2018-06-02 | Make most integer operations const fns | Linus Färnstrand | -40/+114 |
| 2018-06-02 | Auto merge of #50554 - clarcharr:from_bool, r=TimNN | bors | -0/+14 |
| 2018-06-01 | Add From<bool> for int types | Clar Charr | -0/+14 |
| 2018-06-01 | Add missing whitespace in num example | Guillaume Gomez | -1/+1 |
| 2018-05-28 | Auto merge of #50465 - clarcharr:wrapping, r=KodrAus | bors | -2/+26 |
| 2018-05-22 | Remove the unstable Float trait | Simon Sapin | -55/+0 |
| 2018-05-17 | Switch to 1.26 bootstrap compiler | Mark Simulacrum | -2/+0 |
| 2018-05-17 | Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichton | kennytm | -28/+8 |
| 2018-05-16 | Stabilize num::NonZeroU* | Simon Sapin | -9/+7 |
| 2018-05-16 | Remove unstable deprecated num::NonZeroI* types | Simon Sapin | -17/+1 |
| 2018-05-16 | Make core::nonzero private | Simon Sapin | -3/+1 |
| 2018-05-16 | fix a typo in signed-integer::from_str_radix() | SHA Miao | -1/+1 |
| 2018-05-15 | Separate feature gate for wrapping_next_power_of_two | Clar Charr | -2/+3 |
| 2018-05-08 | Add missing Wrapping methods, use doc_comment! | Clar Charr | -2/+25 |
| 2018-04-24 | core: Minor cleanup | Daiki Mizukami | -1/+1 |
| 2018-04-24 | core: Fix overflow in `int::mod_euc` when `self < 0 && rhs == MIN` | Daiki Mizukami | -1/+5 |
| 2018-04-22 | Auto merge of #49896 - SimonSapin:inherent, r=alexcrichton | bors | -37/+12 |
| 2018-04-21 | Make the unstable StrExt and SliceExt traits private to libcore in not(stage0) | Simon Sapin | -19/+12 |
| 2018-04-21 | Move intrinsics-based float methods out of libcore into libstd | Simon Sapin | -18/+0 |
| 2018-04-20 | Revert "Stabilize the TryFrom and TryInto traits" | Felix S. Klock II | -6/+6 |
| 2018-04-14 | Rollup merge of #49871 - SimonSapin:int-bytes, r=sfackler | kennytm | -0/+89 |
| 2018-04-14 | Add to_bytes and from_bytes to primitive integers | Simon Sapin | -0/+89 |
| 2018-04-13 | Auto merge of #49389 - fanzier:euclidean-division, r=KodrAus | bors | -0/+440 |
| 2018-04-12 | Address more nits. | Fabian Zaiser | -7/+6 |
| 2018-03-30 | Deprecate signed std::num::NonZeroI* with a call for use cases | Simon Sapin | -7/+23 |
| 2018-03-29 | Fix doctest (typo). | Fabian Zaiser | -2/+2 |
| 2018-03-28 | Fix #![feature]s. | Fabian Zaiser | -37/+40 |
| 2018-03-28 | Address nits and tidy errors. | Fabian Zaiser | -13/+15 |
| 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 | Implement RFC #2169 (Euclidean division). | Fabian Zaiser | -0/+436 |
| 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 |