| Age | Commit message (Expand) | Author | Lines |
| 2015-05-13 | std: Add example for HashMap::entry() | Ulrik Sverdrup | -0/+18 |
| 2015-05-12 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -1/+1 |
| 2015-05-07 | std: Remove index notation on slice iterators | Alex Crichton | -2/+1 |
| 2015-04-25 | Fixed typo in hash_map::Entry documentation | Aram Visser | -1/+0 |
| 2015-04-25 | Utilize if..let for get_mut doc-comment examples | Corey Farwell | -3/+2 |
| 2015-04-23 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -2/+2 |
| 2015-04-23 | std: Add Default/IntoIterator/ToOwned to the prelude | Alex Crichton | -28/+23 |
| 2015-04-14 | rollup merge of #24377: apasel422/docs | Alex Crichton | -3/+3 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -2/+2 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -3/+3 |
| 2015-04-10 | Fix some typos | Tibor Benke | -1/+1 |
| 2015-03-31 | Stabilize a few remaining stragglers | Aaron Turon | -4/+2 |
| 2015-03-29 | Rollup merge of #23814 - steveklabnik:gh23320, r=alexcrichton | Manish Goregaokar | -1/+8 |
| 2015-03-29 | Auto merge of #23810 - sfackler:debug-collections, r=alexcrichton | bors | -8/+1 |
| 2015-03-28 | Remove IteratorExt | Steven Fackler | -1/+1 |
| 2015-03-28 | Document properties for Eq + Hash | Steve Klabnik | -1/+8 |
| 2015-03-28 | Fold collections debug impls | Steven Fackler | -5/+1 |
| 2015-03-28 | Update debug helpers and add list builder | Steven Fackler | -7/+4 |
| 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 | default => or_insert per RFC | Alexis Beingessner | -3/+4 |
| 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-23 | rollup merge of #23598: brson/gate | Alex Crichton | -0/+3 |
| 2015-03-23 | rollup merge of #23648: steveklabnik/rollup | Alex Crichton | -8/+8 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+3 |
| 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-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 | -2/+0 |
| 2015-03-16 | impl {i,u}{8,16,32,64,size} | Jorge Aparicio | -0/+1 |
| 2015-03-16 | document undefined collection behavior with interior mutability | Andrew Paseltiner | -0/+5 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -22/+22 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -1/+1 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -0/+7 |
| 2015-02-24 | Modify collection's `Debug` output to resemble in their content only | Tobias Bucher | -4/+4 |
| 2015-02-23 | Rollup merge of #22559 - kmcallister:borrowck-readme, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2015-02-20 | try to reduce bajillion warnings | Alexis | -1/+1 |
| 2015-02-18 | Fix references to doc.rs throughout the code | Keegan McAllister | -1/+1 |
| 2015-02-18 | rollup merge of #22210: aturon/stab-final-borrow | Alex Crichton | -13/+13 |
| 2015-02-18 | Stabilize std::borrow | Aaron Turon | -13/+13 |
| 2015-02-18 | rollup merge of #22491: Gankro/into_iter | Alex Crichton | -2/+3 |
| 2015-02-18 | make FromIterator use IntoIterator | Alexis | -1/+2 |
| 2015-02-18 | make Extend use IntoIterator | Alexis | -1/+1 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -85/+43 |
| 2015-02-17 | Register new snapshots | Alex Crichton | -45/+0 |
| 2015-02-17 | std: Stabilize the IntoIterator trait | Alex Crichton | -0/+3 |
| 2015-02-13 | add an associated `Item` type to `IntoIterator` | Jorge Aparicio | -0/+48 |