| Age | Commit message (Expand) | Author | Lines |
| 2015-12-09 | doc: these are just renames, so avoid duplication | Tshepang Lekhonkhobe | -15/+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 |
| 2015-11-06 | Auto merge of #29643 - petrochenkov:stability5, r=alexcrichton | bors | -7/+0 |
| 2015-11-05 | Rollup merge of #29614 - bluss:vec-drop-comment, r=Gankro | Steve Klabnik | -4/+0 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -7/+0 |
| 2015-11-05 | vec: Remove old comment in Vec::drop | Ulrik Sverdrup | -4/+0 |
| 2015-11-04 | Mention [T]::sort is stable in docs | Steve Klabnik | -0/+2 |
| 2015-11-03 | Auto merge of #29545 - mystor:vec-deque-test-panic, r=bluss | bors | -7/+9 |
| 2015-11-03 | Correct incorrect assertion in VecDeque::wrap_copy | Michael Layzell | -7/+9 |
| 2015-11-03 | libcollections: DRY up a PartialEq impl for String | Kevin Butler | -18/+3 |
| 2015-10-30 | don't use drop_in_place as an intrinsic | Alexis Beingessner | -2/+3 |
| 2015-10-30 | Auto merge of #29458 - tshepang:better, r=alexcrichton | bors | -2/+3 |
| 2015-10-29 | doc: fix and expand explanation | Tshepang Lekhonkhobe | -2/+3 |
| 2015-10-28 | Update docstring for truncate | Cameron Sun | -2/+2 |
| 2015-10-25 | Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson | bors | -90/+77 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -90/+77 |
| 2015-10-23 | Unsafety -> Safety in doc headings | Steve Klabnik | -4/+4 |
| 2015-10-23 | Auto merge of #27894 - steveklabnik:gh26888, r=alexcrichton | bors | -4/+16 |
| 2015-10-22 | Document replacement behavior in some collections | Steve Klabnik | -4/+16 |
| 2015-10-21 | Auto merge of #29186 - pnkfelix:fsk-fix-issue-29166, r=alexcrichton | bors | -0/+1 |
| 2015-10-20 | Add dropck unsafe escape hatch (UGEH) to vec::IntoIter. | Felix S. Klock II | -0/+1 |
| 2015-10-20 | Auto merge of #27723 - mystor:vecdeque_drain_range, r=bluss | bors | -14/+274 |
| 2015-10-19 | Correct spelling in docs | Andrew Paseltiner | -1/+1 |
| 2015-10-13 | Correct spelling in docs | Andrew Paseltiner | -2/+2 |
| 2015-10-10 | Trivial typo fix: from_utrf8 should be from_utf8 | Andrew Chin | -1/+1 |