| Age | Commit message (Expand) | Author | Lines |
| 2014-10-27 | Test fixes and rebase conflicts from rollup | Alex Crichton | -1/+1 |
| 2014-10-27 | Add @thestinger comment explaining that shrink_to_fit might drop down as clos... | areski | -2/+4 |
| 2014-10-24 | Make the Vec data structure layout match raw::Slice. | Clark Gaebel | -9/+9 |
| 2014-10-23 | Improved examples on Vec documentation | areski | -1/+5 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -191/+9 |
| 2014-10-15 | auto merge of #17934 : pcwalton/rust/better-autoderef-fixup, r=pnkfelix | bors | -4/+3 |
| 2014-10-14 | librustc: Improve method autoderef/deref/index behavior more, and enable | Patrick Walton | -4/+3 |
| 2014-10-13 | Clean up rustc warnings. | NODA, Kai | -22/+22 |
| 2014-10-12 | auto merge of #17942 : JIghtuse/rust/master, r=alexcrichton | bors | -7/+0 |
| 2014-10-11 | Remove into_vec method from &[T] | Boris Egorov | -7/+0 |
| 2014-10-10 | Register new snapshots | Alex Crichton | -44/+0 |
| 2014-10-10 | improve the performance of the vec![] macro | Daniel Micay | -1/+1 |
| 2014-10-10 | implement Box<[T]> <-> Vec<T> conversions | Daniel Micay | -0/+22 |
| 2014-10-10 | vec: minor cleanup | Daniel Micay | -2/+1 |
| 2014-10-09 | auto merge of #17870 : thestinger/rust/alloc, r=eddyb | bors | -9/+6 |
| 2014-10-08 | saner parameter order for reallocation functions | Daniel Micay | -9/+6 |
| 2014-10-08 | add #[experimental] as_string/as_vec functions | Daniel Micay | -13/+63 |
| 2014-10-07 | Rename slicing methods | Nick Cameron | -1/+45 |
| 2014-10-07 | Rename slice::Slice | Nick Cameron | -3/+3 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -25/+31 |
| 2014-10-02 | rollup merge of #16993 : dschatzberg/items-bounds | Alex Crichton | -15/+77 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -40/+28 |
| 2014-10-02 | Revert "Remove the `_` suffix from slice methods." | Aaron Turon | -53/+0 |
| 2014-10-02 | Revert "Review and rebasing changes" | Aaron Turon | -5/+10 |
| 2014-10-02 | Add fixes for new lifetime bounds | Dan Schatzberg | -9/+6 |
| 2014-10-02 | Add tests for MoveItems | Dan Schatzberg | -0/+33 |
| 2014-10-02 | Use RawPtr::offset when size_of::<T>() > 0 | Dan Schatzberg | -1/+5 |
| 2014-10-02 | Add lifetime bounds on Items and MutItems. | Dan Schatzberg | -14/+42 |
| 2014-10-02 | auto merge of #17620 : nick29581/rust/slice4, r=aturon | bors | -25/+85 |
| 2014-10-02 | Review and rebasing changes | Nick Cameron | -10/+5 |
| 2014-10-02 | auto merge of #17381 : tbu-/rust/pr_mapinplace2, r=aturon | bors | -208/+222 |
| 2014-10-02 | Remove the `_` suffix from slice methods. | Nick Cameron | -0/+53 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -28/+40 |
| 2014-09-28 | Register new snapshots | Steven Fackler | -3/+0 |
| 2014-09-22 | Fix deprecation warnings in check-docs. | Victor Berger | -0/+2 |
| 2014-09-21 | Fix fallout from Vec stabilization | Alex Crichton | -39/+10 |
| 2014-09-21 | collections: Stabilize Vec | Alex Crichton | -5/+56 |
| 2014-09-19 | Refactor `Vec::map_in_place` to move code out of `PartialVec` | Tobias Bucher | -208/+222 |
| 2014-09-19 | Implement slicing syntax. | Nick Cameron | -0/+80 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -36/+36 |
| 2014-09-16 | Align with _mut conventions | Aaron Turon | -7/+49 |
| 2014-09-16 | auto merge of #17266 : Gankro/rust/vec-move, r=alexcrichton | bors | -0/+2 |
| 2014-09-16 | auto merge of #17280 : thestinger/rust/heap, r=pcwalton | bors | -7/+3 |
| 2014-09-15 | heap: optimize EMPTY to avoid relocations | Daniel Micay | -7/+3 |
| 2014-09-15 | auto merge of #16887 : steveklabnik/rust/guide_iterators, r=alexcrichton | bors | -1/+3 |
| 2014-09-14 | impl ExactSize for vec::MoveItems | Alexis Beingessner | -0/+2 |
| 2014-09-14 | Fixed `map_in_place` tests after rustc upgrade | Tobias Bucher | -8/+7 |
| 2014-09-14 | Added missing `}` from `map_in_place` rebase | Tobias Bucher | -0/+1 |
| 2014-09-14 | Remove the unused `Iterator` implementation of the private `PartialVec` | Tobias Bucher | -6/+0 |
| 2014-09-14 | Minimize the public interface and rename it to `map_in_place` | Tobias Bucher | -19/+21 |