| Age | Commit message (Expand) | Author | Lines |
| 2017-03-21 | Implement feature sort_unstable | Stjepan Glavina | -2382/+0 |
| 2017-03-14 | Link core::slice to std::slice | steveklabnik | -1/+3 |
| 2017-02-16 | Additional docs for Vec, String, and slice trait impls | Matt Brubeck | -0/+2 |
| 2017-02-08 | Remove unnecessary specialization for [u8] | Stjepan Glavina | -7/+0 |
| 2017-02-08 | Simplify by calling SliceOrd::compare | Stjepan Glavina | -15/+1 |
| 2017-02-08 | Specialize `PartialOrd<A> for [A] where A: Ord` | Stjepan Glavina | -0/+22 |
| 2017-01-29 | Fix a few impl stability attributes | Oliver Middleton | -7/+7 |
| 2017-01-17 | Auto merge of #37972 - bluss:iter-find-is-on-a-roll, r=sfackler | bors | -14/+185 |
| 2016-12-30 | Add links to methods on all slice iterator struct docs | Curtis McEnroe | -0/+45 |
| 2016-12-20 | Rollup merge of #37761 - christophebiocca:borrow-stdlib-fn-refactor, r=alexcr... | Alex Crichton | -9/+13 |
| 2016-11-27 | Add borrow support for slice binary search methods. | Christophe Biocca | -9/+13 |
| 2016-11-26 | Overload get{,_mut}{,_unchecked} | Steven Fackler | -168/+331 |
| 2016-11-24 | core: Unroll the loop in the slice iterator search methods | Ulrik Sverdrup | -0/+118 |
| 2016-11-24 | core: Add ptrdistance to slice module | Ulrik Sverdrup | -3/+10 |
| 2016-11-24 | core: Convert utility macros for the slice iterator into a trait | Ulrik Sverdrup | -11/+57 |
| 2016-11-23 | core, collections: Implement better .is_empty() for slice and vec iterators | Ulrik Sverdrup | -2/+10 |
| 2016-11-04 | Link the tracking issue for TrustedLen | Ulrik Sverdrup | -2/+2 |
| 2016-10-20 | Introduce iterator trait TrustedLen | Ulrik Sverdrup | -0/+6 |
| 2016-10-17 | Expand .zip() specialization to .map() and .cloned() | Ulrik Sverdrup | -0/+2 |
| 2016-09-15 | Rollup merge of #36454 - bluss:slice-primitive-index, r=alexcrichton | Manish Goregaokar | -4/+4 |
| 2016-09-14 | core: Use primitive indexing in slice's Index/IndexMut | Ulrik Sverdrup | -4/+4 |
| 2016-09-11 | Documentation for default types modified | athulappadan | -2/+2 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+2 |
| 2016-09-06 | remove the extraneous not_equal implementation for slices. | Justin LeFebvre | -19/+2 |
| 2016-08-24 | Use `#[prelude_import]` in `libcore`. | Jeffrey Seyfried | -12/+3 |
| 2016-08-18 | Add a FusedIterator trait. | Steven Allen | -0/+25 |
| 2016-08-16 | Implement `AsRef<[T]>` for `std::slice::Iter`. | Corey Farwell | -0/+8 |
| 2016-08-09 | extend lifetime on binary_search_by_key of SliceExt trait | Rahul Sharma | -8/+8 |
| 2016-07-17 | Indicate where `std::slice` structs originate from. | Corey Farwell | -0/+10 |
| 2016-06-23 | Use `len` instead of `size_hint` where appropiate | Tobias Bucher | -4/+4 |
| 2016-06-14 | specialize zip: Implement TrustedRandomAccess for slice iterators | Ulrik Sverdrup | -0/+15 |
| 2016-06-01 | Rollup merge of #33892 - seanmonstar:slice-eq-ptr, r=alexcrichton | Manish Goregaokar | -0/+3 |
| 2016-05-30 | Correct grammar; and remove redundant comment | Srinivas Reddy Thatiparthy | -2/+1 |
| 2016-05-26 | core: check pointer equality when comparing byte slices | Sean McArthur | -0/+3 |
| 2016-05-25 | Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon | bors | -5/+4 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -5/+4 |
| 2016-05-18 | address review comments | Ariel Ben-Yehuda | -12/+12 |
| 2016-05-18 | implement fuzzy matching in on_unimplemented | Ariel Ben-Yehuda | -5/+12 |
| 2016-05-11 | Improve error message for Index trait on slices | Guillaume Gomez | -0/+4 |
| 2016-04-16 | Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichton | bors | -1/+1 |
| 2016-04-15 | slice: Add tracking issue for slice_binary_search_by_key | Kamal Marhubi | -1/+1 |
| 2016-04-12 | collections: Add slice::binary_search_by_key | Kamal Marhubi | -0/+13 |
| 2016-04-12 | Remove unused trait imports | Seo Sanghyeon | -1/+1 |
| 2016-04-12 | Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brson | bors | -8/+14 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -8/+14 |
| 2016-04-11 | Rollup merge of #32768 - GuillaumeGomez:slice_doc, r=steveklabnik | Steve Klabnik | -0/+81 |
| 2016-04-08 | Add doc example for Iter and IterMut | Guillaume Gomez | -4/+162 |
| 2016-04-06 | slice: Use doc(hidden) on private traits | Ulrik Sverdrup | -0/+4 |
| 2016-04-05 | Specialize equality for [T] and comparison for [u8] | Ulrik Sverdrup | -16/+135 |
| 2016-03-21 | Auto merge of #32054 - seanmonstar:impl-debug-core, r=alexcrichton | bors | -0/+79 |