| Age | Commit message (Expand) | Author | Lines |
| 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-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-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 |
| 2023-08-06 | Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly | Scott McMurray | -15/+6 |
| 2023-08-06 | Add #[rustc_never_returns_null_ptr] to std functions | est31 | -0/+2 |
| 2023-07-31 | impl SliceIndex<str> for (Bound<usize>, Bound<usize>) | Matt Fellenz | -4/+4 |
| 2023-07-20 | Get `!nonnull` metadata consistently in slice iterators, without needing `ass... | Scott McMurray | -79/+92 |
| 2023-07-16 | Fix sort_unstable_by_key italicization | nipzu | -1/+1 |
| 2023-07-08 | Rollup merge of #113064 - marcospb19:add-note-in-vec-swap-docs, r=Mark-Simula... | Matthias Krüger | -0/+2 |
| 2023-06-27 | std: edit [T]::swap docs | João M. Bezerra | -0/+2 |
| 2023-06-27 | Make `rustc_on_unimplemented` std-agnostic | Rageking8 | -1/+4 |
| 2023-06-23 | Rollup merge of #112704 - RalfJung:dont-wrap-slices, r=ChrisDenton | Matthias Krüger | -10/+14 |
| 2023-06-19 | Implement slice::split_once and slice::rsplit_once | Benjamin Lee | -0/+56 |
| 2023-06-16 | slice::from_raw_parts: mention no-wrap-around condition | Ralf Jung | -10/+14 |
| 2023-06-15 | Auto merge of #106343 - the8472:slice-iter-fold, r=scottmcm | bors | -0/+33 |
| 2023-06-14 | use indexed loop instead of ptr bumping | The 8472 | -10/+20 |
| 2023-06-14 | Rollup merge of #111974 - Sp00ph:update_guarantees, r=Amanieu | Matthias Krüger | -6/+4 |
| 2023-06-12 | optimize slice::Iter::fold | The 8472 | -0/+23 |
| 2023-05-30 | Swap out CURRENT_RUSTC_VERSION to 1.71.0 | Mark Rousskov | -1/+1 |
| 2023-05-28 | Update current impl comment for `select_nth_unstable_by_key` | Markus Everling | -2/+3 |
| 2023-05-28 | Update runtime guarantee for `select_nth_unstable` | Markus Everling | -6/+4 |
| 2023-05-26 | Update current implementation comments for `select_nth_unstable` | Markus Everling | -4/+6 |
| 2023-05-25 | Rollup merge of #107522 - Sp00ph:introselect, r=Amanieu | Michael Goulet | -140/+311 |
| 2023-05-25 | Rollup merge of #95198 - clarfonthey:get_chunk, r=scottmcm | Matthias Krüger | -0/+258 |
| 2023-05-24 | Use helper functions for min/max_idx | Markus Everling | -18/+28 |