about summary refs log tree commit diff
path: root/library/core/src/hash
AgeCommit message (Expand)AuthorLines
2021-10-11Rollup merge of #89729 - jkugelman:must-use-core-std-constructors, r=joshtrip...Guillaume Gomez-0/+2
2021-10-10Add #[must_use] to core and std constructorsJohn Kugelman-0/+2
2021-10-09Update library/core/src/hash/mod.rspierwill-1/+1
2021-10-01fix: edit description of "prefix-free"pierwill-2/+4
2021-10-01docs: `std::hash::Hash` should ensure prefix-free datapierwill-0/+10
2021-09-06Suggest deriving traits if possiblePaul Trojahn-0/+1
2021-08-18Rollup merge of #88031 - ibraheemdev:build-hasher-object-safe, r=m-ou-seGuillaume Gomez-1/+4
2021-08-17Constified `Default` implementationsDeadbeef-1/+2
2021-08-14make `BuildHasher` object safeibraheemdev-1/+4
2021-06-24Add tracking issue and rename to hash_oneScott McMurray-7/+7
2021-06-24Add `BuildHasher::hash_of` as unstableScott McMurray-0/+44
2021-04-26Auto merge of #83390 - clarfonthey:hasher_docs, r=Amanieubors-0/+27
2021-04-26Document Hasher spec decision from #42951ltdk-0/+27
2021-04-21Replace all `fmt.pad` with `debug_struct`Christiaan Dirkx-1/+1
2021-04-04Bump cfgsMark Rousskov-46/+6
2021-03-18Rollup merge of #82434 - jyn514:hash, r=JohnTitorDylan DPC-2/+8
2021-03-17fix whitespaceJoshua Nelson-1/+1
2021-03-11Add inlining.Camille GILLOT-0/+13
2021-02-23Add more links between hash and btree collectionsJoshua Nelson-2/+8
2021-02-15Use new pointer metadata API inside libcore instead of manual transmutesSimon Sapin-26/+44
2020-10-31fix aliasing issues in SipHasherRalf Jung-1/+1
2020-08-27Switch to intra-doc links in `core::hash`Camelid-23/+8
2020-07-27mv std libs to library/mark-0/+1115