| Age | Commit message (Expand) | Author | Lines |
| 2016-09-23 | Revert "implement `From<Vec<char>>` and `From<&'a [char]>` for `String`" | Brian Anderson | -20/+0 |
| 2016-08-22 | Make `vec::IntoIter` covariant again | Andrew Paseltiner | -6/+9 |
| 2016-08-22 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -22/+18 |
| 2016-08-14 | Rollup merge of #35598 - tshepang:needless-binding, r=steveklabnik | Eduard-Mihai Burtescu | -2/+1 |
| 2016-08-14 | Rollup merge of #35597 - tshepang:it-is-a-slice, r=steveklabnik | Eduard-Mihai Burtescu | -1/+1 |
| 2016-08-14 | Rollup merge of #35447 - frewsxcv:vec-into-iter-as-slice, r=alexcrichton | Eduard-Mihai Burtescu | -12/+51 |
| 2016-08-11 | Introduce `as_mut_slice` method on `std::vec::IntoIter` struct. | Corey Farwell | -9/+29 |
| 2016-08-11 | Introduce `as_slice` method on `std::vec::IntoIter` struct. | Corey Farwell | -3/+22 |
| 2016-08-11 | string: remove needless binding | Tshepang Lekhonkhobe | -2/+1 |
| 2016-08-11 | doc: a value of type `&str` is called a "string slice" | Tshepang Lekhonkhobe | -1/+1 |
| 2016-08-09 | Add tracking issue for `String::insert_str` | Murarth | -1/+1 |
| 2016-08-08 | Auto merge of #34762 - creativcoder:slice-ext, r=alexcrichton | bors | -4/+4 |
| 2016-08-09 | extend lifetime on binary_search_by_key of SliceExt trait | Rahul Sharma | -4/+4 |
| 2016-08-07 | Add `FromIterator` implementations for `Cow<str>` | Alexander Altman | -0/+21 |
| 2016-08-05 | Rollup merge of #35181 - GuillaumeGomez:vec_doc, r=steveklabnik | Guillaume Gomez | -0/+19 |
| 2016-08-02 | Add doc example for Vec | Guillaume Gomez | -0/+19 |
| 2016-08-02 | Add doc examples for `range::RangeArgument::{start,end}`. | Corey Farwell | -0/+32 |
| 2016-08-01 | Auto merge of #35054 - pwoolcoc:stringfromchars, r=brson | bors | -0/+20 |
| 2016-08-02 | Rollup merge of #35134 - frewsxcv:slice-chunks, r=GuillaumeGomez | Seo Sanghyeon | -9/+7 |
| 2016-07-31 | Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu... | Vadim Petrochenkov | -1/+0 |
| 2016-07-30 | Rewrite `slice::chunks` doc example to not require printing. | Corey Farwell | -9/+7 |
| 2016-07-30 | Rollup merge of #35104 - frewsxcv:linked-list-append, r=steveklabnik | Manish Goregaokar | -11/+14 |
| 2016-07-29 | Rollup merge of #35050 - knight42:improve-fmt-doc, r=steveklabnik | Guillaume Gomez | -13/+7 |
| 2016-07-28 | Rewrite `collections::LinkedList::append` doc example. | Corey Farwell | -11/+14 |
| 2016-07-28 | Auto merge of #34485 - tbu-:pr_unicode_debug_str, r=alexcrichton | bors | -0/+9 |
| 2016-07-28 | Auto merge of #34951 - tomgarcia:covariant-vec, r=brson | bors | -5/+6 |
| 2016-07-28 | Rename `char::escape` to `char::escape_debug` and add tracking issue | Tobias Bucher | -4/+4 |
| 2016-07-27 | implement `From<Vec<char>>` and `From<&'a [char]>` for `String` | Paul Woolcock | -0/+20 |
| 2016-07-26 | Rollup merge of #35019 - frewsxcv:slice-split, r=GuillaumeGomez | Steve Klabnik | -6/+31 |
| 2016-07-26 | Rollup merge of #34974 - abhijeetbhagat:patch-2, r=GuillaumeGomez | Steve Klabnik | -0/+16 |
| 2016-07-27 | Fix #35031 | Knight | -13/+7 |
| 2016-07-26 | Restore `char::escape_default` and add `char::escape` instead | Tobias Bucher | -0/+9 |
| 2016-07-25 | Rewrite/expansion of `slice::split` doc examples. | Corey Farwell | -6/+31 |
| 2016-07-24 | Rollup merge of #34989 - frewsxcv:fix-set-len-doc-example, r=nagisa | Manish Goregaokar | -3/+4 |
| 2016-07-24 | Rollup merge of #34988 - frewsxcv:vec-windows, r=GuillaumeGomez | Manish Goregaokar | -7/+14 |
| 2016-07-23 | Doc example improvements for `slice::windows`. | Corey Farwell | -7/+14 |
| 2016-07-23 | Fix incorrect 'memory leak' example for `Vec::set_len`. | Corey Farwell | -3/+4 |
| 2016-07-22 | Update VecDeque documentation to specify direction of index 0 (#34920) | abhi | -0/+16 |
| 2016-07-22 | Auto merge of #34771 - murarth:string-insert-str, r=alexcrichton | bors | -9/+53 |
| 2016-07-21 | Readding lifetime parameters and removing allocation | Thomas Garcia | -28/+49 |
| 2016-07-21 | Auto merge of #34544 - 3Hren:issue/xx/reinterpret-format-precision-for-string... | bors | -2/+4 |
| 2016-07-21 | Rollup merge of #34930 - frewsxcv:vec-as-slice, r=steveklabnik | Guillaume Gomez | -0/+16 |
| 2016-07-21 | Rollup merge of #34919 - GuillaumeGomez:btree_map_doc, r=steveklabnik | Guillaume Gomez | -2/+189 |
| 2016-07-21 | Rollup merge of #34911 - frewsxcv:vec-set-len, r=steveklabnik | Guillaume Gomez | -2/+30 |
| 2016-07-21 | Rollup merge of #34890 - oconnor663:addassign, r=brson | Guillaume Gomez | -1/+9 |
| 2016-07-21 | Rollup merge of #34855 - GuillaumeGomez:vec_deque_doc, r=steveklabnik | Guillaume Gomez | -1/+71 |
| 2016-07-21 | Rollup merge of #34854 - GuillaumeGomez:linked_list_doc, r=steveklabnik | Guillaume Gomez | -9/+65 |
| 2016-07-21 | Make vec::Drain and binary_heap::Drain covariant | Thomas Garcia | -48/+28 |
| 2016-07-20 | Add doc for btree_map types | ggomez | -2/+189 |
| 2016-07-19 | Add doc examples for `Vec::{as_slice,as_mut_slice}`. | Corey Farwell | -0/+16 |