| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |