| Age | Commit message (Expand) | Author | Lines |
| 2015-06-30 | Avoid overflow in Vec::from_iter | Steven Fackler | -2/+3 |
| 2015-06-30 | Make `align_of` behave like `min_align_of`. | Huon Wilson | -16/+16 |
| 2015-06-17 | std: Stabilize vec_map::Entry::or_insert{,_with} | Alex Crichton | -8/+7 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -10/+18 |
| 2015-06-17 | std: Stabilize the `str_matches` feature | Alex Crichton | -6/+4 |
| 2015-06-17 | std: Deprecate Vec::from_raw_buf | Alex Crichton | -0/+2 |
| 2015-06-17 | std: Deprecate all permutation-related slice methods | Alex Crichton | -0/+6 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -118/+120 |
| 2015-06-17 | std: Split the `std_misc` feature | Alex Crichton | -1/+1 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -133/+148 |
| 2015-06-17 | alloc: Split apart the global `alloc` feature | Alex Crichton | -0/+3 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -7/+23 |
| 2015-06-17 | Auto merge of #22681 - mzabaluev:extend-faster, r=huonw | bors | -39/+39 |
| 2015-06-11 | Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton | bors | -18/+18 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -1/+1 |
| 2015-06-11 | Auto merge of #26154 - pmarcelll:master, r=Gankro | bors | -17/+17 |
| 2015-06-11 | Auto merge of #26122 - bluss:borrow-box, r=alexcrichton | bors | -1/+9 |
| 2015-06-11 | Auto merge of #25839 - bluss:str-split-at-impl, r=alexcrichton | bors | -45/+72 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -17/+17 |
| 2015-06-10 | Rollup merge of #26164 - tafia:early-dedup, r=Gankro | Manish Goregaokar | -1/+1 |
| 2015-06-10 | Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=Gankro | Manish Goregaokar | -3/+3 |
| 2015-06-10 | collections: Remove redundant slicing for str | Ulrik Sverdrup | -45/+45 |
| 2015-06-10 | Add str::split_at | Ulrik Sverdrup | -0/+27 |
| 2015-06-10 | Auto merge of #26130 - steveklabnik:gh25986, r=alexcrichton | bors | -3/+28 |
| 2015-06-10 | early return if 1 element | Johann Tuffe | -1/+1 |
| 2015-06-10 | Modify String::push to reallocate more conservatively in case of the characte... | marcell | -17/+17 |
| 2015-06-09 | Exise 'unsafe pointer' in favor of 'raw pointer' | Steve Klabnik | -3/+3 |
| 2015-06-09 | Auto merge of #26039 - SimonSapin:case-mapping, r=alexcrichton | bors | -3/+32 |
| 2015-06-09 | Document str::split behavior with contiguous separators | Steve Klabnik | -3/+28 |
| 2015-06-09 | Implement Borrow<T> and BorrowMut<T> for Box<T: ?Sized> | Ulrik Sverdrup | -1/+9 |
| 2015-06-09 | Auto merge of #26065 - Marwes:master, r=alexcrichton | bors | -673/+674 |
| 2015-06-08 | Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichton | bors | -5/+5 |
| 2015-06-08 | Reordered the methods on str to improve doc sorting | Markus Westerlind | -673/+674 |
| 2015-06-08 | Address a review comment and fix a bootstrapping issue | Simon Sapin | -2/+7 |
| 2015-06-08 | Auto merge of #25989 - jooert:implement_rfc839, r=Gankro | bors | -0/+77 |
| 2015-06-08 | Replace usage of String::from_str with String:from | Simon Sapin | -3/+3 |
| 2015-06-08 | Implement RFC 839 | Johannes Oertel | -0/+77 |
| 2015-06-08 | Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichton | bors | -5/+5 |
| 2015-06-07 | Auto merge of #25912 - tshepang:better-str-examples, r=bluss | bors | -50/+28 |
| 2015-06-07 | Deprecate String::from_str in favor of String::from | Simon Sapin | -2/+2 |
| 2015-06-07 | doc: improve some of str examples | Tshepang Lekhonkhobe | -50/+28 |
| 2015-06-07 | change some statics to constants | Oliver 'ker' Schneider | -5/+5 |
| 2015-06-07 | Auto merge of #26066 - steveklabnik:docs_on_a_plane, r=alexcrichton | bors | -2/+2 |
| 2015-06-06 | Remove many unneeded feature annotations in the docs | Steve Klabnik | -2/+2 |
| 2015-06-06 | Auto merge of #26050 - bluss:linked-list, r=Gankro | bors | -83/+132 |
| 2015-06-06 | Mark str::to_uppercase and str::to_lowercase as stable. | Simon Sapin | -2/+2 |
| 2015-06-06 | linked_list: Add Rawlink::from | Ulrik Sverdrup | -12/+14 |
| 2015-06-06 | linked_list: Add method Node::set_next | Ulrik Sverdrup | -11/+20 |
| 2015-06-06 | linked_list: Cleanup code in split_off | Ulrik Sverdrup | -13/+37 |
| 2015-06-06 | linked_list: Use unsafe properly for Rawlink methods | Ulrik Sverdrup | -48/+70 |