about summary refs log tree commit diff
path: root/library/core/src/array/equality.rs
AgeCommit message (Expand)AuthorLines
2023-03-01Merge two different equality specialization traits in `core`Scott McMurray-67/+6
2022-08-11more typosRalf Jung-1/+1
2022-07-20fix typoRalf Jung-1/+1
2022-07-20make raw_eq precondition more restrictiveRalf Jung-3/+4
2021-12-14Do array-slice equality via arrays, rather than always via slicesScott McMurray-12/+29
2021-12-10Allow `memcmp` for more array comparisonsScott McMurray-5/+49
2021-08-01bump bootstrap compiler to 1.55Pietro Albini-5/+0
2021-07-08Stop generating `alloca`s+`memcmp` for simple array equalityScott McMurray-2/+51
2021-07-08Move the `PartialEq` and `Eq` impls for arrays to a separate fileScott McMurray-0/+111