| Age | Commit message (Expand) | Author | Lines |
| 2019-05-09 | make vecdeque_rotate stable | Dodo | -1/+0 |
| 2019-04-20 | Deny rust_2018_idioms in liballoc tests | Philipp Hansch | -0/+1 |
| 2019-02-25 | Remove some unnecessary 'extern crate' | Taiki Endo | -3/+0 |
| 2019-02-12 | Stabilize slice_sort_by_cached_key | Scott McMurray | -1/+0 |
| 2019-02-12 | Stabilize str::escape_* methods | Simon Sapin | -1/+0 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-19 | Add more VecDeque::rotate_{left|right} tests | Scott McMurray | -1/+2 |
| 2018-11-11 | std: Delete the `alloc_system` crate | Alex Crichton | -2/+0 |
| 2018-10-31 | Bump nightly to 1.32.0 | Alex Crichton | -1/+0 |
| 2018-10-18 | Stabilize slice::rchunks(), rchunks_mut(), rchunks_exact(), rchunk_exact_mut() | Sebastian Dröge | -1/+0 |
| 2018-10-18 | Stabilize slice::chunks_exact() and slice::chunks_exact_mut() | Sebastian Dröge | -1/+0 |
| 2018-10-18 | Add slice::rchunks(), rchunks_mut(), rchunks_exact() and rchunks_exact_mut() | Sebastian Dröge | -0/+1 |
| 2018-10-05 | Stabilize `min_const_fn` | Oliver Schneider | -1/+1 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -2/+1 |
| 2018-09-24 | Rename slice::exact_chunks() to slice::chunks_exact() | Sebastian Dröge | -1/+1 |
| 2018-08-31 | Restrict most uses of `const_fn` to `min_const_fn` | Oliver Schneider | -1/+2 |
| 2018-08-23 | Stabilize 'attr_literals' feature. | Sergio Benitez | -1/+0 |
| 2018-08-05 | Fix stage 2 tests | varkor | -2/+0 |
| 2018-08-05 | Remove unnecessary or invalid feature attributes | varkor | -1/+0 |
| 2018-07-28 | Rollup merge of #52769 - sinkuu:stray_test, r=alexcrichton | kennytm | -0/+1 |
| 2018-07-27 | Incorporate a stray test | Shotaro Yamada | -0/+1 |
| 2018-07-25 | Add missing dyn | Tatsuyuki Ishi | -1/+1 |
| 2018-07-07 | Add some unit tests for dangling Weak references | Simon Sapin | -0/+2 |
| 2018-06-02 | Stabilize Iterator::step_by | Thayne McCombs | -1/+0 |
| 2018-05-17 | Stabilise inclusive_range_methods | varkor | -1/+0 |
| 2018-04-30 | Make the fields of RangeInclusive private. | kennytm | -1/+1 |
| 2018-04-12 | Mark the rest of the `unicode` feature flag as perma-unstable. | Simon Sapin | -1/+0 |
| 2018-04-12 | Deprecate the std_unicode crate | Simon Sapin | -1/+1 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -2/+0 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -1/+0 |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -2/+0 |
| 2018-03-27 | Rollup merge of #48639 - varkor:sort_by_key-cached, r=bluss | kennytm | -0/+1 |
| 2018-03-17 | Fix use of unstable feature in test | varkor | -0/+1 |
| 2018-03-15 | Auto merge of #47813 - kennytm:stable-incl-range, r=nrc | bors | -1/+2 |
| 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-14 | implementing fallible allocation API (try_reserve) for Vec, String and HashMap | snf | -0/+1 |
| 2018-02-22 | Stabilize [T]::rotate_{left,right} | Corey Farwell | -1/+0 |
| 2018-01-23 | Stabilized `#[repr(align(x))]` attribute (RFC 1358) | Cameron Hart | -1/+0 |
| 2018-01-13 | Add unit tests for exact_chunks/exact_chunks_mut | Sebastian Dröge | -0/+1 |
| 2017-11-20 | alloc_system: don’t assume MIN_ALIGN for small sizes, fix #45955 | Simon Sapin | -0/+4 |
| 2017-11-08 | std: Remove `rand` crate and module | Alex Crichton | -0/+1 |
| 2017-09-12 | Disable the new Hasher tests on Emscripten. | kennytm | -0/+3 |
| 2017-09-12 | impl Hasher for {&mut Hasher, Box<Hasher>} | kennytm | -0/+13 |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -5/+0 |
| 2017-08-15 | Auto merge of #43245 - Gankro:drain-filter, r=sfackler | bors | -0/+1 |
| 2017-08-15 | Auto merge of #43500 - murarth:string-retain, r=alexcrichton | bors | -0/+1 |
| 2017-08-14 | Add method `String::retain` | Murarth | -0/+1 |
| 2017-07-25 | std: Stabilize `utf8_error_error_len` feature | Alex Crichton | -1/+0 |
| 2017-07-25 | std: Stabilize `str_checked_slicing` feature | Alex Crichton | -1/+0 |