| Age | Commit message (Expand) | Author | Lines |
| 2023-12-10 | remove redundant imports | surechen | -1/+0 |
| 2023-10-11 | Auto merge of #112818 - Benjamin-L:add-slice_split_once, r=cuviper | bors | -0/+20 |
| 2023-06-19 | Implement slice::split_once and slice::rsplit_once | Benjamin Lee | -0/+20 |
| 2023-06-16 | Add more comprehensive tests for is_sorted and friends | +merlan #flirora | -0/+28 |
| 2023-03-27 | replace advance_by returning usize with Result<(), NonZeroUsize> | The 8472 | -10/+11 |
| 2023-03-27 | Change advance(_back)_by to return `usize` instead of `Result<(), usize>` | The 8472 | -10/+10 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -1/+1 |
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -5/+4 |
| 2022-11-20 | Add get_many_mut methods to slice | Marvin Löbel | -0/+60 |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -1/+0 |
| 2022-08-03 | actually call assert_send_and_sync | Ralf Jung | -1/+2 |
| 2022-08-01 | Add back Send and Sync impls on ChunksMut iterators | Ben Kimock | -0/+21 |
| 2022-07-03 | Fix slice::ChunksMut aliasing | Ben Kimock | -0/+44 |
| 2022-05-18 | Stage-step cfgs | Mark Rousskov | -2/+0 |
| 2022-04-17 | Add slice::remainder | kadmin | -0/+12 |
| 2022-04-08 | add `<[[T; N]]>::flatten`, `<[[T; N]]>::flatten_mut`, and `Vec::<[T; N]>::int... | Cyborus04 | -0/+16 |
| 2022-03-26 | add #[must_use] to functions of slice and its iterators. | Jendrik | -4/+4 |
| 2022-03-03 | fix a warning when building core tests with cfg(miri) | Ralf Jung | -0/+2 |
| 2022-02-27 | add `slice::{from_ptr_range, from_mut_ptr_range}` | Ibraheem Ahmed | -0/+22 |
| 2022-02-01 | Auto merge of #86988 - thomcc:chunky-splitz-says-no-checking, r=the8472 | bors | -0/+102 |
| 2022-01-31 | Improve test coverage of {Chunks,RChunks,RChunksMut}::{next,next_back} | Thom Chiovoloni | -0/+102 |
| 2021-12-10 | Add rsplit_array variants to slices and arrays | Jethro Beekman | -0/+33 |
| 2021-12-01 | disable tests in Miri that take too long | Ralf Jung | -0/+2 |
| 2021-12-01 | Rollup merge of #88502 - ibraheemdev:slice-take, r=dtolnay | Matthias Krüger | -0/+109 |
| 2021-11-19 | Fix Iterator::advance_by contract inconsistency | The8472 | -0/+2 |
| 2021-11-12 | add slice take methods | Ibraheem Ahmed | -0/+109 |
| 2021-10-24 | Rollup merge of #90162 - WaffleLapkin:const_array_slice_from_ref_mut, r=oli-obk | Matthias Krüger | -0/+8 |
| 2021-10-23 | Add tests for `const_slice_from_ref` and `const_array_from_ref` | Maybe Waffle | -0/+8 |
| 2021-10-22 | Implement split_array and split_array_mut | Jethro Beekman | -0/+33 |
| 2021-10-11 | add slice::swap tests | Ibraheem Ahmed | -0/+39 |
| 2021-08-31 | Move to the top of file | Katherine Philip | -2/+1 |
| 2021-08-30 | Add test case for using `slice::fill` with MaybeUninit | Katherine Philip | -0/+9 |
| 2021-08-09 | add `windows` count test | lcnr | -0/+8 |
| 2021-07-22 | Add tests | Tim Vermeulen | -0/+42 |
| 2021-04-13 | Implement indexing slices with pairs of ops::Bound<usize> | AnthonyMikh | -0/+43 |
| 2021-02-27 | Fix `binary_search_by()` overflow issue in ZST case | Folyd | -0/+13 |
| 2021-01-30 | Simplify binary search logic to full branch code to let CPU guessing branch m... | Folyd | -1/+1 |
| 2021-01-30 | Improve slice.binary_search_by()'s best-case performance to O(1) | Folyd | -4/+4 |
| 2020-10-20 | Check for exhaustion in SliceIndex for RangeInclusive | Josh Stone | -0/+30 |
| 2020-10-12 | Stabilize slice_select_nth_unstable | James Gill | -16/+16 |
| 2020-09-25 | review: fix nits and move panic safety tests to the correct place | Alexis Bourget | -2/+1 |
| 2020-09-21 | Move vec-slice-drop test | Alexis Bourget | -0/+29 |
| 2020-09-16 | Add array window fn | kadmin | -0/+49 |
| 2020-09-04 | Add tests for array_chunks_mut | Josh Stone | -0/+93 |
| 2020-09-04 | Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAus | bors | -2/+2 |
| 2020-08-19 | enable align_to tests in Miri | Ralf Jung | -2/+0 |
| 2020-08-16 | Replace ad hoc implementations with `slice::check_range` | dylni | -2/+2 |
| 2020-08-03 | Rollup merge of #74974 - RalfJung:miri-tests, r=Mark-Simulacrum | Yuki Okushi | -3/+3 |
| 2020-07-31 | expand comments | Ralf Jung | -1/+1 |
| 2020-07-31 | also reduce some libcore test iteration counts | Ralf Jung | -2/+2 |