| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-10-10 | Auto merge of #28861 - pnkfelix:fsk-nonparam-dropck-issue28498, r=arielb1 | bors | -0/+12 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -1/+1 |
| 2015-10-07 | doc: Mention split_whitespace in split doc | Boris Egorov | -0/+4 |
| 2015-10-06 | Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed. | Felix S. Klock II | -0/+12 |
| 2015-10-02 | Improve documentation for the from_utf8 family | Steve Klabnik | -18/+111 |
| 2015-10-01 | fixup wording | Alexis Beingessner | -1/+1 |
| 2015-10-01 | flesh out what Vec actually guarantees | Alexis Beingessner | -0/+75 |
| 2015-09-30 | Format panic docs for split_at | Steve Klabnik | -0/+2 |
| 2015-09-30 | Auto merge of #28731 - bluss:by-ref, r=alexcrichton | bors | -2/+2 |
| 2015-09-29 | Remove redundant uses of Iterator::by_ref() | Ulrik Sverdrup | -2/+2 |
| 2015-09-28 | Use code formatting for code-relevant values in std::fmt docs | Carol (Nichols || Goulding) | -13/+13 |
| 2015-09-27 | Auto merge of #28689 - Manishearth:rollup, r=Manishearth | bors | -26/+2 |
| 2015-09-27 | Rollup merge of #28682 - apasel422:features, r=steveklabnik | Manish Goregaokar | -8/+0 |
| 2015-09-27 | Rollup merge of #28664 - apasel422:collections-debug, r=alexcrichton | Manish Goregaokar | -18/+2 |
| 2015-09-27 | Auto merge of #28663 - bluss:vec-as-mut, r=alexcrichton | bors | -0/+14 |
| 2015-09-26 | Auto merge of #28635 - alexcrichton:str-parse-error-void, r=aturon | bors | -2/+22 |
| 2015-09-26 | Auto merge of #28632 - alexcrichton:update-match-indices, r=Kimundi | bors | -42/+30 |
| 2015-09-26 | Remove unnecessary `#![feature]` attributes | Andrew Paseltiner | -8/+0 |
| 2015-09-25 | Add AsMut<Vec<T>> for Vec<T> | Ulrik Sverdrup | -0/+7 |
| 2015-09-25 | std: Update MatchIndices to return a subslice | Alex Crichton | -42/+30 |
| 2015-09-25 | Simplify `Debug` for `{EnumSet, VecDeque}` | Andrew Paseltiner | -18/+2 |
| 2015-09-25 | Implement AsMut for Vec | Ulrik Sverdrup | -0/+7 |
| 2015-09-24 | std: Switch string::ParseError to an empty enum | Alex Crichton | -2/+22 |
| 2015-09-24 | Auto merge of #28602 - apasel422:clone_from, r=bluss | bors | -11/+28 |
| 2015-09-24 | Optimize `Vec::clone_from` | Andrew Paseltiner | -9/+5 |
| 2015-09-23 | Fix bad copypasta for patterns doc in std::str | Remi Rampin | -12/+9 |
| 2015-09-23 | Override `clone_from` for `{BinaryHeap, String}` | Andrew Paseltiner | -2/+23 |
| 2015-09-22 | Auto merge of #28364 - petrochenkov:usegate, r=alexcrichton | bors | -0/+5 |
| 2015-09-20 | Add comment. | whitequark | -0/+2 |
| 2015-09-20 | Fix style. | whitequark | -3/+5 |
| 2015-09-20 | Do not drop_in_place elements of Vec<T> if T doesn't need dropping | whitequark | -3/+5 |
| 2015-09-19 | Auto merge of #28497 - apasel422:issue-28493, r=Gankro | bors | -1/+6 |
| 2015-09-19 | VecDeque: Use power of two capacity even for zero sized types | Ulrik Sverdrup | -1/+40 |
| 2015-09-18 | Avoid zero-sized leaf allocations in `BTreeMap` | Andrew Paseltiner | -1/+6 |
| 2015-09-17 | Correctly walk import lists in AST visitors | Vadim Petrochenkov | -0/+5 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -30/+15 |
| 2015-09-07 | Add note about clone in docs for vec![] | Manish Goregaokar | -0/+6 |
| 2015-09-03 | std: Account for CRLF in {str, BufRead}::lines | Alex Crichton | -4/+6 |
| 2015-09-03 | Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T` | Vadim Petrochenkov | -2/+2 |
| 2015-09-02 | Auto merge of #28156 - nagisa:binaryheap-debug, r=Gankro | bors | -0/+8 |
| 2015-09-02 | Auto merge of #28148 - eefriedman:binary_heap, r=alexcrichton | bors | -8/+23 |
| 2015-09-01 | Auto merge of #28146 - eefriedman:deque_extras, r=alexcrichton | bors | -2/+8 |
| 2015-09-01 | Implement Debug for BinaryHeap | Simonas Kazlauskas | -0/+8 |
| 2015-09-01 | Add missing stability markings to BinaryHeap. | Eli Friedman | -8/+23 |
| 2015-08-31 | Add missing stability attributes to VecDeque. | Eli Friedman | -2/+8 |
| 2015-08-31 | hide docs for private `collections::btree::Recover` trait | Andrew Paseltiner | -0/+1 |
| 2015-08-29 | Auto merge of #28043 - apasel422:rfc-1194, r=alexcrichton | bors | -9/+128 |
| 2015-08-28 | re-export debug builders in `std::fmt` | Andrew Paseltiner | -0/+1 |