| Age | Commit message (Expand) | Author | Lines |
| 2015-10-01 | VecDeque: Use power of two capacity even for zero sized types | Ulrik Sverdrup | -1/+40 |
| 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 |
| 2015-08-28 | implement RFC 1194 | Andrew Paseltiner | -9/+128 |
| 2015-08-28 | Auto merge of #28038 - durka:grep-unstable-issue-refs, r=alexcrichton | bors | -2/+3 |
| 2015-08-28 | Auto merge of #27956 - withoutboats:extend_string, r=alexcrichton | bors | -6/+24 |
| 2015-08-27 | fix some more unstable issue annotations | Alex Burka | -2/+3 |
| 2015-08-27 | Implemented Extend<String> and FromIterator<String> for String. | Without Boats | -6/+24 |
| 2015-08-27 | Auto merge of #27975 - sfackler:iter-order-methods, r=aturon | bors | -11/+11 |
| 2015-08-26 | Make iter::order functions into methods on Iterator | Steven Fackler | -11/+11 |
| 2015-08-27 | Auto merge of #27808 - SimonSapin:utf16decoder, r=alexcrichton | bors | -120/+5 |
| 2015-08-25 | Simplify `String`’s `Extend<&str>` implementation | Chris Morgan | -5/+1 |
| 2015-08-23 | Refactor low-level UTF-16 decoding. | Simon Sapin | -10/+4 |
| 2015-08-22 | Move the Borrow and BorrowMut traits to libcore. | Simon Sapin | -110/+1 |
| 2015-08-22 | Auto merge of #27860 - m4rw3r:rustdoc_unstable_feature_issue, r=alexcrichton | bors | -0/+1 |
| 2015-08-18 | Auto merge of #27891 - steveklabnik:rollup, r=steveklabnik | bors | -1/+1 |
| 2015-08-18 | Auto merge of #27624 - apasel422:issue-27620, r=Gankro | bors | -2/+23 |
| 2015-08-18 | Fixed example in documentation | jotomicron | -1/+1 |
| 2015-08-16 | rustdoc: Added issue_tracker_base_url annotations to crates | Martin Wernstål | -0/+1 |
| 2015-08-15 | collections: Add issues for unstable features | Alex Crichton | -65/+120 |
| 2015-08-14 | Auto merge of #27696 - bluss:into-boxed-str, r=alexcrichton | bors | -1/+11 |
| 2015-08-13 | Rename String::into_boxed_slice -> into_boxed_str | Ulrik Sverdrup | -1/+11 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -4557/+22 |
| 2015-08-11 | rollup merge of #27678: alexcrichton/snapshots | Alex Crichton | -38/+0 |
| 2015-08-11 | rollup merge of #27622: eefriedman/https-url | Alex Crichton | -3/+3 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -38/+0 |
| 2015-08-10 | Remove transmute from `btree::node::Node::as_slices_internal_mut` | Andrew Paseltiner | -2/+23 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -3/+3 |
| 2015-08-09 | Change TODO to FIXME | Tobias Bucher | -1/+1 |
| 2015-08-09 | Make `str::as_bytes_mut` private | Tobias Bucher | -13/+0 |
| 2015-08-09 | Make `slice::transmute*` private | Tobias Bucher | -1/+0 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -13/+26 |
| 2015-08-06 | Auto merge of #27545 - apasel422:btree-range, r=Gankro | bors | -6/+22 |
| 2015-08-05 | Fully generalize `BTree{Map, Set}` range iterators | Andrew Paseltiner | -6/+22 |
| 2015-08-05 | Make note of Hash in Borrow's docs | Steve Klabnik | -0/+3 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -16/+28 |
| 2015-07-30 | Auto merge of #26734 - Gankro:deprecate-vecmap, r=alexcrichton | bors | -2/+7 |
| 2015-07-29 | deprecate vecmap | Alexis Beingessner | -2/+7 |
| 2015-07-30 | Rollup merge of #27352 - nagisa:illegal-to-invalid-docs, r=steveklabnik | Manish Goregaokar | -9/+11 |