summary refs log tree commit diff
path: root/library/core/src/slice/mod.rs
AgeCommit message (Expand)AuthorLines
2024-10-14replace placeholder versionJosh Stone-11/+11
2024-10-05Stabilize `const_slice_split_at_mut` and `const_slice_first_last_chunk`onestacked-7/+14
2024-10-04Rollup merge of #131177 - workingjubilee:stabilize-const-mut-referees, r=tgro...Jubilee-4/+8
2024-10-02library: Stabilize `const_slice_first_last`Jubilee Young-4/+8
2024-09-28make ptr metadata functions callable from stable const fnRalf Jung-1/+0
2024-09-25Use `&raw` in the standard libraryJosh Stone-2/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-09-18[Clippy] Swap `manual_retain` to use diagnostic items instead of pathsGnomedDev-0/+1
2024-09-15also stabilize const_refs_to_cellRalf Jung-1/+1
2024-09-15const_refs_to_cell: dont let mutable references sneak past the interior mutab...Ralf Jung-1/+1
2024-09-12Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-deadMatthias Krüger-3/+3
2024-09-09Fix slice::first_mut docsJames C. Wise-1/+1
2024-09-08add FIXME(const-hack)Ralf Jung-3/+3
2024-09-03replace placeholder versionBoxy-3/+3
2024-08-25Tweak some attributes to improve panic_immediate_abortBen Kimock-2/+2
2024-08-10Rollup merge of #128273 - Voultapher:improve-ord-violation-help, r=workingjub...Guillaume Gomez-44/+54
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-37/+43
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-38/+21
2024-07-28Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnayGuillaume Gomez-21/+25
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-26Fix doc nitsJohn Arundel-21/+25
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-06as_simd: fix comment to be in line with 507583a (#121201)Greaka-22/+4
2024-06-20Auto merge of #124032 - Voultapher:a-new-sort, r=thomccbors-84/+109
2024-06-20Fix wrong big O star bracing in the doc commentsLukas Bergdoll-3/+3
2024-06-11replace version placeholderPietro Albini-5/+5
2024-06-06less garbage, more examplesRalf Jung-2/+2
2024-05-26Stabilize `slice_flatten`Cyborus-6/+3
2024-05-16Fix linkchecker doc errorsLukas Bergdoll-9/+9
2024-05-16Replace sort implementationsLukas Bergdoll-84/+109
2024-05-15Rename `flatten(_mut)` → `as_flattened(_mut)`Scott McMurray-8/+8
2024-05-09Auto merge of #124793 - scottmcm:simplify-as-chunks, r=Nilstriebbors-4/+8
2024-05-07Correct the const stabilization of `last_chunk` for slicesTrevor Gross-1/+1
2024-05-06Implement `as_chunks` with `split_at_unchecked`Scott McMurray-4/+8
2024-05-04Rollup merge of #124699 - scottmcm:split_at_unchecked_should_use_unchecked, r...Matthias Krüger-3/+8
2024-05-04Use `unchecked_sub` in `split_at`Scott McMurray-3/+8
2024-05-03Rollup merge of #124678 - UserIsntAvailable:feat/stabilize-split-at-checked, ...Michael Goulet-8/+4
2024-05-03feat: stabilize `split_at_checked`UserIsntAvailable-8/+4
2024-05-01Replace version placeholders for 1.79Mark Rousskov-2/+2