summary refs log tree commit diff
path: root/library/core/src/slice
AgeCommit message (Expand)AuthorLines
2021-03-19Rollup merge of #82570 - WaffleLapkin:split_whitespace_as_str, r=m-ou-seDylan DPC-2/+4
2021-03-10apply reviewFrançois Mockers-2/+4
2021-03-10add back sort_by_key link, allow linter and add commentFrançois Mockers-1/+6
2021-03-09convert slice doc link to intra-doc linksFrançois Mockers-54/+53
2021-03-05Auto merge of #74024 - Folyd:master, r=m-ou-sebors-19/+25
2021-03-02Auto merge of #82043 - tmiasko:may-have-side-effect, r=kennytmbors-39/+13
2021-03-02Rollup merge of #80189 - jyn514:convert-primitives, r=poliorceticsYuki Okushi-56/+54
2021-02-27Auto merge of #81874 - tesuji:spec_slice_fill, r=matthewjasperbors-7/+60
2021-02-27Fix `binary_search_by()` overflow issue in ZST caseFolyd-3/+6
2021-02-27Add `as_str` method for split whitespace str iteratorsWaffle-2/+4
2021-02-25Convert the rest of the standard library primitives to intra-doc linksJoshua Nelson-54/+54
2021-02-25Convert primitives to use intra-doc linksJoshua Nelson-2/+0
2021-02-23Rollup merge of #81154 - dylni:improve-design-of-assert-len, r=KodrAusDylan DPC-6/+107
2021-02-15Turn may_have_side_effect into an associated constantTomasz Miąsko-39/+13
2021-02-15Use new pointer metadata API inside libcore instead of manual transmutesSimon Sapin-3/+17
2021-02-13Auto merge of #81854 - the8472:specialize-clone-slice, r=Mark-Simulacrumbors-9/+31
2021-02-12Rename `Range::ensure_subset_of` to `slice::range`dylni-6/+107
2021-02-12Fix possible soundness issue in `ensure_subset_of`dylni-1/+1
2021-02-12Improve design of `assert_len`dylni-1/+1
2021-02-12stabilize partition_pointVillSnow-3/+1
2021-02-12update documentsVillSnow-0/+23
2021-02-09specialize slice::clone_from_slice() for T: CopyThe8472-9/+31
2021-02-08Specialize slice::fill for Copy type and u8/i8/boolLzu Tao-7/+60
2021-02-04Explain why we use if/else control flow rather than matchFolyd-0/+4
2021-01-31Rollup merge of #81048 - yoshuawuyts:stabilize-core-slice-fill-with, r=m-ou-seJonas Schievink-3/+2
2021-01-30Simplify binary search logic to full branch code to let CPU guessing branch m...Folyd-21/+16
2021-01-30Improve slice.binary_search_by()'s best-case performance to O(1)Folyd-1/+5
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-14Rollup merge of #80985 - ijackson:slice-strip-fix, r=jyn514Mara Bos-4/+4
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-1/+1
2021-01-13Fix stabilisation version of slice_stripIan Jackson-4/+4
2021-01-13Auto merge of #77858 - ijackson:split-inclusive, r=KodrAusbors-21/+14
2021-01-13bump split_inclusive stabilization to 1.51.0Ashley Mannix-3/+3
2021-01-13bump split_inclusive stabilization to 1.51.0Ashley Mannix-11/+11
2021-01-11core/slice: remove doc comment about scoped borrowManos Pitsidianakis-8/+5
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-1/+1
2021-01-08Rollup merge of #80791 - mrcz:master, r=jyn514Yuki Okushi-4/+4
2021-01-07Enclose types in comments in backticksMarcus Svensson-4/+4
2021-01-07Fix type name in doc example for Iter and IterMutMarcus Svensson-4/+4
2021-01-07Auto merge of #77853 - ijackson:slice-strip-stab, r=Amanieubors-6/+44
2021-01-04Stabilize split_inclusiveIan Jackson-21/+14
2020-12-31Auto merge of #79895 - Kerollmops:slice-group-by, r=m-ou-sebors-0/+267
2020-12-31Replace the tracking issue for the slice_group_by featureClément Renault-15/+15
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