| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-11-26 | Stabilize const-calling existing const-fns in std | Simon Sapin | -4/+0 |
| 2017-11-24 | Expand docs of <$Int>::from_str_radix, based on that of char::to_digit | Simon Sapin | -0/+18 |
| 2017-11-18 | Stabilize `ascii_ctype` methods for `u8` and `char` | Lukas Kalbertodt | -10/+10 |
| 2017-11-14 | Fixed several pulldown warnings when documenting libstd. | kennytm | -1/+1 |
| 2017-11-05 | Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr... | bors | -0/+644 |
| 2017-11-04 | Use Add::add for overflow checks instead of [rustc_inherit_overflow_checks] | Scott McMurray | -2/+3 |
| 2017-11-03 | Fix #18604: next_power_of_two should panic on overflow | Scott McMurray | -0/+1 |
| 2017-11-03 | Mark several ascii methods as unstable again | Lukas Kalbertodt | -10/+30 |
| 2017-11-03 | Fix lists in doc comments for ascii methods of u8 and char | Lukas Kalbertodt | -2/+4 |
| 2017-11-03 | Add missing space in match arm | Lukas Kalbertodt | -2/+2 |
| 2017-11-03 | Tweak documentation for `u8::eq_ignore_ascii_case()` | Lukas Kalbertodt | -2/+1 |
| 2017-11-03 | Revert signature of eq_ignore_ascii_case() to original | Lukas Kalbertodt | -2/+2 |
| 2017-11-03 | Make ascii methods on u8 insta-stable | Lukas Kalbertodt | -48/+16 |
| 2017-11-03 | Add all methods of AsciiExt to u8 directly | Lukas Kalbertodt | -0/+655 |
| 2017-10-26 | Bump to 1.23 and update bootstrap | Alex Crichton | -4/+4 |
| 2017-09-29 | Auto merge of #44174 - jimmycuadra:try-from-infallible, r=sfackler | bors | -29/+21 |
| 2017-09-29 | Fix more TryFrom impls for integers. | Jimmy Cuadra | -4/+4 |
| 2017-09-29 | Simplify implementation of From<Infallible> for TryFromIntError. | Jimmy Cuadra | -2/+3 |
| 2017-09-28 | Remove conflicting TryFrom impls on 32-bit targets. | Jimmy Cuadra | -2/+2 |
| 2017-09-23 | Add back mistakenly removed numeric conversions. | Jimmy Cuadra | -4/+4 |
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -0/+4 |
| 2017-09-01 | impl From<Infallible> for TryFromIntError. | Jimmy Cuadra | -1/+8 |
| 2017-08-30 | Implement TryFrom explicitly for infallible numeric conversions. | Jimmy Cuadra | -6/+8 |
| 2017-08-29 | Add blanket TryFrom impl when From is implemented. | Jimmy Cuadra | -27/+9 |
| 2017-07-30 | Document the `from_str_radix` panic | Tobias Bucher | -0/+4 |
| 2017-07-26 | Rollup merge of #43471 - ollie27:try_from_ints, r=nagisa | Mark Simulacrum | -11/+14 |
| 2017-07-25 | Bump master to 1.21.0 | Alex Crichton | -13/+8 |
| 2017-07-25 | Add missing impl and tests for int to int TryFrom impls | Oliver Middleton | -11/+14 |
| 2017-07-25 | Auto merge of #43248 - llogiq:num-try-from, r=nagisa | bors | -38/+177 |
| 2017-07-24 | improve the TryFrom implementations | Andre Bogus | -38/+177 |
| 2017-07-20 | std: Cut down #[inline] annotations where not necessary | Alex Crichton | -11/+11 |
| 2017-06-16 | Auto merge of #42430 - nagisa:core-float, r=alexcrichton | bors | -0/+7 |
| 2017-06-14 | Re-implement float min/max in rust | Simonas Kazlauskas | -0/+7 |