summary refs log tree commit diff
path: root/library/core/src/slice
AgeCommit message (Expand)AuthorLines
2020-12-22Stabilize `core::slice::fill`Yoshua Wuyts-3/+1
2020-11-25Auto merge of #76688 - yokodake:patch-2, r=kodrAusbors-2/+6
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-11-05Fix automatic_links warningsGuillaume Gomez-1/+1
2020-10-29Rollup merge of #75078 - ijackson:slice-strip, r=steveklabnikJonas Schievink-4/+8
2020-10-27Rollup merge of #78347 - Rustin-Liu:rustin-patch-doc, r=kennytmYuki Okushi-2/+2
2020-10-27Rollup merge of #76635 - scottmcm:slice-as-chunks, r=LukasKalbertodtYuki Okushi-15/+71
2020-10-26Add lexicographical comparison docRustin-Liu-2/+2
2020-10-25Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obkYuki Okushi-1/+2
2020-10-24Rollup merge of #78109 - cuviper:exhausted-rangeinc, r=dtolnayJonas Schievink-10/+6
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-20Check for exhaustion in SliceIndex for RangeInclusiveJosh Stone-10/+6
2020-10-18Auto merge of #76885 - dylni:move-slice-check-range-to-range-bounds, r=KodrAusbors-83/+7
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
2020-10-10Revert "Assume slice len is bounded by allocation size"Simonas Kazlauskas-21/+2
2020-10-07Bump to 1.48 bootstrap compilerMark Rousskov-5/+1
2020-10-06Eliminate bounds checking in slice::WindowsAnthonyMikh-15/+17
2020-10-05Document unsafety in core::slice::memchrNanami-2/+6
2020-10-04Add [T]::as_chunks_mut (as unstable)Scott McMurray-15/+71
2020-10-04Auto merge of #77023 - HeroicKatora:len-missed-optimization, r=Mark-Simulacrumbors-2/+25
2020-10-04Assume slice len is bounded by allocation sizeAndreas Molzer-2/+25
2020-10-02Rollup merge of #77111 - fusion-engineering-forks:stabilize-slice-ptr-range, ...Yuki Okushi-4/+2
2020-10-01Auto merge of #76971 - bugadani:issue-75659, r=Amanieubors-16/+27
2020-09-27Refactor memchr to allow optimizationDániel Buga-16/+27
2020-09-26Rollup merge of #77076 - GuillaumeGomez:missing-code-examples-slice-iter, r=D...Ralf Jung-0/+164
2020-09-26Stabilize slice_ptr_range.Mara Bos-4/+2
2020-09-25Auto merge of #77201 - matthewjasper:rename-get-unchecked, r=spastorinobors-24/+25
2020-09-25Add missing code examples on slice iter typesGuillaume Gomez-0/+164
2020-09-25Rename Iterator::get_uncheckedMatthew Jasper-24/+25
2020-09-25Rollup merge of #77097 - fusion-engineering-forks:slice-ptr-range-const-fn, r...Jonas Schievink-3/+6
2020-09-23use array::from_ref for slicesBastian Kauschke-10/+3
2020-09-23Make [].as_[mut_]ptr_range() (unstably) const.Mara Bos-3/+6
2020-09-20Rollup merge of #76827 - lcnr:array_windows-docs, r=jonas-schievinkRalf Jung-1/+1
2020-09-19Use `T::BITS` instead of `size_of::<T> * 8`.Mara Bos-3/+3
2020-09-18Rename method to `assert_len`dylni-1/+1