| Age | Commit message (Expand) | Author | Lines |
| 2022-09-04 | Make `const_eval_select` a real intrinsic | Deadbeef | -6/+9 |
| 2022-08-31 | Correct typo | Dezhi Wu | -1/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -2/+2 |
| 2022-08-29 | add tracking issue number to const_slice_split_at_not_mut | Trevor Spiteri | -1/+1 |
| 2022-08-26 | Rollup merge of #100076 - tspiteri:const_slice_split_at, r=oli-obk | Yuki Okushi | -4/+13 |
| 2022-08-25 | review | Trevor Spiteri | -1/+5 |
| 2022-08-21 | Rollup merge of #100822 - WaffleLapkin:no_offset_question_mark, r=scottmcm | Matthias Krüger | -1/+1 |
| 2022-08-21 | Replace most uses of `pointer::offset` with `add` and `sub` | Maybe Waffle | -1/+1 |
| 2022-08-19 | Tracking issue for const_reverse | ltdk | -1/+1 |
| 2022-08-17 | Make slice::reverse const | ltdk | -5/+8 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -2/+0 |
| 2022-08-02 | make slice::{split_at,split_at_unchecked} const functions | Trevor Spiteri | -4/+9 |
| 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-17 | Fix for `rchunks_exact` doc | Tethys Svensson | -1/+1 |
| 2022-06-20 | Add `[f32]::sort_floats` and `[f64]::sort_floats` | Josh Triplett | -0/+60 |
| 2022-05-30 | Remove `memset` alias from `fill_with`. | Thom Chiovoloni | -1/+0 |
| 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-04-26 | Rollup merge of #90312 - r00ster91:search, r=Dylan-DPC | Dylan DPC | -3/+15 |
| 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 | -1/+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 | -1/+0 |
| 2022-04-03 | Auto merge of #92686 - saethlin:unsafe-debug-asserts, r=Amanieu | bors | -17/+16 |
| 2022-03-30 | remove now unnecessary lang items | lcnr | -1/+1 |
| 2022-03-29 | Add debug assertions to some unsafe functions | Ben Kimock | -17/+16 |
| 2022-03-26 | Bump const_ptr_offset stabilization to 1.61 | David Tolnay | -3/+3 |
| 2022-03-10 | Rollup merge of #94657 - fee1-dead:const_slice_index, r=oli-obk | Matthias Krüger | -8/+12 |
| 2022-03-06 | Constify slice index for strings | Deadbeef | -8/+12 |
| 2022-03-03 | only disable SIMD for doctests in Miri (not for the stdlib build itself) | Ralf Jung | -3/+3 |
| 2022-02-28 | Rollup merge of #89793 - ibraheemdev:from_ptr_range, r=m-ou-se | Matthias Krüger | -0/+3 |
| 2022-02-27 | add `slice::{from_ptr_range, from_mut_ptr_range}` | Ibraheem Ahmed | -0/+3 |
| 2022-02-24 | revert implementation of `slice::swap` | Ibraheem Ahmed | -5/+11 |
| 2022-02-19 | Fix some confusing wording and improve slice-search-related docs | r00ster91 | -3/+15 |
| 2022-02-13 | allow const_mut_refs | SaltyKitkat | -0/+2 |
| 2022-02-13 | stabilize const_ptr_offset | SaltyKitkat | -3/+3 |
| 2022-03-24 | add #[must_use] to functions of slice and its iterators. | Jendrik | -0/+43 |
| 2022-03-12 | Use reduce_sum in as_simd example | Jubilee Young | -1/+1 |
| 2022-03-10 | Rollup merge of #94790 - RalfJung:portable-simd-miri, r=Dylan-DPC | Dylan DPC | -3/+0 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -2/+2 |
| 2022-03-09 | enable portable-simd doctests in Miri | Ralf Jung | -3/+0 |