summary refs log tree commit diff
path: root/library/std/src/hash
AgeCommit message (Collapse)AuthorLines
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+1
Most modules have such a blank line, but some don't. Inserting the blank line makes it clearer that the `//!` comments are describing the entire module, rather than the `use` declaration(s) that immediately follows.
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