| Age | Commit message (Expand) | Author | Lines |
| 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 | -47/+60 |
| 2017-05-04 | Make [u8]::reverse() 5x faster | Scott McMurray | -0/+31 |
| 2017-04-28 | FromIterator and Extend Cow for String | Eh2406 | -0/+18 |
| 2017-04-26 | Auto merge of #41258 - clarcharr:str_box_extras, r=Kimundi | bors | -3/+14 |
| 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 | More methods for str boxes. | Clar Charr | -3/+14 |
| 2017-04-24 | Add Splice forget test | Matt Ickstadt | -0/+15 |
| 2017-04-24 | use the word 'length' in Vec::len's docs | steveklabnik | -1/+2 |
| 2017-04-23 | Use Vec::splice impl in string::Splice::drop() | Matt Ickstadt | -15/+1 |
| 2017-04-23 | Improve splice docs and tests | Matt Ickstadt | -4/+97 |
| 2017-04-23 | Update splice impl | Matt Ickstadt | -6/+22 |
| 2017-04-23 | Add Vec::splice and String::splice | Simon Sapin | -7/+313 |
| 2017-04-23 | Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichton | bors | -438/+0 |
| 2017-04-22 | Fix invalid linkage | Guillaume Gomez | -5/+5 |
| 2017-04-20 | Remove OccupiedEntry::remove_pair | Josh Stone | -7/+0 |
| 2017-04-20 | Remove BinaryHeap::{push_pop,replace} | Josh Stone | -114/+0 |
| 2017-04-20 | Remove EnumSet | Josh Stone | -317/+0 |
| 2017-04-20 | Auto merge of #41342 - GuillaumeGomez:btree-debug-infinite, r=alexcrichton | bors | -14/+26 |
| 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-19 | Fix debug infinite loop | Guillaume Gomez | -14/+26 |
| 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 |