index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
slice
/
cmp.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-17
Make slices `[const] PartialEq`
Oli Scherer
-7
/
+15
2025-04-12
Extend the chaining logic to slices too
Scott McMurray
-29
/
+145
2025-03-15
Optimize multi-char string patterns
Yotam Ofek
-1
/
+1
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-3
/
+3
2024-10-23
vectorized SliceContains
Laiho
-0
/
+26
2024-08-12
core: make documentation clearer, rename slice comparison specialization trait
joboet
-15
/
+25
2024-08-01
core: use `compare_bytes` for more slice element types
joboet
-6
/
+19
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+1
2024-03-06
Refer to "slice" instead of "vector" in Ord and PartialOrd trait impl of slice
Konrad Höffner
-2
/
+2
2024-01-26
Use `<T, U>` for array/slice equality `impl`s
wackbyte
-4
/
+4
2024-01-08
A more efficient slice comparison implementation for T: !BytewiseEq
Arthur Carcano
-1
/
+11
2023-08-06
Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly
Scott McMurray
-15
/
+6
2023-03-01
Merge two different equality specialization traits in `core`
Scott McMurray
-25
/
+2
2022-04-02
make memcmp return a value of c_int_width instead of i32
David Morrison
-2
/
+2
2022-02-14
Make [u8]::cmp implementation branchless
joboet
-12
/
+11
2020-12-26
Remove pointer comparison from slice equality
bors
-27
/
+0
2020-10-26
Add lexicographical comparison doc
Rustin-Liu
-2
/
+2
2020-09-27
Refactor memchr to allow optimization
Dániel Buga
-0
/
+2
2020-09-14
move indexing impl to new mod
Lzu Tao
-0
/
+286