| Age | Commit message (Expand) | Author | Lines |
| 2022-03-30 | Auto merge of #94963 - lcnr:inherent-impls-std, r=oli-obk,m-ou-se | bors | -2/+2 |
| 2022-03-30 | remove now unnecessary lang items | lcnr | -2/+2 |
| 2022-03-29 | mark FIXMES for all the places found that are probably offset_from | Aria Beingessner | -0/+2 |
| 2022-03-29 | cleanup some of the less terrifying library code | Aria Beingessner | -4/+4 |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -6/+6 |
| 2022-03-26 | Bump const_ptr_offset stabilization to 1.61 | David Tolnay | -3/+3 |
| 2022-02-13 | allow const_mut_refs | SaltyKitkat | -0/+2 |
| 2022-02-13 | stabilize const_ptr_offset | SaltyKitkat | -3/+3 |
| 2022-03-24 | add #[must_use] to functions of slice and its iterators. | Jendrik | -3/+78 |
| 2022-03-12 | Use reduce_sum in as_simd example | Jubilee Young | -1/+1 |
| 2022-03-10 | Rollup merge of #94790 - RalfJung:portable-simd-miri, r=Dylan-DPC | Dylan DPC | -3/+0 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -8/+8 |
| 2022-03-10 | Rollup merge of #94657 - fee1-dead:const_slice_index, r=oli-obk | Matthias Krüger | -24/+79 |
| 2022-03-09 | enable portable-simd doctests in Miri | Ralf Jung | -3/+0 |
| 2022-03-06 | Constify slice index for strings | Deadbeef | -22/+29 |
| 2022-03-03 | only disable SIMD for doctests in Miri (not for the stdlib build itself) | Ralf Jung | -3/+3 |
| 2022-02-28 | Rollup merge of #89793 - ibraheemdev:from_ptr_range, r=m-ou-se | Matthias Krüger | -0/+114 |
| 2022-02-27 | add `slice::{from_ptr_range, from_mut_ptr_range}` | Ibraheem Ahmed | -0/+114 |
| 2022-02-24 | revert implementation of `slice::swap` | Ibraheem Ahmed | -5/+11 |
| 2022-02-22 | Constify slice indexing | Deadbeef | -16/+64 |
| 2022-02-20 | Rollup merge of #93686 - dbrgn:trim-on-byte-slices, r=joshtriplett | Matthias Krüger | -0/+78 |
| 2022-02-17 | core: Implement trim functions on byte slices | Danilo Bargen | -0/+78 |
| 2022-02-14 | Make [u8]::cmp implementation branchless | joboet | -12/+11 |
| 2022-02-12 | Stabilise inherent_ascii_escape (FCP in #77174) | ltdk | -10/+9 |
| 2022-02-01 | Auto merge of #86988 - thomcc:chunky-splitz-says-no-checking, r=the8472 | bors | -7/+35 |
| 2022-01-31 | Rollup merge of #93485 - est31:remove_curly, r=joshtriplett | Matthias Krüger | -3/+3 |
| 2022-01-30 | core: Remove some redundant {}s from the sorting code | est31 | -3/+3 |
| 2022-01-30 | Remove deprecated and unstable slice_partition_at_index functions | est31 | -44/+0 |
| 2022-01-05 | Rollup merge of #92092 - saethlin:fix-sort-guards-sb, r=danielhenrymantilla | Matthias Krüger | -9/+9 |
| 2022-01-02 | Auto merge of #91961 - kornelski:track_split_caller, r=joshtriplett | bors | -0/+5 |
| 2021-12-18 | Derive src pointers in sort drop guards from &T | Ben Kimock | -9/+9 |
| 2021-12-16 | Fix SB problems in slice sorting | Ben Kimock | -17/+20 |
| 2021-12-15 | Auto merge of #91962 - matthiaskrgr:rollup-2g082jw, r=matthiaskrgr | bors | -4/+4 |
| 2021-12-15 | Rollup merge of #91916 - steffahn:fix-typos, r=dtolnay | Matthias Krüger | -4/+4 |
| 2021-12-15 | Track caller of slice split and swap | Kornel | -0/+5 |
| 2021-12-15 | Rollup merge of #91479 - scottmcm:slice-as-simd, r=workingjubilee | Matthias Krüger | -0/+119 |
| 2021-12-14 | Update comments per review feedback | Scott McMurray | -10/+46 |
| 2021-12-14 | Rollup merge of #89825 - martinvonz:split-inclusive-empty, r=m-ou-se | Matthias Krüger | -2/+4 |
| 2021-12-14 | Fix a bunch of typos | Frank Steffahn | -4/+4 |
| 2021-12-12 | Rollup merge of #91814 - japm48:spelling-fix, r=RalfJung | Matthias Krüger | -2/+2 |
| 2021-12-12 | doc: fix typo in comments | japm48 | -2/+2 |
| 2021-12-11 | Rollup merge of #91737 - Manishearth:panic-immediate-stdlib, r=joshtriplett | Matthias Krüger | -5/+10 |
| 2021-12-11 | Rollup merge of #91515 - jethrogb:rsplit_array, r=yaahc | Matthias Krüger | -0/+78 |
| 2021-12-10 | Rollup merge of #91325 - RalfJung:const_eval_select, r=dtolnay | Matthias Krüger | -2/+2 |
| 2021-12-10 | Add rsplit_array variants to slices and arrays | Jethro Beekman | -0/+78 |
| 2021-12-10 | inline slice panics on panic_immediate_abort | Manish Goregaokar | -5/+10 |
| 2021-12-02 | Add `[T]::as_simd(_mut)` | Scott McMurray | -0/+83 |
| 2021-12-02 | Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbini | Matthias Krüger | -2/+2 |
| 2021-12-01 | Rollup merge of #88502 - ibraheemdev:slice-take, r=dtolnay | Matthias Krüger | -1/+263 |
| 2021-11-30 | Apply cfg-bootstrap switch | Mark Rousskov | -2/+2 |