| Age | Commit message (Expand) | Author | Lines |
| 2017-03-10 | Rollup merge of #40423 - DirkyJerky:patch-2, r=BurntSushi | Alex Crichton | -1/+1 |
| 2017-03-10 | Rollup merge of #40389 - F001:placementVecDeque, r=nagisa | Alex Crichton | -25/+160 |
| 2017-03-10 | Clarify docs in `VecDeque::resize` | Geoff Yoerger | -1/+1 |
| 2017-03-09 | Implement placement-in protocol for and `VecDeque` | Charlie Fan | -25/+160 |
| 2017-03-08 | Rollup merge of #40335 - tbu-:pr_doc_str_to_somecase, r=steveklabnik | Ariel Ben-Yehuda | -0/+8 |
| 2017-03-08 | Rollup merge of #40325 - eddyb:pr38143, r=alexcrichton | Ariel Ben-Yehuda | -0/+21 |
| 2017-03-08 | Document why `str.to_{lower,upper}case` return `String` | Tobias Bucher | -0/+8 |
| 2017-03-07 | Added remove_from to vec.rs | madseagames | -0/+21 |
| 2017-03-05 | Issue #39688 - Help people find String::as_bytes() for UTF-8 r? @steveklabnik | Joshua Horwitz | -0/+8 |
| 2017-03-03 | Auto merge of #40189 - SimonSapin:one-width, r=alexcrichton | bors | -2/+3 |
| 2017-03-02 | Rollup merge of #40117 - SimonSapin:to-err-is-for-the-formatter, r=alexcrichton | Corey Farwell | -2/+16 |
| 2017-03-01 | Panic on errors in `format!` or `<T: Display>::to_string` | Simon Sapin | -2/+16 |
| 2017-03-01 | Only keep one copy of the UTF8_CHAR_WIDTH table. | Simon Sapin | -2/+3 |
| 2017-02-28 | Rollup merge of #40028 - withoutboats:string_from_iter, r=alexcrichton | Corey Farwell | -0/+9 |
| 2017-02-28 | Rollup merge of #39936 - djzin:inclusive_rangeargument, r=alexcrichton | Corey Farwell | -1/+27 |
| 2017-02-26 | Auto merge of #39738 - keeperofdakeys:vec-docs, r=GuillaumeGomez | bors | -0/+9 |
| 2017-02-24 | Rollup merge of #40048 - jimblandy:fmt-arg-types-doc, r=alexcrichton | Guillaume Gomez | -21/+4 |
| 2017-02-24 | Rollup merge of #39886 - mbrubeck:doc-edit, r=steveklabnik | Guillaume Gomez | -0/+44 |
| 2017-02-22 | Update std::fmt module docs for landing of #33642. | Jim Blandy | -21/+4 |
| 2017-02-22 | impl FromIter<&char> for String | Without Boats | -0/+9 |
| 2017-02-18 | add impl for RangeToInclusive | Djzin | -1/+11 |
| 2017-02-18 | impl RangeArgument for RangeInclusive and add appropriate tests | Djzin | -1/+17 |
| 2017-02-16 | Fixup String::split_off documentation | Steven Allen | -9/+9 |
| 2017-02-16 | Additional docs for Vec, String, and slice trait impls | Matt Brubeck | -0/+44 |
| 2017-02-15 | Rollup merge of #39836 - durka:patch-37, r=alexcrichton | Corey Farwell | -4/+4 |
| 2017-02-15 | Auto merge of #39457 - bvinc:master, r=alexcrichton | bors | -115/+92 |
| 2017-02-14 | fix types in to_owned doctest | Alex Burka | -4/+4 |
| 2017-02-14 | Add notes about capacity effects to Vec::truncate() | Josh | -0/+9 |
| 2017-02-13 | typo fix | king6cong | -1/+1 |
| 2017-02-10 | Rollup merge of #39701 - sgrif:sg-vec-reserve-docs, r=alexcrichton | Corey Farwell | -3/+6 |
| 2017-02-10 | Dont segfault if btree range is not in order | Brian Vincent | -115/+92 |
| 2017-02-09 | Update set operations documentation | Jethro Beekman | -7/+17 |
| 2017-02-09 | Explicitly mention that `Vec::reserve` is based on len not capacity | Sean Griffin | -3/+6 |
| 2017-02-08 | Rollup merge of #39561 - phungleson:libcollectionsbench, r=alexcrichton | Corey Farwell | -4/+1543 |
| 2017-02-07 | Auto merge of #39002 - GuillaumeGomez:debug_libcollections, r=aturon | bors | -0/+257 |
| 2017-02-06 | Extract collections benchmarks to libcollections/benches | Son | -4/+1543 |
| 2017-02-05 | Rollup merge of #39538 - stjepang:slightly-optimize-sort, r=alexcrichton | Corey Farwell | -32/+36 |
| 2017-02-05 | Rollup merge of #39393 - ollie27:stab_impls, r=alexcrichton | Corey Farwell | -2/+2 |
| 2017-02-05 | Replace PlaceBack Debug implementation with derive | Guillaume Gomez | -94/+59 |
| 2017-02-04 | Slightly optimize slice::sort | Stjepan Glavina | -32/+36 |
| 2017-02-04 | Auto merge of #39440 - F001:SpecializeCow, r=bluss | bors | -0/+16 |
| 2017-02-03 | Merge remote-tracking branch 'upstream/master' into format-with-capacity | Michał Krasnoborski | -69/+88 |
| 2017-02-03 | Auto merge of #39466 - alexcrichton:fix, r=Manishearth | bors | -1/+1 |
| 2017-02-02 | std: Fix IntoIter::as_mut_slice's signature | Alex Crichton | -1/+1 |
| 2017-02-01 | std: Add ToString trait specialization for Cow<'a, str> and String | f001 | -0/+16 |
| 2017-01-29 | Fix a few impl stability attributes | Oliver Middleton | -2/+2 |
| 2017-01-28 | Implement `PartialEq<&[A]>` for `VecDeque<A>`. | Corey Farwell | -36/+74 |
| 2017-01-28 | use `String::with_capacity` in `format!` | Michał Krasnoborski | -1/+2 |
| 2017-01-27 | Rollup merge of #39314 - stjepang:rewrite-sort-header, r=brson | Alex Crichton | -2/+2 |
| 2017-01-27 | Rollup merge of #39307 - alexcrichton:stabilize-1.16, r=brson | Alex Crichton | -30/+11 |