about summary refs log tree commit diff
path: root/library/core/src/slice/mod.rs
AgeCommit message (Expand)AuthorLines
2022-03-30remove now unnecessary lang itemslcnr-1/+1
2022-03-26Bump const_ptr_offset stabilization to 1.61David Tolnay-3/+3
2022-02-13allow const_mut_refsSaltyKitkat-0/+2
2022-02-13stabilize const_ptr_offsetSaltyKitkat-3/+3
2022-03-24add #[must_use] to functions of slice and its iterators.Jendrik-0/+43
2022-03-12Use reduce_sum in as_simd exampleJubilee Young-1/+1
2022-03-10Rollup merge of #94790 - RalfJung:portable-simd-miri, r=Dylan-DPCDylan DPC-3/+0
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-2/+2
2022-03-10Rollup merge of #94657 - fee1-dead:const_slice_index, r=oli-obkMatthias Krüger-8/+12
2022-03-09enable portable-simd doctests in MiriRalf Jung-3/+0
2022-03-06Constify slice index for stringsDeadbeef-8/+12
2022-03-03only disable SIMD for doctests in Miri (not for the stdlib build itself)Ralf Jung-3/+3
2022-02-28Rollup merge of #89793 - ibraheemdev:from_ptr_range, r=m-ou-seMatthias Krüger-0/+3
2022-02-27add `slice::{from_ptr_range, from_mut_ptr_range}`Ibraheem Ahmed-0/+3
2022-02-24revert implementation of `slice::swap`Ibraheem Ahmed-5/+11
2022-02-12Stabilise inherent_ascii_escape (FCP in #77174)ltdk-1/+1
2022-01-30Remove deprecated and unstable slice_partition_at_index functionsest31-44/+0
2022-01-02Auto merge of #91961 - kornelski:track_split_caller, r=joshtriplettbors-0/+5
2021-12-15Track caller of slice split and swapKornel-0/+5
2021-12-15Rollup merge of #91479 - scottmcm:slice-as-simd, r=workingjubileeMatthias Krüger-0/+119
2021-12-14Update comments per review feedbackScott McMurray-10/+46
2021-12-12doc: fix typo in commentsjapm48-2/+2
2021-12-10Add rsplit_array variants to slices and arraysJethro Beekman-0/+78
2021-12-02Add `[T]::as_simd(_mut)`Scott McMurray-0/+83
2021-12-01Rollup merge of #88502 - ibraheemdev:slice-take, r=dtolnayMatthias Krüger-1/+263
2021-11-15Auto merge of #90821 - scottmcm:new-slice-reverse, r=Mark-Simulacrumbors-91/+32
2021-11-12add slice take methodsIbraheem Ahmed-1/+263
2021-11-11MIRI says `reverse` is UB, so replace it with an implementation that LLVM can...Scott McMurray-91/+32
2021-11-09Extend the const_swap featureest31-2/+4
2021-10-26track_caller for slice length assertionsKornel-0/+5
2021-10-25Fixed missing double quote in the patch (slice.swap)Tommaso Fontana-1/+1
2021-10-25Changed slice.swap documentation for better readabilityTommaso Fontana-3/+3
2021-10-22Implement split_array and split_array_mutJethro Beekman-0/+74
2021-10-16Remove a mention to `copy_from_slice` from `clone_from_slice` docYuki Okushi-3/+0
2021-10-14don't duplicate slice `panic_bounds_check`Ibraheem Ahmed-10/+4
2021-10-11improve slice::swap panic messageIbraheem Ahmed-4/+15
2021-10-11use `swap_unchecked` in `slice::reverse`ibraheemdev-5/+1
2021-10-11enable `slice_swap_unchecked` feature in doc testibraheemdev-0/+2
2021-10-11add `slice::swap_unchecked`ibraheemdev-8/+38
2021-10-03Auto merge of #87870 - WaffleLapkin:pub_split_at_unchecked, r=dtolnaybors-4/+4
2021-09-12Fix linkcheck issuesJoshua Nelson-3/+3
2021-09-08Bump stage0 compiler to 1.56Mark Rousskov-1/+0
2021-08-17Constified `Default` implementationsDeadbeef-2/+4
2021-08-08Make `<[T]>::split_at_unchecked` and `<[T]>::split_at_mut_unchecked` publicWaffle-4/+4
2021-08-06Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si...bors-2/+0
2021-08-02Rollup merge of #86593 - jhpratt:stabilize-const_slice_first_last, r=m-ou-seYuki Okushi-4/+4
2021-08-01Update const_slice_first_last_not_mut stable version.Mara Bos-4/+4
2021-08-01bump bootstrap compiler to 1.55Pietro Albini-1/+1
2021-07-29Fix may not to appropriate might not or must notAli Malik-3/+3
2021-07-27Stabilize `const_fn_union`Jacob Pratt-1/+1