| Age | Commit message (Expand) | Author | Lines |
| 2016-11-04 | Auto merge of #37306 - bluss:trusted-len, r=alexcrichton | bors | -57/+43 |
| 2016-11-04 | Link the tracking issue for TrustedLen | Ulrik Sverdrup | -1/+1 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -3/+3 |
| 2016-10-27 | vec: Remove the Vec specialization for .extend() | Ulrik Sverdrup | -13/+0 |
| 2016-10-27 | impl TrustedLen for vec::IntoIter | Ulrik Sverdrup | -0/+3 |
| 2016-10-26 | Vec docs: fix broken links and make quoting consistent | Duncan | -22/+22 |
| 2016-10-22 | Auto merge of #37326 - SimonSapin:from-cow, r=alexcrichton | bors | -0/+7 |
| 2016-10-22 | Rollup merge of #37043 - GuillaumeGomez:vec_urls, r=frewsxcv | Guillaume Gomez | -52/+85 |
| 2016-10-21 | vec: Add a debug assertion where TrustedLen is used | Ulrik Sverdrup | -1/+7 |
| 2016-10-21 | Implement `From<Cow<str>> for String` and `From<Cow<[T]>> for Vec<T>`. | Simon Sapin | -0/+7 |
| 2016-10-21 | vec: Use Vec::extend specializations in extend_from_slice and more | Ulrik Sverdrup | -38/+2 |
| 2016-10-20 | Use TrustedLen for Vec's FromIterator and Extend | Ulrik Sverdrup | -10/+36 |
| 2016-10-20 | Add missing urls on Vec docs | Guillaume Gomez | -52/+85 |
| 2016-10-16 | Update comment in Vec::dedup_by | Florian Diebold | -1/+1 |
| 2016-10-15 | Auto merge of #37094 - fhartwig:spec-extend-from-slice, r=alexcrichton | bors | -1/+18 |
| 2016-10-13 | Auto merge of #36743 - SimonSapin:dedup-by, r=alexcrichton | bors | -83/+126 |
| 2016-10-11 | Specialize Vec::extend to Vec::extend_from_slice | Florian Hartwig | -1/+18 |
| 2016-10-11 | Merge two `impl<T> Vec<T>` blocks. | Simon Sapin | -126/+124 |
| 2016-10-11 | Add Vec::dedup_by and Vec::dedup_by_key | Simon Sapin | -1/+46 |
| 2016-10-01 | std: Correct stability attributes for some implementations | Oliver Middleton | -5/+5 |
| 2016-09-30 | Rollup merge of #36623 - GuillaumeGomez:doc_typos, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2016-09-28 | Remove stage0 hacks | Brian Anderson | -1/+0 |
| 2016-09-24 | Fix some typos and improve doc comments style | Guillaume Gomez | -2/+2 |
| 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 |