summary refs log tree commit diff
path: root/src/libcore/hash/mod.rs
AgeCommit message (Expand)AuthorLines
2018-03-26Fix a few more unstables that I missedMark Mansi-2/+2
2018-03-17Mark deprecated unstable SipHasher13 as a doc-hidden impl detail of HashMap.Simon Sapin-1/+2
2018-03-17Make the deprecated unstable SipHasher24 type private.Simon Sapin-1/+1
2017-11-10Fix broken link markup in Hasher::finish docsLukas H-1/+1
2017-10-25Implement Hash for raw pointers to unsized typesMatt Brubeck-4/+24
2017-09-12impl Hasher for {&mut Hasher, Box<Hasher>}kennytm-0/+46
2017-08-16Document that std::hash::Hasher::finish() does not reset the hasher.Martin Hoffmann-1/+8
2017-07-02Implement Eq/Hash/Debug etc. for unsized tuples.Masaki Hara-1/+6
2017-06-16Introduce tidy lint to check for inconsistent tracking issuesest31-1/+1
2017-04-10Fixed indent, grammar, and link in std::hash docslukaramu-4/+4
2017-04-07improved std::hash::Hasher docslukaramu-2/+57
2017-04-06improved std::hash::Hash docslukaramu-22/+61
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-10-08Add missing urls for hash modulesGuillaume Gomez-15/+22
2016-10-03std: Stabilize and deprecate APIs for 1.13Alex Crichton-0/+2
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-4/+0
2016-07-22Add BuildHasher exampleggomez-0/+10
2016-06-29std: use siphash-1-3 for HashMapSean McArthur-0/+3
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-20libcore: add Debug implementations to most missing typesSean McArthur-0/+8
2016-03-12std: Clean out deprecated APIsAlex Crichton-24/+0
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-9/+22
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-2/+2
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-27std: Deprecate a number of unstable featuresAlex Crichton-0/+2
2015-07-27Show appropriate feature flags in docsSteve Klabnik-2/+4
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-2/+2
2015-06-17core: Split apart the global `core` featureAlex Crichton-12/+15
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-1/+0
2015-03-30Remove unnecessary `as usize`Vadim Petrochenkov-1/+1