| Age | Commit message (Expand) | Author | Lines |
| 2022-11-09 | Rollup merge of #104111 - yancyribbens:add-mutable-to-the-description-for-as-... | Dylan DPC | -1/+2 |
| 2022-11-07 | rustdoc: Add mutable to the description | yancy | -1/+2 |
| 2022-11-07 | rustdoc: Add mutable to the description | yancy | -2/+2 |
| 2022-10-26 | Print the precondition we violated, and visible through output capture | Ben Kimock | -18/+50 |
| 2022-10-26 | Rollup merge of #103287 - saethlin:faster-len-check, r=thomcc | Dylan DPC | -5/+5 |
| 2022-10-24 | Auto merge of #100848 - xfix:use-metadata-for-slice-len, r=thomcc | bors | -9/+2 |
| 2022-10-20 | Use a faster allocation size check in slice::from_raw_parts | Ben Kimock | -5/+5 |
| 2022-10-18 | Rollup merge of #102507 - scottmcm:more-binary-search-docs, r=m-ou-se | Matthias Krüger | -0/+32 |
| 2022-10-15 | More slice::partition_point examples | Scott McMurray | -0/+32 |
| 2022-10-10 | Auto merge of #96711 - emilio:inline-slice-clone, r=nikic | bors | -0/+5 |
| 2022-10-08 | Rollup merge of #99880 - compiler-errors:escape-ascii-is-not-exact-size-itera... | Matthias Krüger | -2/+0 |
| 2022-10-03 | Rollup merge of #102607 - WaffleLapkin:docky_docky_slice_from_ptr_range, r=jo... | Matthias Krüger | -1/+23 |
| 2022-10-03 | Sync docs of `slice::{from_ptr_range, from_ptr_range_mut}` | Maybe Waffle | -1/+15 |
| 2022-10-03 | Document when `slice::from_ptr_range[_mut]` panic | Maybe Waffle | -0/+8 |
| 2022-10-02 | Auto merge of #102535 - scottmcm:optimize-split-at-partition-point, r=thomcc | bors | -3/+12 |
| 2022-09-30 | Tell LLVM that `partition_point` returns a valid fencepost | Scott McMurray | -3/+12 |
| 2022-09-26 | rustdoc: Update doc comment for splitn_mut to include mutable in the description | yancy | -1/+1 |
| 2022-09-25 | Rollup merge of #101800 - chriss0612:feat/const_split_at_mut, r=fee1-dead | fee1-dead | -2/+4 |
| 2022-09-25 | Rollup merge of #98111 - eggyal:issue-97982, r=GuillaumeGomez | fee1-dead | -11/+14 |
| 2022-09-25 | Auto merge of #102169 - scottmcm:constify-some-conditions, r=thomcc | bors | -25/+19 |
| 2022-09-24 | Rollup merge of #100823 - WaffleLapkin:less_offsets, r=scottmcm | Matthias Krüger | -2/+2 |
| 2022-09-22 | rustfmt | Scott McMurray | -10/+4 |
| 2022-09-22 | Make ZST checks in core/alloc more readable | Scott McMurray | -17/+17 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -0/+1 |
| 2022-09-21 | Auto merge of #100214 - scottmcm:strict-range, r=thomcc | bors | -0/+75 |
| 2022-09-19 | Optimize `array::IntoIter` | Scott McMurray | -0/+75 |
| 2022-09-18 | Auto merge of #101816 - raldone01:cleanup/select_nth_unstable, r=Mark-Simulacrum | bors | -7/+4 |
| 2022-09-16 | Require `#[const_trait]` for `const` `impl`s | Deadbeef | -0/+1 |
| 2022-09-14 | Cleanup closures. | raldone01 | -7/+4 |
| 2022-09-14 | Add const_slice_split_at_mut Feature gate. | onestacked | -2/+4 |
| 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 | use `pointer::add` in memchr impl | Maybe Waffle | -2/+2 |
| 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 | Use ptr::metadata in <[T]>::len implementation | Konrad Borowski | -9/+2 |
| 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 |