| Age | Commit message (Expand) | Author | Lines |
| 2020-03-29 | BTreeMap/BTreeSet: implement and test drain_filter | Stein Somers | -0/+1 |
| 2020-02-09 | Implement split_inclusive for slice and str, an splitting iterator that inclu... | Pyry Kontio | -0/+1 |
| 2020-01-11 | Revert "Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrich... | Lzu Tao | -0/+1 |
| 2020-01-06 | oh the one that was left behind | dylan_DPC | -1/+0 |
| 2020-01-05 | add feature gate | dylan_DPC | -0/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -2/+2 |
| 2019-11-13 | Auto merge of #65637 - ssomers:master, r=scottmcm | bors | -0/+1 |
| 2019-10-31 | Auto merge of #65091 - sekineh:into-iter-sorted, r=KodrAus | bors | -0/+2 |
| 2019-10-25 | Add .into_iter_sorted() and .drain_sorted() | Hideki Sekine | -0/+2 |
| 2019-10-23 | proposal for access to BTreeMap/BTreeSet first/last, #62924 | Stein Somers | -0/+1 |
| 2019-10-19 | Stabilize `Option::flatten` | Ethan Brierley | -1/+0 |
| 2019-10-19 | Rollup merge of #65174 - SimonSapin:zero-box, r=alexcrichton | Mazdak Farrokhzad | -0/+2 |
| 2019-10-18 | Uninitialized boxes: add test for zero-size allocations | Simon Sapin | -0/+2 |
| 2019-10-02 | Stabilize `slice::repeat` (feature `repeat_generic_slice`) | Lzu Tao | -1/+0 |
| 2019-08-09 | Add missing #![feature(associated_type_bounds)] | Ilija Tovilo | -0/+1 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -1/+0 |
| 2019-06-21 | shared_from_iter: Add more tests. | Mazdak Farrokhzad | -0/+2 |
| 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 |