about summary refs log tree commit diff
path: root/library/core/benches/slice.rs
AgeCommit message (Expand)AuthorLines
2025-01-26Put all coretests in a separate cratebjorn3-173/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+2
2024-01-02Adjust library tests for unused_tuple_struct_fields -> dead_codeJake Goulding-2/+2
2023-06-12add benchmarkThe 8472-0/+9
2022-02-21Stop manually SIMDing in swap_nonoverlappingScott McMurray-4/+39
2021-03-18add benchThe8472-0/+13
2021-01-30Improve slice.binary_search_by()'s best-case performance to O(1)Folyd-6/+38
2020-07-27mv std libs to library/mark-0/+84