| Age | Commit message (Expand) | Author | Lines |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -2593/+0 |
| 2017-06-02 | Vec<T> is pronounced 'vec' | Manish Goregaokar | -1/+1 |
| 2017-05-20 | Auto merge of #42111 - ollie27:stab, r=Mark-Simulacrum | bors | -5/+5 |
| 2017-05-20 | Correct some stability versions | Oliver Middleton | -5/+5 |
| 2017-05-11 | Add Vec::resize_default. | Clar Charr | -33/+95 |
| 2017-05-04 | Deprecate heap::EMPTY in favour of Unique::empty or otherwise. | Alexis Beingessner | -3/+4 |
| 2017-05-04 | fallout from NonZero/Unique/Shared changes | Alexis Beingessner | -8/+7 |
| 2017-04-25 | Rollup merge of #41535 - steveklabnik:gh37746, r=alexcrichton | Corey Farwell | -1/+3 |
| 2017-04-25 | Rollup merge of #41530 - GuillaumeGomez:vec-from, r=aturon | Corey Farwell | -0/+12 |
| 2017-04-25 | Rollup merge of #41500 - steveklabnik:gh37866, r=frewsxcv | Corey Farwell | -1/+2 |
| 2017-04-25 | Fix up vec guarnatee around capacity | steveklabnik | -1/+3 |
| 2017-04-25 | Implement From<&mut [T]> for Vec | Guillaume Gomez | -0/+12 |
| 2017-04-24 | use the word 'length' in Vec::len's docs | steveklabnik | -1/+2 |
| 2017-04-23 | Improve splice docs and tests | Matt Ickstadt | -1/+1 |
| 2017-04-23 | Update splice impl | Matt Ickstadt | -4/+11 |
| 2017-04-23 | Add Vec::splice and String::splice | Simon Sapin | -1/+164 |
| 2017-04-20 | Auto merge of #41191 - seanmonstar:spec-extend-vec-intoiter, r=alexcrichton | bors | -8/+19 |
| 2017-04-19 | specialize Extend for Vec with IntoIter | Sean McArthur | -8/+19 |
| 2017-04-15 | Specialize Vec::from_elem for other numeric types | Matt Brubeck | -0/+37 |
| 2017-04-15 | Specialize Vec::from_elem<u8> to use calloc or memset | Matt Brubeck | -3/+32 |
| 2017-04-13 | Auto merge of #41009 - scottmcm:toowned-clone-into, r=alexcrichton | bors | -10/+1 |
| 2017-04-12 | Add ToOwned::clone_into (unstable as toowned_clone_into) | Scott McMurray | -10/+1 |
| 2017-04-06 | Fix Markdown issues in the docs | Oliver Middleton | -1/+1 |
| 2017-04-05 | Rollup merge of #40943 - Amanieu:offset_to, r=alexcrichton | Ariel Ben-Yehuda | -8/+4 |
| 2017-04-05 | Rollup merge of #40909 - nagisa:fix-vec-placement, r=alexcrichton | Ariel Ben-Yehuda | -23/+23 |
| 2017-04-03 | Removed trailing whitespace on line 682 | mandeep | -1/+1 |
| 2017-04-03 | Refactored swap_remove doc comment upon discussing with BurntSushi and stevek... | mandeep | -2/+3 |
| 2017-04-03 | Add ptr::offset_to | Amanieu d'Antras | -8/+4 |
| 2017-04-02 | Fixed typo in doc comments for swap_remove | mandeep | -1/+1 |
| 2017-03-29 | Allow using Vec::<T>::place_back for T: !Clone | Simonas Kazlauskas | -23/+23 |
| 2017-03-22 | Specialize Vec::from_iter for vec::IntoIter | Steven Fackler | -4/+25 |
| 2017-03-17 | Stabilize rc_raw feature, closes #37197 | Aaron Turon | -2/+2 |
| 2017-03-17 | Rollup merge of #40536 - kevinmehall:dedup_docs_for_dedup_by, r=steveklabnik | Corey Farwell | -1/+5 |
| 2017-03-17 | Rollup merge of #40456 - frewsxcv:frewsxcv-docs-function-parens, r=GuillaumeG... | Corey Farwell | -21/+21 |
| 2017-03-15 | Fix documentation for Vec::dedup_by. | Kevin Mehall | -1/+5 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -21/+21 |
| 2017-03-10 | Add From<Box<..>> implementations. | Clar Charr | -0/+16 |
| 2017-03-07 | Added remove_from to vec.rs | madseagames | -0/+21 |
| 2017-02-26 | Auto merge of #39738 - keeperofdakeys:vec-docs, r=GuillaumeGomez | bors | -0/+6 |
| 2017-02-16 | Additional docs for Vec, String, and slice trait impls | Matt Brubeck | -0/+2 |
| 2017-02-14 | Add notes about capacity effects to Vec::truncate() | Josh | -0/+6 |
| 2017-02-13 | typo fix | king6cong | -1/+1 |
| 2017-02-09 | Explicitly mention that `Vec::reserve` is based on len not capacity | Sean Griffin | -3/+6 |
| 2017-02-07 | Auto merge of #39002 - GuillaumeGomez:debug_libcollections, r=aturon | bors | -0/+10 |
| 2017-02-05 | Replace PlaceBack Debug implementation with derive | Guillaume Gomez | -11/+3 |
| 2017-02-02 | std: Fix IntoIter::as_mut_slice's signature | Alex Crichton | -1/+1 |
| 2017-01-25 | std: Stabilize APIs for the 1.16.0 release | Alex Crichton | -5/+2 |
| 2017-01-20 | Remove Debug implementations specialization | Guillaume Gomez | -14/+0 |
| 2017-01-20 | Add Debug implementations for libcollection structs | Guillaume Gomez | -0/+32 |
| 2017-01-17 | Clarify when range is removed by drain | Stephen E. Baker | -2/+2 |