| Age | Commit message (Expand) | Author | Lines |
| 2018-05-21 | Stabilise inclusive_range_methods | varkor | -1/+0 |
| 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-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 |
| 2018-03-06 | Add reverse_bits to integer types | Amanieu d'Antras | -0/+1 |
| 2018-02-28 | Rollup merge of #48450 - frewsxcv:frewsxcxv-stabilize-slice-rotatee, r=alexcr... | kennytm | -1/+0 |
| 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 | -0/+2 |
| 2018-02-14 | Rollup merge of #48156 - Centril:feature/iterator_repeat_with, r=alexcrichton | kennytm | -0/+1 |
| 2018-02-14 | Rollup merge of #48087 - scottmcm:range_is_empty, r=kennytm,alexcrichton | kennytm | -0/+1 |
| 2018-02-12 | core::iter::repeat_with: fix tests | Mazdak Farrokhzad | -0/+1 |
| 2018-02-09 | Add fetch_nand. | Mark Simulacrum | -0/+1 |
| 2018-02-09 | Add Range[Inclusive]::is_empty | Scott McMurray | -0/+1 |
| 2018-01-20 | Stabilize std::ptr::NonNull | Simon Sapin | -1/+0 |
| 2018-01-20 | Mark Unique as perma-unstable, with the feature renamed to ptr_internals. | Simon Sapin | -1/+1 |
| 2018-01-13 | Add unit tests for exact_chunks/exact_chunks_mut | Sebastian Dröge | -0/+1 |
| 2017-12-18 | Add simple test for pattern API | Manish Goregaokar | -0/+2 |
| 2017-11-26 | Stabilize const-calling existing const-fns in std | Simon Sapin | -4/+0 |
| 2017-11-20 | Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon | bors | -2/+0 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -2/+0 |