about summary refs log tree commit diff
path: root/library/core/src/slice/mod.rs
AgeCommit message (Expand)AuthorLines
2023-03-30Rollup merge of #106985 - jofas:106746-fix, r=ChrisDentonYuki Okushi-10/+10
2023-03-30removed deprecated markdown links from documentationjofas-3/+0
2023-03-29enhanced documentation of binary search methods for slice and VecDeque for un...jofas-7/+10
2023-03-17Switch impls of `is_sorted_by` between slices and slice itersMaybe Waffle-1/+1
2023-03-05Auto merge of #105117 - pitaj:debug_asserts, r=the8472bors-1/+7
2023-03-03Match unmatched backticks in library/est31-1/+1
2023-02-19Rollup merge of #106933 - schuelermine:fix/doc/102451, r=AmanieuDylan DPC-6/+14
2023-02-18Update documentation of select_nth_unstable and select_nth_unstable_by and se...Anselm Schüler-6/+14
2023-01-31improve panic message for slice windows and chunksLukas Markeffsky-16/+32
2023-01-21debug assertions for `slice::split_at_unchecked`, `str::get_unchecked`Peter Jaszkowiak-1/+7
2023-01-20Rollup merge of #104672 - Voultapher:unify-sort-modules, r=thomccMichael Goulet-1/+7
2023-01-17Rollup merge of #106889 - scottmcm:windows-mut, r=cuviperMatthias Krüger-0/+16
2023-01-14Mention the lack of `windows_mut` in `windows`Scott McMurray-0/+16
2023-01-14Fix some missed double spaces.André Vennberg-1/+1
2023-01-14Remove various double spaces in source comments.André Vennberg-2/+2
2022-12-22Rollup merge of #105584 - raffimolero:patch-1, r=JohnTitorYuki Okushi-9/+9
2022-12-17Another `as_chunks` exampleScott McMurray-0/+11
2022-12-15doc: Fix a few small issuesHannes Körber-1/+1
2022-12-12add assert messages if chunks/windows are length 0raffimolero-9/+9
2022-12-09Auto merge of #105262 - eduardosm:more-inline-always, r=thomccbors-2/+2
2022-12-07Make some trivial functions `#[inline(always)]`Eduardo Sánchez Muñoz-2/+2
2022-12-05attempt to clarify align_to docsRalf Jung-8/+10
2022-11-20Unify stable and unstable sort implementations in same core moduleLukas Bergdoll-1/+7
2022-11-20Add get_many_mut methods to sliceMarvin Löbel-0/+136
2022-11-18Rollup merge of #102977 - lukas-code:is-sorted-hrtb, r=m-ou-seManish Goregaokar-4/+4
2022-11-09Rollup merge of #104111 - yancyribbens:add-mutable-to-the-description-for-as-...Dylan DPC-1/+2
2022-11-07rustdoc: Add mutable to the descriptionyancy-1/+2
2022-11-07rustdoc: Add mutable to the descriptionyancy-2/+2
2022-10-26Print the precondition we violated, and visible through output captureBen Kimock-4/+16
2022-10-24Auto merge of #100848 - xfix:use-metadata-for-slice-len, r=thomccbors-9/+2
2022-10-18Rollup merge of #102507 - scottmcm:more-binary-search-docs, r=m-ou-seMatthias Krüger-0/+32
2022-10-15More slice::partition_point examplesScott McMurray-0/+32
2022-10-12remove HRTB from `[T]::is_sorted_by{,_key}`Lukas Markeffsky-4/+4
2022-10-02Auto merge of #102535 - scottmcm:optimize-split-at-partition-point, r=thomccbors-3/+12
2022-09-30Tell LLVM that `partition_point` returns a valid fencepostScott McMurray-3/+12
2022-09-26rustdoc: Update doc comment for splitn_mut to include mutable in the descriptionyancy-1/+1
2022-09-25Rollup merge of #101800 - chriss0612:feat/const_split_at_mut, r=fee1-deadfee1-dead-2/+4
2022-09-25Rollup merge of #98111 - eggyal:issue-97982, r=GuillaumeGomezfee1-dead-11/+14
2022-09-25Auto merge of #102169 - scottmcm:constify-some-conditions, r=thomccbors-5/+5
2022-09-22Make ZST checks in core/alloc more readableScott McMurray-5/+5
2022-09-14Cleanup closures.raldone01-7/+4
2022-09-14Add const_slice_split_at_mut Feature gate.onestacked-2/+4
2022-09-04Make `const_eval_select` a real intrinsicDeadbeef-6/+9
2022-08-31Correct typoDezhi Wu-1/+1
2022-08-31Fix a bunch of typoDezhi Wu-2/+2
2022-08-29add tracking issue number to const_slice_split_at_not_mutTrevor Spiteri-1/+1
2022-08-26Rollup merge of #100076 - tspiteri:const_slice_split_at, r=oli-obkYuki Okushi-4/+13
2022-08-25reviewTrevor Spiteri-1/+5
2022-08-21Use ptr::metadata in <[T]>::len implementationKonrad Borowski-9/+2
2022-08-21Rollup merge of #100822 - WaffleLapkin:no_offset_question_mark, r=scottmcmMatthias Krüger-1/+1