about summary refs log tree commit diff
path: root/library/core/tests/hash
AgeCommit message (Expand)AuthorLines
2025-01-26Put all coretests in a separate cratebjorn3-490/+0
2025-01-24Remove a bunch of emscripten test ignoresbjorn3-3/+0
2024-12-23Use `#[derive(Default)]` instead of manually implementing itEsteban Küber-12/+3
2024-10-09Library: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-1/+1
2024-09-08add FIXME(const-hack)Ralf Jung-5/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-02-21rename ptr::invalid -> ptr::without_provenanceRalf Jung-2/+2
2024-01-11apply fmtklensy-2/+4
2023-12-10remove redundant importssurechen-1/+0
2023-11-02Add insta-stable std::hash::{DefaultHasher, RandomState} exportsltdk-1/+1
2023-04-16fix library and rustdoc testsDeadbeef-5/+9
2023-04-16rm const traits in libcoreDeadbeef-9/+9
2022-11-08Test const `Hash`, fix nitsonestacked-11/+42
2022-06-27libcore tests: avoid int2ptr castsRalf Jung-2/+3
2022-05-06Add a dedicated length-prefixing method to `Hasher`Scott McMurray-0/+4
2022-04-17Replace u8to64_le macro with u64::from_le_bytesest31-24/+2
2022-02-02add teststamaron-0/+8
2021-08-15move object safety test to library/coreibraheemdev-1/+8
2020-07-27mv std libs to library/mark-0/+472