summary refs log tree commit diff
path: root/library/core/src/slice
AgeCommit message (Expand)AuthorLines
2024-09-02replace placeholder versionBoxy-3/+3
2024-08-25Tweak some attributes to improve panic_immediate_abortBen Kimock-3/+4
2024-08-10Rollup merge of #128273 - Voultapher:improve-ord-violation-help, r=workingjub...Guillaume Gomez-49/+73
2024-08-09Fix linkchecker issueLukas Bergdoll-1/+1
2024-08-05Correct the const stabilization of `<[T]>::last_chunk`Mike Hommey-1/+1
2024-08-03Apply review comments to PartialOrd sectionLukas Bergdoll-7/+7
2024-08-01Hide internal sort moduleLukas Bergdoll-0/+1
2024-07-31Apply review commentsLukas Bergdoll-45/+50
2024-07-30Rewrite binary search implementationAmanieu d'Antras-31/+44
2024-07-29Rollup merge of #128307 - ojeda:unescaped_backticks, r=GuillaumeGomezMatthias Krüger-2/+2
2024-07-29Remove spurious backticks detected by `rustdoc::unescaped_backticks`Miguel Ojeda-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-79/+37
2024-07-28Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnayGuillaume Gomez-30/+39
2024-07-28Rollup merge of #128279 - slanterns:is_sorted, r=dtolnayMatthias Krüger-8/+3
2024-07-28stabilize `is_sorted`Slanterns-8/+3
2024-07-27Rollup merge of #125897 - RalfJung:from-ref, r=AmanieuTrevor Gross-2/+2
2024-07-27Improve panic sections for sort*, sort_unstable* and select_nth_unstable*Lukas Bergdoll-12/+15
2024-07-27Improve panic message and surrounding documentation for Ord violationsLukas Bergdoll-4/+19
2024-07-26Fix doc nitsJohn Arundel-30/+39
2024-07-24Rollup merge of #126770 - wr7:master, r=AmanieuMatthias Krüger-0/+115
2024-07-23Add elem_offset and related methodswr7-0/+115
2024-07-12Updated slice documentationSpencer-10/+50
2024-07-06as_simd: fix comment to be in line with 507583a (#121201)Greaka-22/+4
2024-07-05add `new_range_api` for RFC 3550Peter Jaszkowiak-2/+122
2024-07-04chore: remove repeat wordscuishuang-1/+1
2024-06-24Replace `MaybeUninit::uninit_array()` with array repeat expression.Kevin Reid-1/+1
2024-06-21Auto merge of #126578 - scottmcm:inlining-bonuses-too, r=davidtwcobors-2/+4
2024-06-20Auto merge of #124032 - Voultapher:a-new-sort, r=thomccbors-1543/+2511
2024-06-20Fix wrong big O star bracing in the doc commentsLukas Bergdoll-3/+3
2024-06-19Shrink some slice iterator MIRScott McMurray-2/+4
2024-06-17Add missing CopyMarker implLukas Bergdoll-0/+2
2024-06-17Fix unintended regression for Freeze + Copy typesLukas Bergdoll-1/+5
2024-06-17Auto merge of #125720 - folkertdev:optimize_for_size-ptr-rotate, r=Amanieubors-2/+6
2024-06-16Fix doc-link issueLukas Bergdoll-1/+1
2024-06-16Remove reliance on const_trait in sort implementationsLukas Bergdoll-64/+66
2024-06-16Apply review commentsLukas Bergdoll-90/+98
2024-06-15Redo SliceIndex implementationsScott McMurray-32/+86
2024-06-12Auto merge of #126273 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrumbors-12/+12
2024-06-12Auto merge of #126319 - workingjubilee:rollup-lendnud, r=workingjubileebors-0/+33
2024-06-12Rollup merge of #123374 - mgeier:doc-slice-from-raw-parts, r=scottmcmJubilee-0/+33
2024-06-12Revert "Rollup merge of #125362 - joboet:tait_hack, r=Nilstrieb"Oli Scherer-2/+7
2024-06-11replace version placeholderPietro Albini-12/+12
2024-06-06less garbage, more examplesRalf Jung-2/+2
2024-06-05Rollup merge of #123168 - joshtriplett:size-of-prelude, r=AmanieuJubilee-1/+0
2024-05-29make `ptr::rotate` smaller when using `optimize_for_size`Folkert-2/+6
2024-05-26Stabilize `slice_flatten`Cyborus-6/+3
2024-05-25Auto merge of #121571 - clarfonthey:unchecked-math-preconditions, r=saethlinbors-3/+2
2024-05-23Add assert_unsafe_precondition to unchecked_{add,sub,neg,mul,shl,shr} methodsltdk-3/+2
2024-05-23Rollup merge of #125362 - joboet:tait_hack, r=NilstriebGuillaume Gomez-7/+2
2024-05-23core: use `Copy` in TAIT to fix clippy lintjoboet-1/+1