| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-01-14 | have RangeArgument return a Bound<&T> from each of its methods | djzin | -2/+11 |
| 2017-01-10 | Rollup merge of #38874 - derekdreery:patch-1, r=steveklabnik | Seo Sanghyeon | -1/+2 |
| 2017-01-10 | Rollup merge of #38664 - apasel422:may-dangle, r=pnkfelix | Seo Sanghyeon | -4/+2 |
| 2017-01-06 | Update vec.rs | derekdreery | -1/+1 |
| 2017-01-06 | Update vec.rs | derekdreery | -1/+2 |
| 2016-12-28 | Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]` | Andrew Paseltiner | -4/+2 |
| 2016-12-23 | Implement placement-in protocol for `Vec` | Andrew Paseltiner | -1/+73 |
| 2016-12-15 | Stabilize std::vec::IntoIter::{as_slice, as_mut_slice} | Aaron Turon | -4/+2 |
| 2016-12-06 | vec: More specialization for Extend<&T> for vec | Ulrik Sverdrup | -6/+33 |
| 2016-11-23 | core, collections: Implement better .is_empty() for slice and vec iterators | Ulrik Sverdrup | -2/+10 |
| 2016-11-13 | vec: Use less code bloat specialized Vec::from_iter | Ulrik Sverdrup | -20/+31 |
| 2016-11-13 | Restore Vec::from_iter() specialization | Ulrik Sverdrup | -1/+1 |
| 2016-11-11 | vec: Write the .extend() specialization in cleaner style | Ulrik Sverdrup | -30/+41 |
| 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 |