| Age | Commit message (Expand) | Author | Lines |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -2/+2 |
| 2015-03-29 | Rollup merge of #23814 - steveklabnik:gh23320, r=alexcrichton | Manish Goregaokar | -2/+18 |
| 2015-03-29 | Auto merge of #23810 - sfackler:debug-collections, r=alexcrichton | bors | -16/+2 |
| 2015-03-28 | Remove IteratorExt | Steven Fackler | -5/+3 |
| 2015-03-28 | Document properties for Eq + Hash | Steve Klabnik | -2/+18 |
| 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 #23741: alexcrichton/remove-int-uint | Alex Crichton | -12/+12 |
| 2015-03-27 | rollup merge of #23738: alexcrichton/snapshots | Alex Crichton | -16/+0 |
| 2015-03-27 | rollup merge of #23535: pnkfelix/fsk-filling-drop | Alex Crichton | -1/+1 |
| 2015-03-27 | default => or_insert per RFC | Alexis Beingessner | -5/+6 |
| 2015-03-26 | update everything to use Entry defaults | Alexis | -8/+2 |
| 2015-03-26 | entry API v3: replace Entry::get with Entry::default and Entry::default_with | Alexis | -1/+25 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -12/+12 |
| 2015-03-26 | Register new snapshots | Alex Crichton | -16/+0 |
| 2015-03-26 | Switch drop-flag to `u8` to allow special tags to instrument state. | Felix S. Klock II | -1/+1 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -0/+15 |
| 2015-03-23 | rollup merge of #23648: steveklabnik/rollup | Alex Crichton | -8/+8 |
| 2015-03-23 | rollup merge of #23637: apasel422/iter | Alex Crichton | -0/+25 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+15 |
| 2015-03-23 | Rollup merge of #23509 - aturon:stab-entry, r=Gankro | Steve Klabnik | -8/+8 |
| 2015-03-23 | Adjust Index/IndexMut impls. For generic collections, we take | Niko Matsakis | -4/+20 |
| 2015-03-23 | implement `Clone` for various iterators | Andrew Paseltiner | -0/+25 |
| 2015-03-20 | Future-proof indexing on maps: remove IndexMut | Aaron Turon | -13/+1 |
| 2015-03-18 | Stabilize Entry types | Aaron Turon | -8/+8 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -7/+0 |
| 2015-03-16 | impl {i,u}{8,16,32,64,size} | Jorge Aparicio | -0/+2 |
| 2015-03-16 | impl<T> *const T, impl<T> *mut T | Jorge Aparicio | -0/+3 |
| 2015-03-16 | document undefined collection behavior with interior mutability | Andrew Paseltiner | -0/+11 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -45/+45 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -1/+1 |
| 2015-03-05 | Rollup merge of #22973 - djmally:coll_docs, r=Gankro | Manish Goregaokar | -6/+7 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -2/+2 |
| 2015-03-03 | Fixes to collections to accommodate arith-overflow changes. | Felix S. Klock II | -24/+30 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -1/+12 |
| 2015-03-02 | Added note that method names in tables may differ from actual collections | David Mally | -1/+2 |
| 2015-03-02 | Fixed references to set & take ; minor wording & syntax fixes | David Mally | -5/+5 |
| 2015-02-25 | Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturon | Manish Goregaokar | -4/+4 |
| 2015-02-24 | Modify collection's `Debug` output to resemble in their content only | Tobias Bucher | -7/+7 |
| 2015-02-24 | std: Stabilize some `ptr` functions | Alex Crichton | -4/+4 |
| 2015-02-24 | Rollup merge of #22730 - ipetkov:lint-docs, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2015-02-23 | Add documentation to associated types in libcore, libstd | Ivan Petkov | -0/+1 |
| 2015-02-23 | Rollup merge of #22643 - fhartwig:bitvec-doc-fix, r=alexcrichton | Manish Goregaokar | -4/+4 |
| 2015-02-23 | Rollup merge of #22559 - kmcallister:borrowck-readme, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2015-02-22 | Rollup merge of #22584 - alexcrichton:snapshots, r=Gankro | Manish Goregaokar | -3609/+0 |
| 2015-02-21 | Remove last traces of BitV and BitVSet from documentation | Florian Hartwig | -4/+4 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -3609/+0 |
| 2015-02-20 | try to reduce bajillion warnings | Alexis | -1/+1 |