| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-03-20 | Update snapshots to 2016-03-18 (235d774). | Eduard Burtescu | -4/+2 |
| 2016-03-20 | libcore: add Debug implementations to most missing types | Sean McArthur | -0/+79 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -46/+0 |
| 2016-03-11 | core: Make a new tracking issue for prelude traits | Alex Crichton | -2/+2 |
| 2016-03-12 | Rollup merge of #32183 - bluss:doc-index, r=alexcrichton | Manish Goregaokar | -0/+58 |
| 2016-03-10 | Clarify doc for slice slicing (Index impls) | Ulrik Sverdrup | -0/+58 |
| 2016-03-08 | doc: Fix a bunch of broken links | Alex Crichton | -0/+1 |
| 2016-03-06 | Auto merge of #30884 - durka:inclusive-ranges, r=aturon | bors | -4/+53 |
| 2016-03-01 | Use raw pointer casts for slice, str's .as_ptr() | Ulrik Sverdrup | -4/+4 |
| 2016-02-27 | update snapshot comments | Alex Burka | -2/+2 |
| 2016-02-27 | add indexing with RangeInclusive in libcore and libcollections | Alex Burka | -4/+51 |
| 2016-02-27 | note work still to be done | Alex Burka | -0/+2 |
| 2016-02-25 | Add unstable copy_from_slice | Nicholas Mazzuca | -1/+13 |
| 2016-01-22 | Auto merge of #30917 - arthurprs:bs_bounds_check, r=alexcrichton | bors | -11/+12 |
| 2016-01-22 | Avoid bounds check for slice binary search | arthurprs | -11/+12 |
| 2016-01-18 | core: Restore indexed formulation of clone_from_slice | Ulrik Sverdrup | -2/+7 |