summary refs log tree commit diff
path: root/library/core/src/slice/mod.rs
AgeCommit message (Expand)AuthorLines
2020-12-22Stabilize `core::slice::fill`Yoshua Wuyts-3/+1
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
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-1/+2
2020-10-04Add [T]::as_chunks_mut (as unstable)Scott McMurray-0/+67
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-0/+1
2020-09-27Refactor memchr to allow optimizationDániel Buga-0/+1
2020-09-26Stabilize slice_ptr_range.Mara Bos-4/+2
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-18Rename method to `assert_len`dylni-1/+1
2020-09-18Move `slice::check_range` to `RangeBounds`dylni-5/+2
2020-09-18Move unsafe code of slice `new` function of their Iterator structsLzu Tao-99/+16
2020-09-17Using <Iter>::new instead of exposing internal fieldsLzu Tao-27/+25
2020-09-17docs `array` -> `slice`Bastian Kauschke-1/+1
2020-09-17fix array_windows docsBastian Kauschke-1/+1
2020-09-16Rollup merge of #75026 - JulianKnodt:array_windows, r=AmanieuTyler Mandry-0/+37
2020-09-16Add array window fnkadmin-0/+37
2020-09-15fix slice::check_range aliasing problemsRalf Jung-77/+4
2020-09-14Removed outdated commentsLzu Tao-16/+0
2020-09-14Move ascii to new moduleLzu Tao-157/+1
2020-09-14move indexing impl to new modLzu Tao-737/+12
2020-09-14Move free functions to a new moduleLzu Tao-172/+12
2020-09-14Move iterator impls to a new moduleLzu Tao-2893/+27
2020-09-13slice::from_raw_parts: explicitly mention that data must be initializedRalf Jung-0/+4