about summary refs log tree commit diff
path: root/library/alloc/src/slice.rs
AgeCommit message (Expand)AuthorLines
2025-07-27Remove `[T]::array_chunks(_mut)`Scott McMurray-4/+0
2025-06-06remove extraneous textTshepang Mbambo-2/+0
2025-04-30docs: Specify that common sort functions sort in an ascending directionNatrix-4/+7
2025-03-07Fully test the alloc crate through alloctestsbjorn3-117/+65
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-2/+2
2025-02-18update version placeholdersJosh Stone-1/+1
2025-02-13Auto merge of #134633 - GrigorenkoPV:get_disjoint_mut, r=cuviperbors-2/+2
2025-01-28Stabilize `get_many_mut` as `get_disjoint_mut`Pavel Grigorenko-2/+2
2025-01-20alloc: add `#![warn(unreachable_pub)]`Urgau-0/+1
2024-11-28Change `GetManyMutError` to match T-libs-api decisionChayim Refael Friedman-0/+2
2024-09-30Port sort-research-rs test suite Rust stdlib testsLukas Bergdoll-14/+10
2024-09-29Rollup merge of #130416 - BatmanAoD:130122-sort-by-docs, r=Mark-SimulacrumGuillaume Gomez-20/+47
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-8/+8
2024-09-22reword edge-conditions documentation on all slice 'sort' functions; resolves ...Kyle J Strand-20/+47
2024-09-19[Clippy] Swap `VecArgs::hir` to use diagnostic items instead of pathsGnomedDev-0/+1
2024-09-09Add missing `#[allow(missing_docs)]` on hack functions in allocUrgau-0/+2
2024-08-10Rollup merge of #128273 - Voultapher:improve-ord-violation-help, r=workingjub...Guillaume Gomez-40/+56
2024-08-09Fix linkchecker issueLukas Bergdoll-1/+1
2024-08-03Apply review comments to PartialOrd sectionLukas Bergdoll-7/+7
2024-07-31Apply review commentsLukas Bergdoll-41/+47
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+0
2024-07-27Improve panic sections for sort*, sort_unstable* and select_nth_unstable*Lukas Bergdoll-3/+13
2024-06-20Fix wrong big O star bracing in the doc commentsLukas Bergdoll-3/+3
2024-05-16Fix linkchecker doc errorsLukas Bergdoll-3/+3
2024-05-16Move BufGuard impl outside of functionLukas Bergdoll-11/+10
2024-05-16Replace sort implementationsLukas Bergdoll-108/+101
2024-03-25lib: fix some unnecessary_cast clippy lintklensy-4/+4
2024-02-15Add slice::try_rangeltdk-2/+2
2024-02-08Bump version placeholdersMark Rousskov-1/+1
2023-11-07Stabilize `slice_group_by`Niklas Fiekas-2/+2
2023-08-21Add `suggestion` for some `#[deprecated]` itemsDmitry Murzin-1/+1
2023-01-28slice: Add a specialization for clone_into when T is CopyNeil Roberts-10/+33
2023-01-20Rollup merge of #104672 - Voultapher:unify-sort-modules, r=thomccMichael Goulet-309/+39
2023-01-04Update rand in the stdlib tests, and remove the getrandom feature from itThom Chiovoloni-0/+3
2022-12-30Update paths in comments.jonathanCogan-1/+1
2022-12-30Replace libstd, libcore, liballoc in docs.jonathanCogan-1/+1
2022-11-20Unify stable and unstable sort implementations in same core moduleLukas Bergdoll-309/+39
2022-11-14rustdoc: Add copy to the description of repeatyancy-1/+1
2022-09-25Auto merge of #102169 - scottmcm:constify-some-conditions, r=thomccbors-4/+2
2022-09-22Make ZST checks in core/alloc more readableScott McMurray-4/+2
2022-09-14Cleanup closures.raldone01-1/+1
2022-08-22Rollup merge of #93162 - camsteffen:std-prim-docs, r=Mark-SimulacrumDylan DPC-75/+5
2022-08-21Replace most uses of `pointer::offset` with `add` and `sub`Maybe Waffle-3/+3
2022-08-20Improve primitive/std docs separation and headersCameron Steffen-75/+5
2022-07-16Borrow Vec<T, A> as [T]yanchith-2/+2
2022-05-30Add reexport of slice::from{,_mut}_ptr_range to alloc & stdMaybe Waffle-0/+2
2022-05-11Rename `unsigned_offset_from` to `sub_ptr`Scott McMurray-1/+1
2022-05-11Add `unsigned_offset_from` on pointersScott McMurray-1/+1
2022-05-09Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errorsbors-1/+1
2022-04-14library: Move `CStr` to libcore, and `CString` to liballocVadim Petrochenkov-1/+1