| Age | Commit message (Expand) | Author | Lines |
| 2016-01-04 | Feature-gate defaulted type parameters outside of types. | Niko Matsakis | -12/+12 |
| 2016-01-02 | Fix off-by-one in String::remove | diwic | -3/+3 |
| 2015-12-31 | Make `LinkedList` and its read-only iterators covariant | Andrew Paseltiner | -7/+15 |
| 2015-12-26 | Fix some links in str docs | Florian Hartwig | -3/+3 |
| 2015-12-23 | BinaryHeap: Use full sift down in .pop() | Ulrik Sverdrup | -1/+26 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -16/+4 |
| 2015-12-18 | Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakis | bors | -6/+6 |
| 2015-12-18 | Auto merge of #30272 - tshepang:doc-drain, r=bluss | bors | -15/+26 |
| 2015-12-18 | Fix the fallout | Vadim Petrochenkov | -6/+6 |
| 2015-12-17 | Auto merge of #30445 - steveklabnik:rollup, r=steveklabnik | bors | -9/+0 |
| 2015-12-17 | doc: improve drain examples and remove secondary info from leading paragraph | Tshepang Lekhonkhobe | -15/+26 |
| 2015-12-17 | doc: no need to duplicate docs on renamed API | Tshepang Lekhonkhobe | -9/+0 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -3/+3 |
| 2015-12-14 | Add links in BTreeSet docs | Ori Avtalion | -3/+8 |
| 2015-12-14 | Auto merge of #30369 - jethrogb:patch-2, r=steveklabnik | bors | -8/+8 |
| 2015-12-13 | Make BinaryHeap Dijkstra example return Option | jethrogb | -8/+8 |
| 2015-12-13 | restore tests accidentally removed in #30182 | Tamir Duberstein | -0/+3 |
| 2015-12-11 | Auto merge of #30308 - tsion:typo, r=sanxiyn | bors | -2/+2 |
| 2015-12-10 | Improve documentation on String's methods | Steve Klabnik | -94/+294 |
| 2015-12-10 | Correct 'bye' to 'byte' in str docs. | Scott Olson | -2/+2 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -84/+7 |
| 2015-12-09 | doc: these are just renames, so avoid duplication | Tshepang Lekhonkhobe | -15/+1 |
| 2015-12-07 | Fix some str docs to refer to patterns | William Throwe | -10/+13 |
| 2015-12-07 | Let str::replace take a pattern | William Throwe | -1/+1 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -46/+95 |
| 2015-12-02 | Auto merge of #30146 - steveklabnik:doc_string_intro, r=brson | bors | -4/+194 |
| 2015-12-02 | Write better module-level and type-level docs for String | Steve Klabnik | -4/+194 |
| 2015-12-01 | Auto merge of #30124 - steveklabnik:doc_string_errors, r=alexcrichton | bors | -8/+98 |
| 2015-12-01 | Document the Error types in std::string | Steve Klabnik | -8/+98 |
| 2015-12-01 | Auto merge of #30057 - steveklabnik:doc_str, r=alexcrichton | bors | -234/+579 |
| 2015-11-30 | Rollup merge of #30120 - steveklabnik:doc_string_parse_error, r=alexcrichton | Steve Klabnik | -1/+12 |
| 2015-11-30 | Document std::string::ParseError | Steve Klabnik | -1/+12 |
| 2015-11-30 | Better docs for the str primitive | Steve Klabnik | -234/+579 |
| 2015-11-30 | Write some docs for ToString | Steve Klabnik | -2/+20 |
| 2015-11-26 | Auto merge of #30015 - petrochenkov:staged, r=brson | bors | -1/+1 |
| 2015-11-25 | Auto merge of #30017 - nrc:fmt, r=brson | bors | -982/+1426 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-24 | rustfmt libcollections | Nick Cameron | -982/+1426 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -8/+10 |
| 2015-11-18 | Review fixes | Vadim Petrochenkov | -1/+3 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -1/+56 |
| 2015-11-16 | Auto merge of #29830 - petrochenkov:mapdoc, r=alexcrichton | bors | -2/+3 |
| 2015-11-14 | docs: Clarify insertion behavior for maps | Vadim Petrochenkov | -2/+3 |
| 2015-11-13 | Auto merge of #29811 - bluss:binary-heap-sift-less, r=gankro | bors | -7/+8 |
| 2015-11-13 | BinaryHeap: Simplify sift down | Ulrik Sverdrup | -7/+8 |
| 2015-11-13 | Auto merge of #29675 - bluss:merge-sort-fastpath, r=huonw | bors | -0/+12 |
| 2015-11-12 | libcollections: deny warnings in doctests | Kevin Butler | -8/+27 |
| 2015-11-08 | Fix outdated comment in Vec::from_iter | Stepan Koltsov | -2/+1 |
| 2015-11-07 | sort: Guard the fast path by length check | Ulrik Sverdrup | -2/+4 |
| 2015-11-07 | sort: Fast path for already sorted data | Ulrik Sverdrup | -0/+10 |