about summary refs log tree commit diff
path: root/library/core/src/hash/sip.rs
AgeCommit message (Expand)AuthorLines
2023-11-02Add insta-stable std::hash::{DefaultHasher, RandomState} exportsltdk-19/+7
2023-04-16core is now compilableDeadbeef-1/+1
2023-04-16rm const traits in libcoreDeadbeef-9/+6
2022-11-08Test const `Hash`, fix nitsonestacked-0/+1
2022-11-07Removed unnecessary Trait boundonestacked-4/+1
2022-11-06Added `const_hash` tracking issue idonestacked-6/+6
2022-11-06Made `Sip` const `Hasher`onestacked-14/+24
2022-06-10Use relative links instead of linking to doc.rust-lang.org when possibleGuillaume Gomez-1/+1
2022-05-30Reword safety comments in core/hash/sip.rsThom Chiovoloni-2/+4
2022-05-09Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errorsbors-20/+11
2022-05-06Add a dedicated length-prefixing method to `Hasher`Scott McMurray-0/+18
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-20/+11
2021-10-10Add #[must_use] to core and std constructorsJohn Kugelman-0/+2
2020-10-31fix aliasing issues in SipHasherRalf Jung-1/+1
2020-07-27mv std libs to library/mark-0/+388