| Age | Commit message (Expand) | Author | Lines |
| 2017-04-20 | Auto merge of #41191 - seanmonstar:spec-extend-vec-intoiter, r=alexcrichton | bors | -8/+41 |
| 2017-04-19 | Rollup merge of #41380 - ollie27:stability, r=BurntSushi | Corey Farwell | -1/+11 |
| 2017-04-19 | specialize Extend for Vec with IntoIter | Sean McArthur | -8/+41 |
| 2017-04-18 | Fix a few stability attributes | Oliver Middleton | -1/+11 |
| 2017-04-18 | Rollup merge of #40290 - 3Hren:master, r=aturon | Corey Farwell | -0/+20 |
| 2017-04-16 | Auto merge of #40409 - mbrubeck:calloc, r=sfackler | bors | -3/+71 |
| 2017-04-15 | Specialize Vec::from_elem for other numeric types | Matt Brubeck | -0/+39 |
| 2017-04-15 | Specialize Vec::from_elem<u8> to use calloc or memset | Matt Brubeck | -3/+32 |
| 2017-04-14 | std::collections docs: Address issues that came up in PR #41286 | lukaramu | -1/+20 |
| 2017-04-14 | refactor: add reason string | Evgeny Safronov | -1/+1 |
| 2017-04-14 | fix: add feature to doc tests | Evgeny Safronov | -0/+1 |
| 2017-04-14 | Add `as_bytes()` for `FromUtf8Error`. | Evgeny Safronov | -0/+19 |
| 2017-04-13 | Various consistency and phrasing fixes in std::collections' docs | lukaramu | -9/+27 |
| 2017-04-13 | Various fixes throughout std::collections' docs | lukaramu | -8/+18 |
| 2017-04-13 | Update std::collections' docs to use iterator (etc.) boilerplate | lukaramu | -36/+154 |
| 2017-04-13 | Auto merge of #41009 - scottmcm:toowned-clone-into, r=alexcrichton | bors | -10/+68 |
| 2017-04-12 | Add ToOwned::clone_into (unstable as toowned_clone_into) | Scott McMurray | -10/+68 |
| 2017-04-12 | Rollup merge of #41243 - projektir:prim_str_docs, r=GuillaumeGomez | Tim Neumann | -13/+24 |
| 2017-04-12 | Minor nits in primitive str | projektir | -13/+24 |
| 2017-04-11 | Rollup merge of #40559 - nagisa:manually-drop, r=alexcrichton | Corey Farwell | -9/+4 |
| 2017-04-11 | Auto merge of #41096 - clarcharr:as_bytes_mut, r=alexcrichton | bors | -3/+11 |
| 2017-04-10 | Apply clippy's doc_markdown improvements to libcollections | Andre Bogus | -20/+20 |
| 2017-04-09 | Reduce str transmutes, add mut versions of methods. | Clar Charr | -3/+11 |
| 2017-04-09 | Move away from the ad-hoc NoDrop unions | Simonas Kazlauskas | -9/+4 |
| 2017-04-06 | Fix Markdown issues in the docs | Oliver Middleton | -1/+1 |
| 2017-04-05 | Rollup merge of #41037 - stjepang:move-libxtest, r=alexcrichton | Corey Farwell | -2/+6849 |
| 2017-04-05 | Rollup merge of #41065 - jorendorff:slice-rsplit-41020, r=alexcrichton | Ariel Ben-Yehuda | -0/+69 |
| 2017-04-05 | Rollup merge of #40943 - Amanieu:offset_to, r=alexcrichton | Ariel Ben-Yehuda | -8/+5 |
| 2017-04-05 | Rollup merge of #40909 - nagisa:fix-vec-placement, r=alexcrichton | Ariel Ben-Yehuda | -23/+23 |
| 2017-04-05 | Rollup merge of #41066 - steveklabnik:fix-links, r=frewsxcv | Corey Farwell | -2/+2 |
| 2017-04-05 | Rollup merge of #41019 - mandeep:fix-vec-swapremove-docs, r=BurntSushi | Corey Farwell | -2/+3 |
| 2017-04-05 | Rollup merge of #40949 - stjepang:fix-vecdeque-docs, r=frewsxcv | Corey Farwell | -9/+9 |
| 2017-04-04 | Fix links | steveklabnik | -2/+2 |
| 2017-04-04 | add [T]::rsplit() and rsplit_mut() #41020 | Jason Orendorff | -0/+69 |
| 2017-04-03 | Removed trailing whitespace on line 682 | mandeep | -1/+1 |
| 2017-04-03 | Move libXtest into libX/tests | Stjepan Glavina | -2/+6849 |
| 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/+5 |
| 2017-04-02 | Fixed typo in doc comments for swap_remove | mandeep | -1/+1 |
| 2017-04-01 | Change wording for push_front | Stjepan Glavina | -1/+1 |
| 2017-03-31 | Rollup merge of #40935 - donniebishop:str_boilerplate_docs, r=steveklabnik | Corey Farwell | -2/+8 |
| 2017-03-31 | Improve some docs for VecDeque | Stjepan Glavina | -9/+9 |
| 2017-03-31 | Auto merge of #40737 - nagisa:safe-slicing-strs, r=BurntSushi | bors | -5/+114 |
| 2017-03-30 | Remove parentheses in method references | Donnie Bishop | -2/+2 |
| 2017-03-30 | Modify EncodeUtf16's description | Donnie Bishop | -2/+8 |
| 2017-03-29 | Allow using Vec::<T>::place_back for T: !Clone | Simonas Kazlauskas | -23/+23 |
| 2017-03-28 | Rollup merge of #40731 - sfackler:vec-from-iter-spec, r=aturon | Corey Farwell | -4/+25 |
| 2017-03-28 | Rollup merge of #40682 - TigleyM:str_doc, r=steveklabnik | Corey Farwell | -1/+20 |
| 2017-03-27 | Review request changes | Micah Tigley | -3/+3 |
| 2017-03-27 | Fix various useless derefs and slicings | Oliver Schneider | -1/+1 |