| Age | Commit message (Expand) | Author | Lines |
| 2022-08-01 | Add back Send and Sync impls on ChunksMut iterators | Ben Kimock | -0/+24 |
| 2022-07-27 | Rollup merge of #94247 - saethlin:chunksmut-aliasing, r=the8472 | Guillaume Gomez | -72/+122 |
| 2022-07-26 | Clarify safety comments | Ben Kimock | -59/+47 |
| 2022-07-26 | Explain how *mut [T] helps, and how we rely on the check in split_at_mut | Ben Kimock | -20/+55 |
| 2022-07-23 | Auto merge of #93397 - joshtriplett:sort-floats, r=Amanieu | bors | -0/+60 |
| 2022-07-22 | Auto merge of #99491 - workingjubilee:sync-psimd, r=workingjubilee | bors | -0/+1 |
| 2022-07-20 | Introduce core::simd trait imports in tests | Jubilee Young | -0/+1 |
| 2022-07-18 | Auto merge of #99223 - saethlin:panicless-split-mut, r=Mark-Simulacrum | bors | -10/+9 |
| 2022-07-17 | Fix for `rchunks_exact` doc | Tethys Svensson | -1/+1 |
| 2022-07-16 | Rearrange slice::split_mut to remove bounds check | Ben Kimock | -10/+9 |
| 2022-07-09 | Partially stabilize const_slice_from_raw_parts | Konrad Borowski | -2/+2 |
| 2022-07-03 | Fix slice::ChunksMut aliasing | Ben Kimock | -72/+99 |
| 2022-06-20 | Add `[f32]::sort_floats` and `[f64]::sort_floats` | Josh Triplett | -0/+60 |
| 2022-06-20 | Auto merge of #93765 - zhangyunhao116:heapsort, r=m-ou-se | bors | -8/+11 |
| 2022-06-20 | Rollup merge of #93080 - SkiFire13:itermut-as_mut_slice, r=m-ou-se | Dylan DPC | -0/+48 |
| 2022-06-20 | Optimize heapsort | zhangyunhao | -8/+11 |
| 2022-06-20 | Show #![feature] in example. | Mara Bos | -1/+1 |
| 2022-06-03 | Rollup merge of #97366 - WaffleLapkin:stabilize_array_slice_from_ref, r=dtolnay | Dylan DPC | -1/+1 |
| 2022-05-31 | Fixup feature name to be more consistent with others | Maybe Waffle | -1/+1 |
| 2022-05-31 | Auto merge of #97419 - WaffleLapkin:const_from_ptr_range, r=oli-obk | bors | -2/+4 |
| 2022-05-30 | Remove `memset` alias from `fill_with`. | Thom Chiovoloni | -1/+0 |
| 2022-05-30 | Rename slice_from_ptr_range_const -> const_slice_from_ptr_range | Maybe Waffle | -1/+1 |
| 2022-05-30 | Make `from{,_mut}_ptr_range` const | Maybe Waffle | -2/+4 |
| 2022-05-25 | Rollup merge of #97363 - wackbyte:sliceindex-doc-typo, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2022-05-24 | Stabilize `{slice,array}::from_ref` | Maybe Waffle | -1/+1 |
| 2022-05-24 | Fix a mistake in `SliceIndex`'s documentation | wackbyte | -1/+1 |
| 2022-05-23 | Rollup merge of #97087 - Nilstrieb:clarify-slice-iteration-order, r=dtolnay | Dylan DPC | -0/+4 |
| 2022-05-18 | Stage-step cfgs | Mark Rousskov | -1/+0 |
| 2022-05-16 | Clarify slice and Vec iteration order | Nilstrieb | -0/+4 |
| 2022-05-11 | Rename `unsigned_offset_from` to `sub_ptr` | Scott McMurray | -2/+2 |
| 2022-05-11 | Add `unsigned_offset_from` on pointers | Scott McMurray | -2/+2 |
| 2022-05-08 | Warn on unused doc(hidden) on trait impl items | León Orell Valerian Liehr | -12/+0 |
| 2022-05-02 | This aligns the inline attributes of existing `__iterator_get_unchecked` with... | The 8472 | -0/+1 |
| 2022-04-26 | Rollup merge of #90312 - r00ster91:search, r=Dylan-DPC | Dylan DPC | -3/+15 |
| 2022-04-17 | Add slice::remainder | kadmin | -0/+14 |
| 2022-04-15 | Make some `usize`-typed masks definition agnostic to the size of `usize` | Eduardo Sánchez Muñoz | -7/+3 |
| 2022-04-11 | Rollup merge of #95743 - yaahc:binary-search-clarification, r=Mark-Simulacrum | Matthias Krüger | -2/+14 |
| 2022-04-08 | Rollup merge of #95579 - Cyborus04:slice_flatten, r=scottmcm | Dylan DPC | -0/+82 |
| 2022-04-08 | add `<[[T; N]]>::flatten`, `<[[T; N]]>::flatten_mut`, and `Vec::<[T; N]>::int... | Cyborus04 | -0/+82 |
| 2022-04-07 | Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrum | bors | -2/+0 |
| 2022-04-07 | Update library/core/src/slice/mod.rs | Dylan DPC | -1/+1 |
| 2022-04-07 | remove exclamation mark | Dylan DPC | -1/+1 |
| 2022-04-06 | add necessary closure for partition_point | Jane Lusby | -2/+2 |
| 2022-04-06 | Update binary_search example to instead redirect to partition_point | Jane Lusby | -2/+14 |
| 2022-04-06 | Message: Chunks cannot have a size of zero. | Marijn Schouten | -2/+2 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -2/+0 |
| 2022-04-04 | Mention implementers of unsatisfied trait | Esteban Kuber | -0/+1 |
| 2022-04-03 | Auto merge of #92686 - saethlin:unsafe-debug-asserts, r=Amanieu | bors | -58/+44 |
| 2022-04-02 | make memcmp return a value of c_int_width instead of i32 | David Morrison | -2/+2 |
| 2022-03-30 | Auto merge of #94963 - lcnr:inherent-impls-std, r=oli-obk,m-ou-se | bors | -2/+2 |