| Age | Commit message (Expand) | Author | Lines |
| 2018-04-21 | Revert "Stabilize the TryFrom and TryInto traits" | Felix S. Klock II | -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 |
| 2017-10-29 | Fundamental internal iteration with try_fold | Scott McMurray | -0/+1 |
| 2017-09-29 | Auto merge of #42526 - huntiep:try_opt, r=nikomatsakis | bors | -0/+1 |
| 2017-09-27 | Add tests for Option and Result Try impl | Hunter Praska | -0/+1 |
| 2017-09-25 | Add more custom folding to `core::iter` adaptors | Josh Stone | -0/+1 |
| 2017-09-16 | Rollup merge of #44593 - budziq:stabilize_ord_max_min, r=alexcrichton | Alex Crichton | -1/+0 |
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -1/+4 |
| 2017-09-15 | stabilized ord_max_min (fixes #25663) | Michal Budzynski | -1/+0 |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -4/+0 |
| 2017-07-31 | Implement `RefCell::replace` and `RefCell::swap` | Michael Howell | -0/+1 |
| 2017-07-25 | std: Stabilize `char_escape_debug` | Alex Crichton | -1/+0 |
| 2017-07-08 | Add tests for Range*::nth | Simon Sapin | -0/+2 |
| 2017-07-04 | Auto merge of #43012 - scottmcm:delete-range-step-by, r=alexcrichton | bors | -1/+0 |
| 2017-07-02 | Remove the remaining feature gates | Stjepan Glavina | -1/+0 |
| 2017-07-01 | Delete deprecated & unstable range-specific `step_by` | Scott McMurray | -1/+0 |
| 2017-06-16 | Auto merge of #42430 - nagisa:core-float, r=alexcrichton | bors | -0/+1 |
| 2017-06-14 | Re-implement float min/max in rust | Simonas Kazlauskas | -0/+1 |
| 2017-06-06 | Add max and min default fns to Ord trait | Nick Whitney | -0/+1 |
| 2017-06-02 | Auto merge of #41670 - scottmcm:slice-rotate, r=alexcrichton | bors | -0/+1 |
| 2017-05-28 | Auto merge of #42167 - scottmcm:iter-stepby-sizehint, r=alexcrichton | bors | -0/+2 |
| 2017-05-23 | Override size_hint and propagate ExactSizeIterator for iter::StepBy | Scott McMurray | -0/+2 |