| Age | Commit message (Expand) | Author | Lines |
| 2021-10-10 | Add #[must_use] to conversions that move self | John Kugelman | -0/+4 |
| 2021-10-09 | Add #[must_use] to string/char transformation methods | John Kugelman | -0/+2 |
| 2021-10-03 | Auto merge of #87870 - WaffleLapkin:pub_split_at_unchecked, r=dtolnay | bors | -4/+4 |
| 2021-09-29 | Rollup merge of #88412 - mdsn:slice-sort-safety, r=dtolnay | Eric Huss | -2/+23 |
| 2021-09-12 | Fix linkcheck issues | Joshua Nelson | -3/+3 |
| 2021-09-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -1/+0 |
| 2021-08-27 | Remove ignore-tidy-undocumented-unsafe from core::slice::sort | Mariano Casco | -2/+23 |
| 2021-08-24 | Add SAFETY comments to core::slice::sort::partition_in_blocks | Mariano Casco | -0/+26 |
| 2021-08-17 | Constified `Default` implementations | Deadbeef | -2/+4 |
| 2021-08-12 | Test and fix size_hint for slice's [r]split* iterators | Frank Steffahn | -8/+25 |
| 2021-08-09 | Remove size_of == 1 case from `fill` specialization. | Mara Bos | -14/+2 |
| 2021-08-08 | Make `<[T]>::split_at_unchecked` and `<[T]>::split_at_mut_unchecked` public | Waffle | -4/+4 |
| 2021-08-06 | Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si... | bors | -3/+0 |
| 2021-08-03 | #[inline] slice::advance_by | The8472 | -2/+3 |
| 2021-08-02 | Rollup merge of #86593 - jhpratt:stabilize-const_slice_first_last, r=m-ou-se | Yuki Okushi | -4/+4 |
| 2021-08-01 | Update const_slice_first_last_not_mut stable version. | Mara Bos | -4/+4 |
| 2021-08-01 | bump bootstrap compiler to 1.55 | Pietro Albini | -1/+1 |
| 2021-07-31 | Auto merge of #87387 - the8472:slice-iter-advance_by, r=scottmcm | bors | -0/+15 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -3/+3 |
| 2021-07-28 | Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees... | Frank Steffahn | -14/+66 |
| 2021-07-27 | Stabilize `const_fn_union` | Jacob Pratt | -1/+1 |
| 2021-07-25 | ignore comments in tidy-filelength | ibraheemdev | -3/+0 |
| 2021-07-22 | Fix whitespace | Tim Vermeulen | -2/+1 |
| 2021-07-22 | Add tests | Tim Vermeulen | -2/+2 |
| 2021-07-22 | Implement slice::{Iter, IterMut}::{advance_by, advance_back_by} | Tim Vermeulen | -0/+16 |
| 2021-07-14 | Add safety comments in private core::slice::rotate::ptr_rotate function | Alexis Bourget | -2/+54 |
| 2021-07-08 | Auto merge of #86823 - the8472:opt-chunk-tra, r=kennytm | bors | -13/+11 |
| 2021-07-02 | optimize chunks and chunks_mut | The8472 | -13/+11 |
| 2021-06-30 | Remove "length" doc aliases | Amanieu d'Antras | -1/+0 |
| 2021-06-24 | Partially stabilize `const_slice_first_last` | Jacob Pratt | -4/+4 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 |
| 2021-06-21 | Auto merge of #86383 - shamatar:slice_len_lowering, r=bjorn3 | bors | -0/+1 |
| 2021-06-20 | Squashed implementation of the pass | Alex Vlasov | -0/+1 |
| 2021-06-16 | Add doc(hidden) to all __iterator_get_unchecked | Jacob Hoffman-Andrews | -0/+2 |
| 2021-06-15 | Auto merge of #85406 - VillSnow:integrate_binary_search, r=JohnTitor | bors | -21/+1 |
| 2021-06-07 | Clarify documentation of slice sorting methods | Lionel Foxcroft | -9/+15 |
| 2021-05-23 | Don't reborrow self when computing the dest pointer in <[T]>::copy_within | Giacomo Stevanato | -1/+5 |
| 2021-05-17 | Make partition_point to forward to binary_search_by | VillSnow | -21/+1 |
| 2021-05-06 | Perf Experiment: Wait, what if I just skip the trait alias | Scott McMurray | -1/+1 |
| 2021-05-06 | Bootstrapping preparation for the library | Scott McMurray | -1/+1 |
| 2021-05-03 | Clarify documentation for `[T]::contains`. Fixes #84877. | Jim Blandy | -2/+3 |
| 2021-04-22 | Auto merge of #77704 - AnthonyMikh:slice_index_with_ops_bound_pair, r=m-ou-se | bors | -0/+112 |
| 2021-04-21 | Bump slice_index_with_ops_bound_pair to 1.53.0 | Mara Bos | -2/+2 |
| 2021-04-21 | Replace all `fmt.pad` with `debug_struct` | Christiaan Dirkx | -1/+1 |
| 2021-04-13 | Implement indexing slices with pairs of ops::Bound<usize> | AnthonyMikh | -0/+112 |
| 2021-04-04 | Bump cfgs | Mark Rousskov | -19/+9 |
| 2021-03-30 | Rollup merge of #83571 - a1phyr:feature_const_slice_first_last, r=dtolnay | Dylan DPC | -8/+16 |
| 2021-03-28 | Add escape_default method to u8 and [u8] | ltdk | -0/+95 |
| 2021-03-28 | Auto merge of #81354 - SkiFire13:binary-search-assume, r=nagisa | bors | -0/+2 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -1/+2 |