| Age | Commit message (Expand) | Author | Lines |
| 2016-09-14 | Rollup merge of #36396 - athulappadan:Default-docs, r=bluss | Guillaume Gomez | -0/+1 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+1 |
| 2016-09-09 | Work around pointer aliasing issue in Vec::extend_from_slice, extend_with_ele... | Ulrik Sverdrup | -13/+55 |
| 2016-08-24 | Remove drop flags from structs and enums implementing Drop. | Eduard Burtescu | -6/+4 |
| 2016-08-18 | Add a FusedIterator trait. | Steven Allen | -1/+7 |
| 2016-08-17 | Auto merge of #35747 - jonathandturner:rollup, r=jonathandturner | bors | -0/+9 |
| 2016-08-16 | Make `vec::IntoIter` covariant again | Andrew Paseltiner | -6/+9 |
| 2016-08-15 | Implement `Debug` for `std::vec::IntoIter`. | Corey Farwell | -0/+9 |
| 2016-08-11 | Introduce `as_mut_slice` method on `std::vec::IntoIter` struct. | Corey Farwell | -9/+29 |
| 2016-08-11 | Introduce `as_slice` method on `std::vec::IntoIter` struct. | Corey Farwell | -3/+22 |
| 2016-08-02 | Add doc example for Vec | Guillaume Gomez | -0/+19 |
| 2016-07-28 | Auto merge of #34951 - tomgarcia:covariant-vec, r=brson | bors | -5/+6 |
| 2016-07-23 | Fix incorrect 'memory leak' example for `Vec::set_len`. | Corey Farwell | -3/+4 |
| 2016-07-21 | Readding lifetime parameters and removing allocation | Thomas Garcia | -23/+44 |
| 2016-07-21 | Rollup merge of #34930 - frewsxcv:vec-as-slice, r=steveklabnik | Guillaume Gomez | -0/+16 |
| 2016-07-21 | Rollup merge of #34911 - frewsxcv:vec-set-len, r=steveklabnik | Guillaume Gomez | -2/+30 |
| 2016-07-21 | Make vec::Drain and binary_heap::Drain covariant | Thomas Garcia | -43/+23 |
| 2016-07-19 | Add doc examples for `Vec::{as_slice,as_mut_slice}`. | Corey Farwell | -0/+16 |
| 2016-07-19 | Rewrite/expand doc examples for `Vec::set_len`. | Corey Farwell | -2/+30 |
| 2016-07-18 | Rollup merge of #34884 - shepmaster:from_raw_parts_doc, r=@nagisa | Seo Sanghyeon | -1/+7 |
| 2016-07-18 | Rollup merge of #34853 - frewsxcv:vec-truncate, r=GuillaumeGomez | Seo Sanghyeon | -1/+28 |
| 2016-07-17 | Remove extraneous words | Jake Goulding | -1/+1 |
| 2016-07-17 | Document from_raw_parts involves ownership transfer | Jake Goulding | -0/+6 |
| 2016-07-16 | Remove unnecessary indexing and deref in `Vec::as_mut_slice`. | Corey Farwell | -1/+1 |
| 2016-07-16 | Partial rewrite/expansion of `Vec::truncate` documentation. | Corey Farwell | -1/+28 |
| 2016-07-14 | Mention where `std::vec` structs originate from. | Corey Farwell | -0/+11 |
| 2016-06-23 | Use `len` instead of `size_hint` where appropiate | Tobias Bucher | -1/+1 |
| 2016-05-25 | Point out the clone operation in summary line docs of `Vec::extend_from_slice` | Liigo Zhuang | -1/+1 |
| 2016-04-14 | Specialize `Extend` to `append` for `{LinkedList, Vec}` | Andrew Paseltiner | -0/+13 |
| 2016-03-28 | style: Use `iter` for IntoIterator parameter names | Kamal Marhubi | -4/+4 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -30/+1 |
| 2016-03-06 | Auto merge of #30884 - durka:inclusive-ranges, r=aturon | bors | -0/+32 |
| 2016-03-02 | Use ptr::drop_in_place in Vec::truncate | Ulrik Sverdrup | -3/+4 |
| 2016-03-02 | Use ptr::drop_in_place in Vec::drop | Ulrik Sverdrup | -8/+3 |
| 2016-02-27 | add indexing with RangeInclusive in libcore and libcollections | Alex Burka | -0/+32 |
| 2016-02-24 | Add more explanation on vec type | Guillaume Gomez | -0/+43 |
| 2016-02-17 | Implement `Clone` for `std::vec::IntoIter` | Tobias Bucher | -1/+11 |
| 2016-02-16 | Clarify contiguous memory array structure of vectors in documentation | Dirk Gadsden | -3/+3 |
| 2016-02-12 | doc: skipping (obvious) details here is worth making this more nice to read | Tshepang Lekhonkhobe | -2/+2 |
| 2016-02-03 | Add `Cow::from` for `Vec` and slices | Tobias Bucher | -0/+14 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -6/+5 |
| 2015-12-18 | Auto merge of #30272 - tshepang:doc-drain, r=bluss | bors | -6/+11 |
| 2015-12-17 | doc: improve drain examples and remove secondary info from leading paragraph | Tshepang Lekhonkhobe | -6/+11 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -1/+1 |
| 2015-12-09 | doc: these are just renames, so avoid duplication | Tshepang Lekhonkhobe | -15/+1 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -9/+45 |
| 2015-11-24 | rustfmt libcollections | Nick Cameron | -57/+71 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+6 |
| 2015-11-12 | libcollections: deny warnings in doctests | Kevin Butler | -0/+1 |
| 2015-11-08 | Fix outdated comment in Vec::from_iter | Stepan Koltsov | -2/+1 |