| Age | Commit message (Expand) | Author | Lines |
| 2018-04-12 | Move Utf8Lossy decoder to libcore | Simon Sapin | -0/+93 |
| 2018-04-11 | Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichton | bors | -2/+0 |
| 2018-04-09 | std: Be sure to modify atomics in tests | Alex Crichton | -4/+6 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -2/+0 |
| 2018-04-06 | Fix the failing tests | Stjepan Glavina | -0/+1 |
| 2018-04-06 | Add Cell::update | Stjepan Glavina | -0/+11 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -3/+0 |
| 2018-04-04 | Rollup merge of #49607 - cuviper:stable-iter-1.27, r=alexcrichton | kennytm | -3/+0 |
| 2018-04-03 | Auto merge of #49098 - matklad:find_map, r=KodrAus | bors | -0/+28 |
| 2018-04-02 | Stabilize iterator_try_fold in 1.27.0 | Josh Stone | -1/+0 |
| 2018-04-02 | Stabilize iter_rfind in 1.27.0 | Josh Stone | -1/+0 |
| 2018-04-02 | Stabilize iter_rfold in 1.27.0 | Josh Stone | -1/+0 |
| 2018-04-03 | Add Iterator::find_map | Aleksey Kladov | -0/+28 |
| 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 |