| Age | Commit message (Expand) | Author | Lines |
| 2018-01-28 | Document that `Index` ops can panic on `HashMap` & `BTreeMap`. | Corey Farwell | -0/+5 |
| 2018-01-20 | fix doctests for BTreeSet to use BTreeSet (not BTreeMap) | Andrew Straw | -12/+12 |
| 2018-01-05 | Write examples for {BTree,Hash}Set::{get,replace,take} | Stjepan Glavina | -0/+33 |
| 2018-01-03 | Remove `T: Ord` bound from `BTreeSet::{is_empty, len}` | Stjepan Glavina | -72/+68 |
| 2017-12-09 | Use Try syntax for Option in place of macros or match | Matt Brubeck | -10/+4 |
| 2017-10-06 | Implement `entry_and_modify` | mchlrhw | -0/+34 |
| 2017-09-13 | Remove unneeded `loop`. | Corey Farwell | -8/+6 |
| 2017-09-05 | Avoid weird or_insert_with example | Jon Gjengset | -3/+1 |
| 2017-09-05 | Add or_default to Entry APIs | Jon Gjengset | -0/+29 |
| 2017-08-17 | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -14/+14 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -1/+1 |
| 2017-08-12 | Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperio | bors | -2/+2 |
| 2017-08-11 | Fix some typos | Bastien Orivel | -2/+2 |
| 2017-08-01 | Fixed all unnecessary muts in language core | Isaac van Bakel | -2/+2 |
| 2017-07-22 | Use checked NonZero constructor instead of explicit null check in btree | Simon Sapin | -6/+4 |
| 2017-07-22 | Add conversions from references to NonZero pointers, Unique, and Shared | Simon Sapin | -1/+1 |
| 2017-07-22 | Add Box::into_unique | Simon Sapin | -3/+1 |
| 2017-07-22 | Rename {NonZero,Shared,Unique}::new to new_unchecked | Simon Sapin | -5/+5 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -18/+8 |
| 2017-06-30 | Revert "Stabilize RangeArgument" | Steven Fackler | -3/+5 |
| 2017-06-24 | Stabilize RangeArgument | Steven Fackler | -5/+3 |
| 2017-06-23 | Relax Debug constraints when debugging {HashMap,BTreeMap}::{Keys,Values}. | Federico Ravasio | -2/+2 |
| 2017-06-23 | Correctly iterate on keys/values when debugging BTreeMap::{Keys,Values}. | Federico Ravasio | -2/+2 |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -0/+5247 |