| Age | Commit message (Expand) | Author | Lines |
| 2024-03-11 | Rollup merge of #121148 - clarfonthey:try-range, r=dtolnay | Jacob Pratt | -5/+56 |
| 2024-03-10 | docs: Correct ptr/ref verbiage in SliceIndex docs. | matt rice | -4/+4 |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -35/+60 |
| 2024-03-08 | Rollup merge of #121201 - RalfJung:align_offset_contract, r=cuviper | Matthias Krüger | -10/+4 |
| 2024-03-08 | align_offset, align_to: no longer allow implementations to spuriously fail to... | Ralf Jung | -10/+4 |
| 2024-03-07 | Rust is a proper name: rust → Rust | Ralf Jung | -1/+1 |
| 2024-03-06 | Refer to "slice" instead of "vector" in Ord and PartialOrd trait impl of slice | Konrad Höffner | -2/+2 |
| 2024-03-02 | const_eval_select: make it safe but be careful with what we expose on stable ... | Ralf Jung | -1/+6 |
| 2024-02-26 | Clarify behavior of slice prefix/suffix operations in case of equality | Ondřej Hošek | -4/+10 |
| 2024-02-24 | Rollup merge of #121343 - Takashiidobe:takashi/examples-for-slice, r=Mark-Sim... | Matthias Krüger | -1/+10 |
| 2024-02-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -5/+7 |
| 2024-02-20 | Add examples for some methods on slices | Takashiidobe | -1/+10 |
| 2024-02-19 | Add more inline(always) to fix opt-level=z test on wasm32 | Ben Kimock | -2/+2 |
| 2024-02-19 | Convert debug_assert_nounwind to intrinsics::debug_assertions | Ben Kimock | -13/+17 |
| 2024-02-16 | Add examples to document the return type of `select_nth_unstable`, `select_nt... | Takashiidobe | -6/+21 |
| 2024-02-15 | Add slice::try_range | ltdk | -5/+56 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -3/+3 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -7/+7 |
| 2024-02-09 | Auto merge of #120676 - Mark-Simulacrum:bootstrap-bump, r=clubby789 | bors | -30/+27 |
| 2024-02-08 | Reduce use of NonNull::new_unchecked in library/ | Ben Kimock | -7/+8 |
| 2024-02-08 | Rewrite assert_unsafe_precondition around the new intrinsic | Ben Kimock | -4/+17 |
| 2024-02-08 | Step all bootstrap cfgs forward | Mark Rousskov | -4/+1 |
| 2024-02-08 | Bump version placeholders | Mark Rousskov | -27/+27 |
| 2024-02-05 | Rollup merge of #120384 - wackbyte:array-equality-generics, r=Mark-Simulacrum | Matthias Krüger | -4/+4 |
| 2024-02-05 | Rollup merge of #119481 - romanows:fix-doc-select-nth-unstable, r=Mark-Simula... | Matthias Krüger | -7/+7 |
| 2024-01-26 | Use `<T, U>` for array/slice equality `impl`s | wackbyte | -4/+4 |
| 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-31 | Clarify ambiguity in select_nth_unstable docs | Brian Romanowski | -7/+7 |
| 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 |