| Age | Commit message (Expand) | Author | Lines |
| 2022-10-08 | EscapeAscii is not an ExactSizeIterator | Michael Goulet | -2/+0 |
| 2022-09-14 | Simplify `const` `memchr`. | Markus Reiter | -25/+23 |
| 2022-09-12 | Rollup merge of #100291 - WaffleLapkin:cstr_const_methods, r=oli-obk | Guillaume Gomez | -5/+24 |
| 2022-09-12 | constify `CStr` methods | Maybe Waffle | -5/+24 |
| 2022-09-06 | Rollup merge of #101412 - WaffleLapkin:improve_std_ptr_code_leftovers, r=scot... | Dylan DPC | -13/+13 |
| 2022-09-04 | replace `as usize` casts with `usize::from` in slice sort | Maybe Waffle | -4/+4 |
| 2022-09-04 | remove some integer casts from slice iter | Maybe Waffle | -9/+9 |
| 2022-09-04 | Make `const_eval_select` a real intrinsic | Deadbeef | -12/+27 |
| 2022-08-31 | Correct typo | Dezhi Wu | -1/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -4/+4 |
| 2022-08-31 | Rollup merge of #101159 - tspiteri:track-const-slice-split_at, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2022-08-29 | add tracking issue number to const_slice_split_at_not_mut | Trevor Spiteri | -1/+1 |
| 2022-08-29 | Rollup merge of #100819 - WaffleLapkin:use_ptr_byte_methods, r=scottmcm | Dylan DPC | -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-23 | Make use of `[wrapping_]byte_{add,sub}` | Maybe Waffle | -1/+1 |
| 2022-08-21 | Rollup merge of #100822 - WaffleLapkin:no_offset_question_mark, r=scottmcm | Matthias Krüger | -19/+19 |
| 2022-08-21 | Replace most uses of `pointer::offset` with `add` and `sub` | Maybe Waffle | -19/+19 |
| 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-12 | Rollup merge of #100030 - WaffleLapkin:nice_pointer_sis, r=scottmcm | Dylan DPC | -2/+2 |
| 2022-08-05 | cleanup code w/ pointers in std a little | Maybe Waffle | -2/+2 |
| 2022-08-02 | make slice::{split_at,split_at_unchecked} const functions | Trevor Spiteri | -4/+9 |
| 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 |