| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2017-01-26 | Rewrite the first sentence in slice::sort | Stjepan Glavina | -2/+2 |
| 2017-01-25 | std: Stabilize APIs for the 1.16.0 release | Alex Crichton | -30/+11 |
| 2017-01-25 | Remove trailing whitespace | Stjepan Glavina | -1/+1 |
| 2017-01-25 | Fix: insertion_len -> max_insertion | Stjepan Glavina | -1/+1 |
| 2017-01-25 | Expand the sort docs | Stjepan Glavina | -11/+33 |
| 2017-01-25 | Fix wording around sort guarantees | Steve Klabnik | -2/+5 |
| 2017-01-20 | Add debug implementation for BinaryHeapPlace | Guillaume Gomez | -0/+9 |
| 2017-01-20 | Remove Debug implementations specialization | Guillaume Gomez | -219/+6 |
| 2017-01-20 | Add Debug implementations for libcollection structs | Guillaume Gomez | -0/+496 |
| 2017-01-20 | Rollup merge of #39135 - TheCycoONE:vec_drain_doc, r=alexcrichton | Alex Crichton | -2/+2 |
| 2017-01-20 | Auto merge of #39062 - martinhath:placement-in-binaryheap, r=nagisa | bors | -2/+56 |
| 2017-01-19 | Rollup merge of #39165 - frewsxcv:slice, r=GuillaumeGomez | Guillaume Gomez | -10/+24 |
| 2017-01-18 | A few improvements to the slice docs. | Corey Farwell | -10/+24 |
| 2017-01-18 | collections: update docs of slice get() and friends | Georg Brandl | -8/+17 |
| 2017-01-17 | Clarify when range is removed by drain | Stephen E. Baker | -2/+2 |
| 2017-01-17 | Fix BinaryHeap place by only constructing vec::PlaceBack once | Martin Hafskjold Thoresen | -45/+24 |
| 2017-01-16 | Rollup merge of #39106 - istankovic:patch-2, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2017-01-16 | libcollections: btree/set: fix a typo | Ivan Stankovic | -1/+1 |