| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-03-30 | remove now unnecessary lang items | lcnr | -2/+2 |
| 2022-03-29 | mark FIXMES for all the places found that are probably offset_from | Aria Beingessner | -0/+2 |
| 2022-03-29 | cleanup some of the less terrifying library code | Aria Beingessner | -4/+4 |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -6/+6 |
| 2022-03-29 | Add debug assertions to some unsafe functions | Ben Kimock | -58/+44 |
| 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 | -24/+79 |
| 2022-03-06 | Constify slice index for strings | Deadbeef | -22/+29 |
| 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/+114 |
| 2022-02-27 | add `slice::{from_ptr_range, from_mut_ptr_range}` | Ibraheem Ahmed | -0/+114 |
| 2022-02-24 | revert implementation of `slice::swap` | Ibraheem Ahmed | -5/+11 |
| 2022-02-22 | Constify slice indexing | Deadbeef | -16/+64 |
| 2022-02-20 | Rollup merge of #93686 - dbrgn:trim-on-byte-slices, r=joshtriplett | Matthias Krüger | -0/+78 |
| 2022-02-19 | Fix some confusing wording and improve slice-search-related docs | r00ster91 | -3/+15 |
| 2022-02-17 | core: Implement trim functions on byte slices | Danilo Bargen | -0/+78 |
| 2022-02-14 | Make [u8]::cmp implementation branchless | joboet | -12/+11 |
| 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 | -3/+78 |
| 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 | -8/+8 |
| 2022-03-09 | enable portable-simd doctests in Miri | Ralf Jung | -3/+0 |
| 2022-02-12 | Stabilise inherent_ascii_escape (FCP in #77174) | ltdk | -10/+9 |
| 2022-02-01 | Auto merge of #86988 - thomcc:chunky-splitz-says-no-checking, r=the8472 | bors | -7/+35 |
| 2022-01-31 | Rollup merge of #93485 - est31:remove_curly, r=joshtriplett | Matthias Krüger | -3/+3 |
| 2022-01-30 | core: Remove some redundant {}s from the sorting code | est31 | -3/+3 |
| 2022-01-30 | Remove deprecated and unstable slice_partition_at_index functions | est31 | -44/+0 |