| Age | Commit message (Expand) | Author | Lines |
| 2018-07-29 | resolved upstream merge conflicts | Brad Gibson | -6/+5 |
| 2018-07-27 | add smoke test for ManuallyDrop | Ralf Jung | -0/+1 |
| 2018-07-09 | Add a basic test to `Option::replace` | Clément RENAULT | -0/+1 |
| 2018-07-01 | Rollup merge of #51511 - Centril:feature/stabilize_iterator_flatten, r=SimonS... | Pietro Albini | -1/+0 |
| 2018-06-17 | Auto merge of #51466 - joshlf:ref-split, r=dtolnay | bors | -0/+1 |
| 2018-06-13 | Add Ref/RefMut map_split method | Joshua Liebow-Feeser | -0/+1 |
| 2018-06-11 | stabilize Iterator::flatten in 1.29, fixes #48115. | Mazdak Farrokhzad | -1/+0 |
| 2018-06-10 | Auto merge of #51200 - tmccombs:stable-iter-repeat-with, r=Centril,kennytm | bors | -1/+0 |
| 2018-06-02 | Stabilize Iterator::step_by | Thayne McCombs | -1/+0 |
| 2018-06-02 | Stabilize iterator_repeat_with | Thayne McCombs | -1/+0 |
| 2018-05-18 | Auto merge of #50319 - nagisa:align_to, r=alexcrichton | bors | -0/+2 |
| 2018-05-17 | Implement [T]::align_to | Simonas Kazlauskas | -0/+2 |
| 2018-05-17 | Stabilise inclusive_range_methods | varkor | -1/+0 |
| 2018-05-17 | Switch to 1.26 bootstrap compiler | Mark Simulacrum | -1/+0 |
| 2018-05-16 | Stabilize num::NonZeroU* | Simon Sapin | -1/+0 |
| 2018-05-06 | resolved conflict with upstream commit | Brad Gibson | -1/+3 |
| 2018-05-06 | Some final touches to ensure `./x.py test --stage 0 src/lib*` works | kennytm | -0/+1 |
| 2018-05-06 | Move libcore/time tests from `time.rs` to `tests/time.rs` | Lukas Kalbertodt | -0/+1 |
| 2018-04-30 | Make the fields of RangeInclusive private. | kennytm | -1/+1 |
| 2018-04-27 | moved #![feature(inner_deref) to from libcore crate to libcore tests crate to... | Brad Gibson | -0/+1 |
| 2018-04-24 | Rollup merge of #50185 - dmizuk:mod_euc-fix-overflow, r=kennytm | kennytm | -0/+1 |
| 2018-04-24 | Rollup merge of #49727 - stjepang:cell-update, r=SimonSapin | kennytm | -0/+1 |
| 2018-04-24 | core: Fix overflow in `int::mod_euc` when `self < 0 && rhs == MIN` | Daiki Mizukami | -0/+1 |
| 2018-04-22 | Auto merge of #49896 - SimonSapin:inherent, r=alexcrichton | bors | -0/+1 |
| 2018-04-21 | Make the unstable StrExt and SliceExt traits private to libcore in not(stage0) | Simon Sapin | -0/+1 |
| 2018-04-20 | Revert "Stabilize the TryFrom and TryInto traits" | Felix S. Klock II | -0/+1 |
| 2018-04-14 | stabilize fetch_nand | Andre Bogus | -1/+1 |
| 2018-04-12 | Move Utf8Lossy decoder to libcore | Simon Sapin | -0/+2 |
| 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-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/+1 |
| 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/+1 |
| 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-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -0/+1 |
| 2018-03-17 | Mark deprecated unstable SipHasher13 as a doc-hidden impl detail of HashMap. | Simon Sapin | -1/+1 |
| 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/+2 |
| 2018-03-12 | added ascii_ctypes feature to libcore tests module | 1011X | -0/+1 |
| 2018-03-11 | Update Cargo submodule | Alex Crichton | -0/+1 |
| 2018-03-08 | Merge branch 'master' of github.com:1011X/rust | 1011X | -0/+1 |
| 2018-03-08 | declare ascii test module in core | 1011X | -0/+1 |