| Age | Commit message (Expand) | Author | Lines |
| 2016-07-19 | Auto merge of #34885 - GuillaumeGomez:btree_map_debug, r=alexcrichton | bors | -0/+33 |
| 2016-07-19 | Add debug for btree_map::{Entry, VacantEntry, OccupiedEntry} | Guillaume Gomez | -0/+33 |
| 2016-07-18 | Rollup merge of #34884 - shepmaster:from_raw_parts_doc, r=@nagisa | Seo Sanghyeon | -1/+13 |
| 2016-07-18 | Rollup merge of #34853 - frewsxcv:vec-truncate, r=GuillaumeGomez | Seo Sanghyeon | -1/+28 |
| 2016-07-17 | Remove extraneous words | Jake Goulding | -1/+1 |
| 2016-07-17 | Document from_raw_parts involves ownership transfer | Jake Goulding | -0/+12 |
| 2016-07-16 | Remove unnecessary indexing and deref in `Vec::as_mut_slice`. | Corey Farwell | -1/+1 |
| 2016-07-16 | Partial rewrite/expansion of `Vec::truncate` documentation. | Corey Farwell | -1/+28 |
| 2016-07-14 | Mention where `std::vec` structs originate from. | Corey Farwell | -0/+11 |
| 2016-07-13 | Auto merge of #34608 - apasel422:ll, r=bluss | bors | -352/+283 |
| 2016-07-11 | Auto merge of #34725 - GuillaumeGomez:doc_slice, r=steveklabnik | bors | -9/+236 |
| 2016-07-09 | Auto merge of #34745 - alexandermerritt:slice-doc, r=brson | bors | -1/+1 |
| 2016-07-09 | make clone_from_slice consistent with copy_from_slice | Alexander Merritt | -1/+1 |
| 2016-07-09 | Improve slice docs | Guillaume Gomez | -9/+236 |
| 2016-07-08 | Remove useless doc comment for slice | Guillaume Gomez | -1/+0 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -20/+5 |
| 2016-07-01 | Replace `LinkedList`'s use of `Box` with `Shared` | Andrew Paseltiner | -352/+283 |
| 2016-06-30 | Rollup merge of #34547 - sanxiyn:pretty-lifetime, r=pnkfelix | Jeffrey Seyfried | -0/+1 |
| 2016-06-29 | Rollup merge of #34305 - Aaronepower:master, r=alexcrichton | Jeffrey Seyfried | -0/+11 |
| 2016-06-25 | Add example with leading zeros | Stefan Schindler | -0/+1 |
| 2016-06-24 | Auto merge of #34425 - tbu-:pr_len_instead_of_size_hint, r=alexcrichton | bors | -1/+1 |
| 2016-06-24 | Auto merge of #34399 - alexcrichton:issue-audit, r=brson | bors | -2/+1 |
| 2016-06-23 | std: Fix up stabilization discrepancies | Alex Crichton | -2/+1 |
| 2016-06-23 | Use `len` instead of `size_hint` where appropiate | Tobias Bucher | -1/+1 |
| 2016-06-23 | Added Default trait for Cow | Aaronepower | -0/+11 |
| 2016-06-21 | implemented peek_mut and unit tests | Nathan Moos | -0/+68 |
| 2016-06-17 | Add short summaries to btree modules | Oliver Middleton | -0/+2 |
| 2016-06-15 | Map::Entry::take() method to recover key and value together | Sean McArthur | -0/+12 |
| 2016-06-10 | Update tracking issue for `{BTreeMap, BTreeSet}::{append, split_off}` | Andrew Paseltiner | -4/+4 |
| 2016-06-10 | Rollup merge of #34175 - rwz:patch-2, r=alexcrichton | Seo Sanghyeon | -1/+1 |
| 2016-06-10 | Rollup merge of #34088 - srinivasreddy:rustfmt_map.rs, r=nrc | Seo Sanghyeon | -220/+274 |
| 2016-06-08 | Fix BTreeMap example typo | Pavel Pravosud | -1/+1 |
| 2016-06-07 | Rollup merge of #33645 - withoutboats:woboats_trim_matches_doc, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2016-06-05 | run rustfmt on map.rs in libcollections/btree folder | Srinivas Reddy Thatiparthy | -220/+274 |
| 2016-06-01 | Auto merge of #33947 - xosmig:btree_split_off, r=gereeter | bors | -92/+411 |
| 2016-06-01 | Auto merge of #33853 - alexcrichton:remove-deprecated, r=aturon | bors | -239/+0 |
| 2016-06-01 | Rollup merge of #33606 - tshepang:future-talk, r=brson | Manish Goregaokar | -6/+3 |
| 2016-06-01 | Implement split_off for BTreeMap and BTreeSet (RFC 509) | Andrey Tonkih | -92/+411 |
| 2016-05-30 | std: Clean out old unstable + deprecated APIs | Alex Crichton | -239/+0 |
| 2016-05-30 | Rollup merge of #33893 - Ophirr33:docs_string_split_fix, r=GuillaumeGomez | Manish Goregaokar | -2/+28 |
| 2016-05-27 | Added examples/docs to split in str.rs | Ty Coghlan | -2/+28 |
| 2016-05-27 | Rollup merge of #33858 - liigo:patch-7, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2016-05-25 | Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon | bors | -13/+10 |
| 2016-05-25 | Point out the clone operation in summary line docs of `Vec::extend_from_slice` | Liigo Zhuang | -1/+1 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -13/+10 |
| 2016-05-20 | Clarify docs for sort(&mut self) | Stefan Schindler | -7/+4 |
| 2016-05-16 | Rollup merge of #33635 - tshepang:capitalise, r=steveklabnik | Eduard-Mihai Burtescu | -1/+1 |
| 2016-05-16 | Rollup merge of #33634 - tshepang:nicer-output, r=steveklabnik | Eduard-Mihai Burtescu | -1/+1 |
| 2016-05-16 | Rollup merge of #33633 - tshepang:no-effect, r=steveklabnik | Eduard-Mihai Burtescu | -2/+0 |
| 2016-05-16 | Rollup merge of #33605 - tshepang:less-awkward, r=steveklabnik | Eduard-Mihai Burtescu | -2/+2 |