about summary refs log tree commit diff
path: root/library/core/src/slice/rotate.rs
AgeCommit message (Expand)AuthorLines
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-3/+3
2025-01-29add inline attribute and codegen testedwloef-0/+4
2025-01-29split slice::ptr_rotate into three separate algorithms, to hopefully help inl...edwloef-174/+195
2025-01-21optimize slice::ptr_rotate for compile-time-constant small rotatesedwloef-161/+166
2025-01-20core: add `#![warn(unreachable_pub)]`Urgau-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-05-29make `ptr::rotate` smaller when using `optimize_for_size`Folkert-2/+6
2022-09-22Make ZST checks in core/alloc more readableScott McMurray-2/+2
2021-12-14Fix a bunch of typosFrank Steffahn-3/+3
2021-07-14Add safety comments in private core::slice::rotate::ptr_rotate functionAlexis Bourget-2/+54
2020-07-27mv std libs to library/mark-0/+182