about summary refs log tree commit diff
path: root/library/alloc/src/vec/partial_eq.rs
AgeCommit message (Expand)AuthorLines
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2022-02-08Allow comparing `Vec`s with different allocators using `==`Chayim Refael Friedman-1/+1
2021-05-05alloc: Add unstable Cfg feature `no-global_oom_handling`John Ericson-0/+4
2020-12-29style: applying Rust styleC-2/+2
2020-12-29refactor: moved PartialEq into partial_eqC-0/+43