about summary refs log tree commit diff
path: root/library/core/src/slice/mod.rs
AgeCommit message (Expand)AuthorLines
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
2020-09-12Auto merge of #75021 - cuviper:array_chunks_mut, r=scottmcmbors-5/+147
2020-09-08Capitalize safety commentsFlying-Toast-1/+1
2020-09-07Auto merge of #76395 - dylni:adjust-documentation-for-slice-check-range, r=jy...bors-1/+1
2020-09-07Rollup merge of #76309 - lzutao:indent-note, r=jyn514Dylan DPC-2/+3
2020-09-07Rollup merge of #76287 - lzutao:rm-allowed, r=jyn514Dylan DPC-1/+0
2020-09-05Adjust documentation for slice_check_rangedylni-1/+1
2020-09-04Move ArrayChunksMut::get_unchecked per #73565Josh Stone-6/+10
2020-09-04Build the slice directly in array_chunks_mutJosh Stone-6/+3
2020-09-04Add slice::array_chunks_mutJosh Stone-5/+146
2020-09-05Indent a note to make folding work nicerLzu Tao-2/+3
2020-09-04Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAusbors-21/+86
2020-09-04Remove a useless allowed attrLzu Tao-1/+0