about summary refs log tree commit diff
path: root/library/std/src/hash
AgeCommit message (Expand)AuthorLines
2024-11-02remove const_hash feature leftoversRalf Jung-2/+1
2024-09-23std: implement the `random` featurejoboet-2/+3
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+1
2023-12-22update version placeholdersPietro Albini-1/+1
2023-11-02Add insta-stable std::hash::{DefaultHasher, RandomState} exportsltdk-2/+2
2023-11-02Move RandomState and DefaultHasher into std::hash, but don't export for nowltdk-0/+252