about summary refs log tree commit diff
path: root/library/core/src/slice
AgeCommit message (Expand)AuthorLines
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-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
2020-09-18Move `slice::check_range` to `RangeBounds`dylni-83/+7
2020-09-18inline inner function of inlining methodsLzu Tao-0/+19
2020-09-18Move unsafe code of slice `new` function of their Iterator structsLzu Tao-141/+122
2020-09-17Using <Iter>::new instead of exposing internal fieldsLzu Tao-84/+218
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/+137
2020-09-16Add array window fnkadmin-0/+137
2020-09-15hopefully fix rustdoc linksRalf Jung-1/+1
2020-09-15fix slice::check_range aliasing problemsRalf Jung-78/+78
2020-09-14Removed outdated commentsLzu Tao-16/+0
2020-09-14Move ascii to new moduleLzu Tao-157/+157
2020-09-14move indexing impl to new modLzu Tao-737/+753
2020-09-14Move free functions to a new moduleLzu Tao-173/+172
2020-09-14Move iterator impls to a new moduleLzu Tao-2893/+2929