rust/library/core
Arthur Carcano 5b041abc8c A more efficient slice comparison implementation for T: !BytewiseEq
The previous implementation was not optimized properly by the compiler,
which didn't leverage the fact that both length were equal.
2024-01-08 16:36:48 +01:00
..
benches fix 2023-07-23 09:58:31 +00:00
src A more efficient slice comparison implementation for T: !BytewiseEq 2024-01-08 16:36:48 +01:00
tests Auto merge of #115515 - the8472:zip-for-arrays, r=scottmcm 2023-10-15 00:49:21 +00:00
Cargo.toml Update rand in the stdlib tests, and remove the getrandom feature from it 2023-01-04 14:52:41 -08:00