| Age | Commit message (Expand) | Author | Lines |
| 2015-04-25 | Utilize if..let for get_mut doc-comment examples | Corey Farwell | -3/+2 |
| 2015-04-23 | std: Add Default/IntoIterator/ToOwned to the prelude | Alex Crichton | -56/+44 |
| 2015-04-14 | Fill in missing implementation | Tamir Duberstein | -0/+3 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -2/+2 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -4/+4 |
| 2015-04-10 | Fix some typos | Tibor Benke | -1/+1 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -1/+1 |
| 2015-03-31 | Stabilize a few remaining stragglers | Aaron Turon | -4/+2 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -12/+12 |
| 2015-03-28 | Fold collections debug impls | Steven Fackler | -10/+2 |
| 2015-03-28 | Update debug helpers and add list builder | Steven Fackler | -14/+8 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -1/+1 |
| 2015-03-27 | rollup merge of #23738: alexcrichton/snapshots | Alex Crichton | -75/+0 |
| 2015-03-27 | rollup merge of #23535: pnkfelix/fsk-filling-drop | Alex Crichton | -2/+4 |
| 2015-03-27 | default => or_insert per RFC | Alexis Beingessner | -4/+4 |
| 2015-03-26 | update everything to use Entry defaults | Alexis | -11/+2 |
| 2015-03-26 | entry API v3: replace Entry::get with Entry::default and Entry::default_with | Alexis | -1/+25 |
| 2015-03-26 | Register new snapshots | Alex Crichton | -75/+0 |
| 2015-03-26 | Switch drop-flag to `u8` to allow special tags to instrument state. | Felix S. Klock II | -2/+4 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -0/+16 |
| 2015-03-23 | rollup merge of #23648: steveklabnik/rollup | Alex Crichton | -8/+8 |
| 2015-03-23 | rollup merge of #23604: apasel422/btree | Alex Crichton | -0/+41 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+16 |
| 2015-03-23 | Rollup merge of #23509 - aturon:stab-entry, r=Gankro | Steve Klabnik | -8/+8 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -2/+63 |
| 2015-03-23 | Adjust Index/IndexMut impls. For generic collections, we take | Niko Matsakis | -0/+15 |
| 2015-03-21 | implement `Clone` for `btree` iterators | Andrew Paseltiner | -0/+41 |
| 2015-03-20 | Future-proof indexing on maps: remove IndexMut | Aaron Turon | -10/+1 |
| 2015-03-18 | Stabilize Entry types | Aaron Turon | -8/+8 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-03-16 | extract libcollections tests into libcollectionstest | Jorge Aparicio | -483/+0 |
| 2015-03-16 | impl {i,u}{8,16,32,64,size} | Jorge Aparicio | -2/+5 |
| 2015-03-16 | Auto merge of #23342 - apasel422:23327, r=alexcrichton | bors | -0/+8 |
| 2015-03-16 | document undefined collection behavior with interior mutability | Andrew Paseltiner | -0/+8 |
| 2015-03-13 | slice::from_raw_parts is preferred over transmuting a fresh raw::Slice | Oliver Schneider | -8/+2 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -1/+1 |
| 2015-03-03 | Fixes to collections to accommodate arith-overflow changes. | Felix S. Klock II | -3/+4 |
| 2015-02-26 | Send/Sync audit for libcollections | Edward Wang | -5/+8 |
| 2015-02-25 | Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturon | Manish Goregaokar | -12/+12 |
| 2015-02-25 | Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichton | Manish Goregaokar | -4/+4 |
| 2015-02-24 | Change `Debug` implementation of `BTree*` as well | Tobias Bucher | -4/+4 |
| 2015-02-24 | std: Stabilize some `ptr` functions | Alex Crichton | -12/+12 |
| 2015-02-25 | Rollup merge of #22539 - oli-obk:style_nitpicks, r=Manishearth | Manish Goregaokar | -4/+4 |
| 2015-02-24 | Use arrays instead of vectors in tests | Vadim Petrochenkov | -12/+12 |
| 2015-02-24 | style nitpicks | Oliver Schneider | -4/+4 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -10/+0 |
| 2015-02-18 | rollup merge of #22286: nikomatsakis/variance-4b | Alex Crichton | -36/+65 |
| 2015-02-18 | rollup merge of #22210: aturon/stab-final-borrow | Alex Crichton | -14/+15 |