| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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-08 | Add unsafe Send and Sync impls to VecDeque's Drain<T> | Michael Layzell | -0/+3 |
| 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 |