about summary refs log tree commit diff
path: root/library/core/src/slice/cmp.rs
AgeCommit message (Expand)AuthorLines
2023-08-06Add a new `compare_bytes` intrinsic instead of calling `memcmp` directlyScott McMurray-15/+6
2023-03-01Merge two different equality specialization traits in `core`Scott McMurray-25/+2
2022-04-02make memcmp return a value of c_int_width instead of i32David Morrison-2/+2
2022-02-14Make [u8]::cmp implementation branchlessjoboet-12/+11
2020-12-26Remove pointer comparison from slice equalitybors-27/+0
2020-10-26Add lexicographical comparison docRustin-Liu-2/+2
2020-09-27Refactor memchr to allow optimizationDániel Buga-0/+2
2020-09-14move indexing impl to new modLzu Tao-0/+286