| Age | Commit message (Expand) | Author | Lines |
| 2015-02-18 | Round 4 test fixes and rebase conflicts | Alex Crichton | -4/+4 |
| 2015-02-18 | rollup merge of #22286: nikomatsakis/variance-4b | Alex Crichton | -94/+131 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -63/+63 |
| 2015-02-18 | rollup merge of #22210: aturon/stab-final-borrow | Alex Crichton | -67/+709 |
| 2015-02-18 | Round 1 fixes and rebase conflicts | Alex Crichton | -2/+2 |
| 2015-02-18 | Stabilize std::borrow | Aaron Turon | -66/+698 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -63/+63 |
| 2015-02-18 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -4/+4 |
| 2015-02-18 | rollup merge of #22491: Gankro/into_iter | Alex Crichton | -868/+916 |
| 2015-02-18 | rollup merge of #22480: alexcrichton/hashv3 | Alex Crichton | -4/+94 |
| 2015-02-18 | rollup merge of #22287: Ryman/purge_carthographers | Alex Crichton | -5/+5 |
| 2015-02-18 | make FromIterator use IntoIterator | Alexis | -23/+25 |
| 2015-02-18 | make Extend use IntoIterator | Alexis | -17/+22 |
| 2015-02-18 | Implement RFC 580 | Aaron Turon | -835/+876 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -4/+94 |
| 2015-02-18 | Fallout: RingBuf, use Unique. | Niko Matsakis | -29/+31 |
| 2015-02-18 | Fallout: EnumSet, add Marker. | Niko Matsakis | -9/+15 |
| 2015-02-18 | Fallout: port btree to use Unique, some markers. | Niko Matsakis | -32/+52 |
| 2015-02-18 | Fallout: btree. Rephrase invariant lifetime in terms of PhantomData. | Niko Matsakis | -4/+13 |
| 2015-02-18 | Fallout: Port Vec to use `Unique` | Niko Matsakis | -20/+20 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -4/+4 |
| 2015-02-18 | Eliminate excessive null-checks from slice iterators | Björn Steinbrink | -1/+6 |
| 2015-02-17 | Register new snapshots | Alex Crichton | -251/+0 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -5/+8 |
| 2015-02-17 | rollup merge of #22394: alexcrichton/vec-from-iter-comment | Alex Crichton | -10/+19 |
| 2015-02-17 | rollup merge of #22435: aturon/final-stab-thread | Alex Crichton | -2/+2 |
| 2015-02-17 | rollup merge of #22457: steveklabnik/gh22361 | Alex Crichton | -3/+5 |
| 2015-02-17 | rollup merge of #22455: msiemens/add-vec-from_elem | Alex Crichton | -3/+49 |
| 2015-02-17 | rollup merge of #22454: alexcrichton/stabilize-into-iterator | Alex Crichton | -0/+21 |
| 2015-02-18 | Opt for .cloned() over .map(|x| x.clone()) etc. | Kevin Butler | -5/+5 |
| 2015-02-17 | std: Add Vec::from_iter comment | Alex Crichton | -10/+19 |
| 2015-02-17 | Fallout from stabilization | Aaron Turon | -2/+2 |
| 2015-02-17 | Implement `Vec::from_elem` (RFC 832) | Markus Siemens | -3/+49 |
| 2015-02-17 | Clarify RingBuf documentation. | Steve Klabnik | -3/+5 |
| 2015-02-17 | std: Stabilize the IntoIterator trait | Alex Crichton | -0/+21 |
| 2015-02-17 | Auto merge of #22311 - lfairy:consistent-fmt, r=alexcrichton | bors | -4/+4 |
| 2015-02-17 | Rollup merge of #22311 - lfairy:consistent-fmt, r=alexcrichton | Manish Goregaokar | -4/+4 |
| 2015-02-17 | Rollup merge of #22394 - alexcrichton:vec-from-iter-comment, r=brson | Manish Goregaokar | -0/+11 |
| 2015-02-17 | std: Add Vec::from_iter comment | Alex Crichton | -0/+11 |
| 2015-02-17 | Rollup merge of #22313 - japaric:iter, r=aturon | Manish Goregaokar | -0/+264 |
| 2015-02-17 | Rollup merge of #22253 - huonw:unstable-words, r=aturon | Manish Goregaokar | -1/+2 |
| 2015-02-16 | Auto merge of #22367 - Manishearth:rollup, r=steveklabnik | bors | -3/+20 |
| 2015-02-15 | Fix rollup (remove slicing_syntax) | Manish Goregaokar | -2/+0 |
| 2015-02-15 | Rollup merge of #22247 - Gankro:dlist_split, r=alexcrichton | Manish Goregaokar | -1/+20 |
| 2015-02-15 | Auto merge of #22242 - Gankro:collect-ints, r=alexcrichton | bors | -58/+58 |
| 2015-02-15 | Auto merge of #22058 - Gankro:all-the-impls, r=huonw | bors | -0/+151 |
| 2015-02-14 | naive RingBuf::append impl | Alexis | -1/+50 |
| 2015-02-13 | allow DList to split_at . fixes #22244 | Alexis | -1/+20 |
| 2015-02-13 | add an associated `Item` type to `IntoIterator` | Jorge Aparicio | -0/+264 |
| 2015-02-14 | Rename `fmt::Writer` to `fmt::Write` | Chris Wong | -4/+4 |