| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-02-13 | Auto merge of #22200 - alexcrichton:opt-vec-collect, r=huonw | bors | -1/+11 |
| 2015-02-13 | more int and cloned cleanup in collections | Alexis | -58/+58 |
| 2015-02-13 | Unstabilise `words` for now. | Huon Wilson | -1/+2 |
| 2015-02-12 | std: Optimize Vec::from_iter | Alex Crichton | -1/+11 |
| 2015-02-11 | rollup merge of #22166: dcrewi/iter-impls-for-windows | Alex Crichton | -0/+12 |
| 2015-02-11 | Test fixes and rebase conflicts | Alex Crichton | -2/+4 |
| 2015-02-11 | implement missing iterator traits for slice::Windows | David Creswick | -0/+12 |
| 2015-02-11 | rollup merge of #22178: pnkfelix/featuregate-unsafe-no-drop-flag | Alex Crichton | -1/+3 |
| 2015-02-11 | rollup merge of #22151: Gankro/macro-bench | Alex Crichton | -223/+120 |
| 2015-02-11 | rollup merge of #22127: alexcrichton/stability-holes | Alex Crichton | -1/+1 |
| 2015-02-11 | rustc: Fix a number of stability lint holes | Alex Crichton | -1/+1 |
| 2015-02-11 | Auto merge of #21972 - pnkfelix:new-dtor-semantics-6, r=nikomatsakis | bors | -14/+20 |
| 2015-02-11 | Feature-gate the `#[unsafe_no_drop_flag]` attribute. | Felix S. Klock II | -1/+3 |
| 2015-02-11 | Add core::marker::PhantomData. | Felix S. Klock II | -14/+20 |
| 2015-02-11 | Opt into new `box_patterns` feature gate in various crates. | Felix S. Klock II | -0/+1 |
| 2015-02-10 | fix and macro-ify map benches, fixes #22134 | Alexis | -223/+120 |
| 2015-02-10 | rollup merge of #22125: alexcrichton/into-iter-stability | Alex Crichton | -22/+22 |
| 2015-02-10 | rollup merge of #22067: Gankro/collections-tests | Alex Crichton | -1/+1 |
| 2015-02-10 | Auto merge of #21937 - alexcrichton:issue-21929, r=aturon | bors | -1/+1 |
| 2015-02-09 | std: Rename IntoIterator::Iter to IntoIter | Alex Crichton | -22/+22 |
| 2015-02-09 | Auto merge of #22059 - Gankro:vec-split, r=alexcrichton | bors | -3/+9 |
| 2015-02-07 | add split_off to RingBuf | Alexis | -0/+102 |
| 2015-02-07 | add missing features to libcollections tests | Alexis | -1/+1 |
| 2015-02-07 | minor fixes to Vec docs and bounds check | Alexis | -3/+9 |
| 2015-02-07 | Make std::fmt a simple re-export from collections | Keegan McAllister | -9/+401 |
| 2015-02-07 | Feature-gate #![no_std] | Keegan McAllister | -0/+1 |
| 2015-02-07 | Don't use std:: paths in syntax extensions when compiling a #![no_std] crate | Keegan McAllister | -10/+84 |
| 2015-02-06 | make `IndexMut` a super trait over `Index` | Jorge Aparicio | -12/+0 |
| 2015-02-07 | fix outdated docs | Alexis | -60/+60 |
| 2015-02-06 | libcollections: unit test fixes | Manish Goregaokar | -2/+4 |
| 2015-02-06 | remove int_uint feature from libcollections | Alexis | -12/+12 |
| 2015-02-06 | Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2015-02-06 | Rollup merge of #21969 - Gankro:collections-cleanup, r=alexcrichton | Manish Goregaokar | -1362/+1327 |
| 2015-02-06 | Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton | Manish Goregaokar | -1/+0 |
| 2015-02-06 | Rollup merge of #21951 - Gankro:entry, r=aturon | Manish Goregaokar | -32/+17 |
| 2015-02-06 | Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik | Manish Goregaokar | -1/+1 |