summary refs log tree commit diff
path: root/library/core/src/slice/mod.rs
AgeCommit message (Expand)AuthorLines
2021-01-31Rollup merge of #81048 - yoshuawuyts:stabilize-core-slice-fill-with, r=m-ou-seJonas Schievink-3/+2
2021-01-29rename raw_const/mut -> const/mut_addr_of, and stabilize themRalf Jung-2/+2
2021-01-18use raw-ptr-addr-of for slice::swapRalf Jung-4/+3
2021-01-15Rename as_chunks_mut_unchecked -> as_chunks_unchecked_mutScott McMurray-7/+7
2021-01-15Add `as_rchunks` (and friends) to slicesScott McMurray-7/+154
2021-01-15Stabilize `core::slice::fill_with`Yoshua Wuyts-3/+2
2021-01-13Fix stabilisation version of slice_stripIan Jackson-4/+4
2021-01-13Auto merge of #77858 - ijackson:split-inclusive, r=KodrAusbors-6/+3
2021-01-13bump split_inclusive stabilization to 1.51.0Ashley Mannix-3/+3
2021-01-11core/slice: remove doc comment about scoped borrowManos Pitsidianakis-8/+5
2021-01-07Auto merge of #77853 - ijackson:slice-strip-stab, r=Amanieubors-6/+44
2021-01-04Stabilize split_inclusiveIan Jackson-6/+3
2020-12-31Auto merge of #79895 - Kerollmops:slice-group-by, r=m-ou-sebors-0/+93
2020-12-31Replace the tracking issue for the slice_group_by featureClément Renault-3/+3
2020-12-31Add an extra example to the two methodsClément Renault-0/+30
2020-12-28Add "length" as doc alias to len methodsKonrad Borowski-0/+1
2020-12-27Add test for slice as prefix/suffix patternIan Jackson-0/+4
2020-12-27Mark SlicePattern trait uses as ?SizedIan Jackson-2/+2
2020-12-27Drop pointless as_slice call.Ian Jackson-1/+1
2020-12-27Use existing slice_pattern feature for SlicePatternIan Jackson-1/+1
2020-12-27Stablize slice::strip_prefix and strip_suffix, with SlicePatternIan Jackson-7/+41
2020-12-22Stabilize `core::slice::fill`Yoshua Wuyts-3/+1
2020-12-10Fix the fmt issuesClément Renault-2/+4
2020-12-10Indicate the anonymous lifetime of the GroupBy and GroupByMutClément Renault-2/+2
2020-12-10Import the GroupBy and GroupByMut in the slice moduleClément Renault-0/+3
2020-12-10Use none as the issue instead of 0Clément Renault-2/+2
2020-12-10Implement it with only safe codeClément Renault-12/+2
2020-12-10Introduce the GroupBy and GroupByMut IteratorsClément Renault-0/+68
2020-11-22Auto merge of #79219 - shepmaster:beta-bump, r=Mark-Simulacrumbors-2/+1
2020-11-22Auto merge of #78816 - SkiFire13:fix-slice-pointer-provenance, r=RalfJungbors-6/+9
2020-11-22Auto merge of #79275 - integer32llc:doc-style, r=jonas-schievinkbors-4/+4
2020-11-22Auto merge of #79229 - sdroege:slice-fill-memset, r=dtolnaybors-0/+1
2020-11-21More consistently use spaces after commas in lists in docsCarol (Nichols || Goulding)-4/+4
2020-11-21Auto merge of #79222 - yoshuawuyts:slice-fill-with, r=m-ou-sebors-0/+28
2020-11-20Add "memset" as doc alias to slice::fill()Sebastian Dröge-0/+1
2020-11-20Add `core::slice::fill_with`Yoshua Wuyts-0/+28
2020-11-19Bump bootstrap compiler versionJake Goulding-2/+1
2020-11-19Add the "memcpy" doc alias to slice::copy_from_sliceYoshua Wuyts-0/+1
2020-11-06<[T]>::reverse: Fix pointer provenance rulesGiacomo Stevanato-6/+9
2020-10-29Rollup merge of #75078 - ijackson:slice-strip, r=steveklabnikJonas Schievink-4/+8
2020-10-27Rollup merge of #76635 - scottmcm:slice-as-chunks, r=LukasKalbertodtYuki Okushi-0/+67
2020-10-25Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obkYuki Okushi-1/+2
2020-10-23Rollup merge of #77969 - ryan-scott-dev:bigo-notation-consistency, r=m-ou-seYuki Okushi-3/+3
2020-10-21switch allow_internal_unstable const fns to rustc_allow_const_fn_unstableFlorian Warzecha-1/+2
2020-10-18Auto merge of #76885 - dylni:move-slice-check-range-to-range-bounds, r=KodrAusbors-5/+2
2020-10-15Made slice sort documentation consistent between stable and unstable versionsRyan Scott-3/+3
2020-10-12docs: `slice::strip_prefix` and `strip_suffix`, fold in sentenceIan Jackson-4/+2
2020-10-12docs: Rewrap `slice::strip_prefix` and `strip_suffix` back to 100Ian Jackson-4/+2
2020-10-12docs: Reword `slice::strip_prefix` and `strip_suffix` a bitIan Jackson-4/+12
2020-10-12Stabilize slice_select_nth_unstableJames Gill-15/+53