| Age | Commit message (Expand) | Author | Lines |
| 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-06 | feat: reinterpret `precision` field for strings | Evgeny Safronov | -2/+4 |
| 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 |
| 2016-05-16 | Rollup merge of #33604 - tshepang:line-em-up, r=GuillaumeGomez | Eduard-Mihai Burtescu | -1/+1 |
| 2016-05-16 | Rollup merge of #33603 - tshepang:no-need, r=apasel422 | Eduard-Mihai Burtescu | -2/+2 |
| 2016-05-15 | Rollup merge of #33598 - haikoschol:master, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2016-05-14 | Correct the docs on str::trim_matches | Without Boats | -2/+2 |
| 2016-05-14 | doc: format! may or may not handle streams in future | Tshepang Lekhonkhobe | -6/+3 |
| 2016-05-14 | doc: 'tis the lang, not the reptile | Tshepang Lekhonkhobe | -1/+1 |
| 2016-05-14 | doc: improve output | Tshepang Lekhonkhobe | -1/+1 |
| 2016-05-14 | doc: this statement does not have an effect | Tshepang Lekhonkhobe | -2/+0 |
| 2016-05-12 | doc: to_string not needed since we gots coercion | Tshepang Lekhonkhobe | -2/+2 |
| 2016-05-12 | doc: use less awkward and less confusing language | Tshepang Lekhonkhobe | -2/+2 |
| 2016-05-12 | Auto merge of #33282 - alexcrichton:rustbuild-crate-tests, r=brson | bors | -1/+4 |