| Age | Commit message (Expand) | Author | Lines |
| 2024-02-03 | Bump version placeholders | Mark Rousskov | -27/+27 |
| 2023-11-17 | Improve slice_group_by doc wording | Niklas Fiekas | -6/+6 |
| 2023-11-07 | Stabilize `slice_group_by` | Niklas Fiekas | -52/+44 |
| 2024-01-23 | Auto merge of #119892 - joboet:libs_use_assert_unchecked, r=Nilstrieb,cuviper | bors | -6/+7 |
| 2024-01-22 | Rollup merge of #118578 - mina86:c, r=dtolnay | Matthias Krüger | -10/+105 |
| 2024-01-21 | review | Michal Nazarewicz | -176/+18 |
| 2024-01-21 | Rollup merge of #118811 - EbbDrop:is-sorted-by-bool, r=Mark-Simulacrum | Nadrieril | -8/+20 |
| 2024-01-20 | Use bool instead of PartiolOrd in is_sorted_by | EbbDrop | -8/+20 |
| 2024-01-20 | core: introduce split_at{,_mut}_checked | Michal Nazarewicz | -10/+263 |
| 2024-01-20 | Rollup merge of #113142 - the8472:opt-cstr-display, r=Mark-Simulacrum | Matthias Krüger | -1/+40 |
| 2024-01-19 | Rollup merge of #117561 - tgross35:split-array, r=scottmcm | Matthias Krüger | -218/+72 |
| 2024-01-15 | Add private `NonZero<T>` type alias. | Markus Reiter | -3/+3 |
| 2024-01-13 | libs: use `assert_unchecked` instead of intrinsic | joboet | -6/+7 |
| 2024-01-10 | Stabilize `slice_first_last_chunk` | Trevor Gross | -34/+20 |
| 2024-01-09 | Auto merge of #116846 - krtab:slice_compare_no_memcmp_opt, r=the8472 | bors | -1/+11 |
| 2024-01-08 | A more efficient slice comparison implementation for T: !BytewiseEq | Arthur Carcano | -1/+11 |
| 2024-01-06 | Fix typo in docs for slice::split_once, slice::rsplit_once | Connor Lane Smith | -2/+2 |
| 2023-12-25 | Documented unsafe blocks | lch361 | -4/+12 |
| 2023-12-25 | Removed redundant bounds checking at Split's next and next_mut methods | lch361 | -4/+4 |
| 2023-12-15 | Rollup merge of #118523 - okaneco:trim_ascii, r=Mark-Simulacrum | Jubilee | -0/+3 |
| 2023-12-12 | Add ASCII whitespace trimming functions to `&str` | okaneco | -0/+3 |
| 2023-12-10 | remove redundant imports | surechen | -7/+2 |
| 2023-12-04 | Improve example in `slice::windows()` doc | Gurinder Singh | -5/+5 |
| 2023-12-04 | Auto merge of #116915 - bend-n:unwet, r=saethlin | bors | -1/+4 |
| 2023-12-04 | use `assume(idx < self.len())` in `[T]::get_unchecked` | bendn | -1/+4 |
| 2023-12-03 | move calling miri_promise_symbolic_alignment to a shared helper | Ralf Jung | -23/+8 |
| 2023-12-03 | miri: support 'promising' alignment for symbolic alignment check | Ralf Jung | -0/+27 |
| 2023-12-02 | Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin... | bors | -2/+1 |
| 2023-11-29 | Remove `{,r}split_array_ref{,_mut}` methods from slices | Trevor Gross | -158/+12 |
| 2023-11-26 | Fix library tests | Caleb Zulawski | -2/+1 |
| 2023-11-26 | Use `usize::repeat_u8` instead of implementing `repeat_byte` in `memchr.rs` | Maybe Waffle | -16/+2 |
| 2023-11-25 | Convert many `assert_unsafe_precondition` to `debug_assert_nounwind` | Gary Guo | -83/+59 |
| 2023-11-24 | Auto merge of #117722 - okaneco:binarysearch, r=thomcc | bors | -9/+8 |
| 2023-11-10 | Rollup merge of #117039 - scottmcm:clarify-get-unchecked, r=cuviper | Matthias Krüger | -0/+10 |
| 2023-11-08 | Refactor `binary_search_by` to use conditional moves | okaneco | -9/+8 |
| 2023-11-07 | Fix addition formatting | scottmcm | -2/+2 |
| 2023-11-03 | Make documentation of `slice_first_last_chunk` more consistent | Trevor Gross | -21/+35 |
| 2023-11-03 | Reverse ordering of `split_{first,last}_chunk` to be `(preceding, last)` | Trevor Gross | -7/+7 |
| 2023-10-25 | Avoid unnecessary comparison in partition_equal | Lukas Bergdoll | -3/+10 |
| 2023-10-25 | Add the missing word | scottmcm | -4/+4 |
| 2023-10-21 | Clarify UB in `get_unchecked(_mut)` | Scott McMurray | -0/+10 |
| 2023-10-16 | Make `rustc_onunimplemented` export path agnostic | Nilstrieb | -4/+1 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -3/+3 |
| 2023-10-11 | Auto merge of #112818 - Benjamin-L:add-slice_split_once, r=cuviper | bors | -0/+56 |
| 2023-10-08 | Bump to latest beta | Mark Rousskov | -2/+2 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -0/+3 |
| 2023-10-03 | Bump version placeholders | Mark Rousskov | -1/+1 |
| 2023-09-28 | changed 'rotate' to 'rotating' | Anshul | -1/+1 |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -0/+2 |
| 2023-09-01 | Const-stabilize `is_ascii` | Scott McMurray | -1/+1 |