about summary refs log tree commit diff
path: root/library/std/src/hash
AgeCommit message (Collapse)AuthorLines
2024-11-02remove const_hash feature leftoversRalf Jung-2/+1
2024-09-23std: implement the `random` featurejoboet-2/+3
Implements the ACP https://github.com/rust-lang/libs-team/issues/393.
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
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