about summary refs log tree commit diff
path: root/library/core/src/slice/cmp.rs
AgeCommit message (Expand)AuthorLines
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