about summary refs log tree commit diff
path: root/src/libcore/hash
AgeCommit message (Expand)AuthorLines
2017-04-06improved std::hash::BuildHasher docslukaramu-5/+33
2017-04-06rephrased std::hash::BuildHasherDefault docslukaramu-4/+13
2017-03-17Rollup merge of #40505 - frewsxcv:hash-docs, r=alexcrichtonCorey Farwell-13/+31
2017-03-14A few improvements to the `core::hash` top-level docs.Corey Farwell-13/+31
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-2/+2
2017-02-03Bump version, upgrade bootstrapAlex Crichton-5/+0
2017-01-27Fix a few links in the docsOliver Middleton-0/+1
2016-12-30Such large. Very 128. Much bits.Simonas Kazlauskas-0/+19
2016-12-16Rewrite, improve documentation for `core::hash::BuildHasherDefault`.Corey Farwell-3/+37
2016-11-04reference full path `DefaultHasher`Liigo Zhuang-9/+18
2016-10-25Small improvement to SipHasherarthurprs-50/+97
2016-10-14Rollup merge of #36961 - GuillaumeGomez:hash_doc, r=frewsxcvJonathan Turner-15/+22
2016-10-08Add missing urls for hash modulesGuillaume Gomez-15/+22
2016-10-04update sip.rs for new intrinsics and defaultsEric Roshan-Eisner-14/+9
2016-10-03std: Stabilize and deprecate APIs for 1.13Alex Crichton-1/+13
2016-09-11Documentation of what does for each typeathulappadan-0/+1
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-6/+0
2016-07-22Add BuildHasher exampleggomez-0/+10
2016-07-11std: Correct tracking issue for SipHash{13,24}Alex Crichton-8/+8
2016-06-29std: use siphash-1-3 for HashMapSean McArthur-52/+200
2016-05-23"the trait `Hash`" => "the `Hash` trait"Carol (Nichols || Goulding)-2/+2
2016-05-23Add more information about implementing `Hash`Carol (Nichols || Goulding)-0/+24
2016-05-23Add explanations about what derived trait implementations doCarol (Nichols || Goulding)-1/+3
2016-03-28Prefer HTTPS when linking to 131002.net.Corey Farwell-1/+1
2016-03-20libcore: add Debug implementations to most missing typesSean McArthur-0/+9
2016-03-12std: Clean out deprecated APIsAlex Crichton-24/+0
2016-03-08Link to actual CSPRNG in `hash::SipHasher` documentationDirk Gadsden-4/+4
2016-03-06Amend `hash::SipHasher` docs to more strongly discourage cryptographic usesDirk Gadsden-4/+3
2016-03-06Clarify documentation of `hash::SipHasher`Dirk Gadsden-6/+9
2016-01-27doc: insert missing charsTshepang Lekhonkhobe-2/+2
2016-01-26std: Stabilize custom hasher support in HashMapAlex Crichton-0/+72
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-3/+2
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+1
2015-11-16Make note about traits that can be derivedSteve Klabnik-0/+2
2015-11-12libcore: deny warnings in doctestsKevin Butler-0/+1
2015-10-08rustfmt hash submoduleMichael Pankov-15/+27
2015-09-12Stop a private method on `SipHasher` from shadowing `Hasher::write`Tobias Bucher-8/+3
2015-08-15Reduce libcore/liballoc's dependence on pointer sizesDylan McKay-5/+5
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-23/+16
2015-08-03syntax: Implement #![no_core]Alex Crichton-3/+4
2015-07-31Auto merge of #27370 - alexcrichton:stabilize-easy, r=brsonbors-12/+11
2015-07-29Rollup merge of #27326 - steveklabnik:doc_show_use, r=GankroSteve Klabnik-2/+4
2015-07-28std: Stabilize a number of small APIsAlex Crichton-12/+11
2015-07-28Auto merge of #27280 - bluss:siphash-perf, r=alexcrichtonbors-4/+22
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-0/+2
2015-07-27Show appropriate feature flags in docsSteve Klabnik-2/+4
2015-07-25siphash: Reorder hash state in the structUlrik Sverdrup-1/+5
2015-07-25siphash: Remove one variableUlrik Sverdrup-2/+1
2015-07-25siphash: Use ptr::copy_nonoverlapping for efficient data loadingUlrik Sverdrup-1/+16
2015-07-14core: Revive SipHash's testsUlrik Sverdrup-2/+0