| Age | Commit message (Expand) | Author | Lines |
| 2018-04-21 | Revert "Stabilize the TryFrom and TryInto traits" | Felix S. Klock II | -0/+1 |
| 2018-03-27 | Remove TryFrom impls that might become conditionally-infallible with a portab... | Simon Sapin | -127/+0 |
| 2018-03-26 | Stabilize the TryFrom and TryInto traits | Simon Sapin | -1/+0 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -1/+1 |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -1/+1 |
| 2018-03-23 | Rollup merge of #48265 - SimonSapin:nonzero, r=KodrAus | Alex Crichton | -7/+30 |
| 2018-03-22 | Rollup merge of #49109 - SimonSapin:deprecate-asciiext, r=alexcrichton | kennytm | -3/+0 |
| 2018-03-21 | Deprecate the AsciiExt trait in favor of inherent methods | Simon Sapin | -3/+0 |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -0/+1 |
| 2018-03-19 | Auto merge of #49108 - SimonSapin:sip, r=TimNN | bors | -7/+7 |
| 2018-03-19 | Auto merge of #48978 - SimonSapin:debug-hex, r=KodrAus | bors | -0/+6 |
| 2018-03-17 | Test NonZero in a const item in a pattern. | Simon Sapin | -0/+23 |
| 2018-03-17 | Use num::NonZero* instead of NonZero<_> in rustc and tests | Simon Sapin | -7/+7 |
| 2018-03-17 | Mark deprecated unstable SipHasher13 as a doc-hidden impl detail of HashMap. | Simon Sapin | -1/+1 |
| 2018-03-17 | Make the deprecated unstable SipHasher24 type private. | Simon Sapin | -6/+6 |
| 2018-03-15 | Keep the fields of RangeInclusive unstable. | kennytm | -0/+1 |
| 2018-03-15 | Stabilize `inclusive_range_syntax` language feature. | kennytm | -1/+1 |
| 2018-03-15 | Stabilize `inclusive_range` library feature. | kennytm | -1/+0 |
| 2018-03-13 | Auto merge of #48735 - 1011X:master, r=alexcrichton | bors | -0/+362 |
| 2018-03-13 | Add hexadecimal formatting of integers with fmt::Debug | Simon Sapin | -0/+6 |
| 2018-03-12 | added ascii_ctypes feature to libcore tests module | 1011X | -0/+1 |
| 2018-03-12 | include AsciiExt in tests | 1011X | -1/+2 |
| 2018-03-11 | Update Cargo submodule | Alex Crichton | -1/+232 |
| 2018-03-08 | Merge branch 'master' of github.com:1011X/rust | 1011X | -0/+12 |
| 2018-03-08 | declare ascii test module in core | 1011X | -0/+1 |
| 2018-03-06 | Merge branch 'master' of https://github.com/rust-lang/rust | 1011X | -0/+12 |
| 2018-03-06 | Rollup merge of #48573 - Amanieu:bitreverse2, r=sfackler | kennytm | -0/+12 |
| 2018-03-06 | Add reverse_bits to integer types | Amanieu d'Antras | -0/+12 |
| 2018-03-05 | Copy license into libcore/tests/ascii.rs | 1011X | -0/+10 |
| 2018-03-05 | Move tests, re-export items from core::ascii | 1011X | -0/+349 |
| 2018-03-01 | Add a Zip::nth test for side effects | Scott McMurray | -0/+20 |
| 2018-03-01 | Specialize Zip::nth for TrustedRandomAccess | Scott McMurray | -0/+17 |
| 2018-02-28 | Rollup merge of #48450 - frewsxcv:frewsxcxv-stabilize-slice-rotatee, r=alexcr... | kennytm | -1/+0 |
| 2018-02-25 | Rollup merge of #48235 - varkor:parse-float-lonely-exponent, r=alexcrichton | kennytm | -0/+6 |
| 2018-02-22 | Stabilize [T]::rotate_{left,right} | Corey Farwell | -1/+0 |
| 2018-02-20 | core::iter::Flatten: update FlatMap & Flatten according to discussion | Mazdak Farrokhzad | -2/+108 |
| 2018-02-20 | add Iterator::flatten and redefine flat_map(f) in terms of map(f).flatten() | Mazdak Farrokhzad | -0/+2 |
| 2018-02-19 | Make ".e0" not parse as 0.0 | varkor | -0/+6 |
| 2018-02-14 | Rollup merge of #48156 - Centril:feature/iterator_repeat_with, r=alexcrichton | kennytm | -0/+46 |
| 2018-02-14 | Rollup merge of #48087 - scottmcm:range_is_empty, r=kennytm,alexcrichton | kennytm | -9/+77 |
| 2018-02-12 | core::iter::repeat_with: fix tests some more | Mazdak Farrokhzad | -5/+5 |
| 2018-02-12 | core::iter::repeat_with: fix tests | Mazdak Farrokhzad | -1/+3 |
| 2018-02-12 | add core::iter::repeat_with | Mazdak Farrokhzad | -0/+44 |
| 2018-02-09 | Use is_empty in range iteration exhaustion tests | Scott McMurray | -9/+52 |
| 2018-02-09 | Add fetch_nand. | Mark Simulacrum | -0/+15 |
| 2018-02-09 | Fix tidy | Scott McMurray | -1/+1 |
| 2018-02-09 | Add Range[Inclusive]::is_empty | Scott McMurray | -2/+27 |
| 2018-02-08 | Auto merge of #48057 - scottmcm:less-match-more-compare, r=dtolnay | bors | -0/+19 |
| 2018-02-07 | Simplify RangeInclusive::next[_back] | Scott McMurray | -0/+19 |
| 2018-02-07 | Rollup merge of #47944 - oberien:unboundediterator-trustedlen, r=bluss | Manish Goregaokar | -0/+43 |