| Age | Commit message (Expand) | Author | Lines |
| 2017-04-10 | Fixed indent, grammar, and link in std::hash docs | lukaramu | -4/+4 |
| 2017-04-07 | improved std::hash::Hasher docs | lukaramu | -2/+57 |
| 2017-04-06 | improved std::hash::Hash docs | lukaramu | -22/+61 |
| 2017-04-06 | improved std::hash::BuildHasher docs | lukaramu | -5/+33 |
| 2017-04-06 | rephrased std::hash::BuildHasherDefault docs | lukaramu | -4/+13 |
| 2017-03-17 | Rollup merge of #40505 - frewsxcv:hash-docs, r=alexcrichton | Corey Farwell | -13/+31 |
| 2017-03-14 | A few improvements to the `core::hash` top-level docs. | Corey Farwell | -13/+31 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -2/+2 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -5/+0 |
| 2017-01-27 | Fix a few links in the docs | Oliver Middleton | -0/+1 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -0/+19 |
| 2016-12-16 | Rewrite, improve documentation for `core::hash::BuildHasherDefault`. | Corey Farwell | -3/+37 |
| 2016-11-04 | reference full path `DefaultHasher` | Liigo Zhuang | -9/+18 |
| 2016-10-25 | Small improvement to SipHasher | arthurprs | -50/+97 |
| 2016-10-14 | Rollup merge of #36961 - GuillaumeGomez:hash_doc, r=frewsxcv | Jonathan Turner | -15/+22 |
| 2016-10-08 | Add missing urls for hash modules | Guillaume Gomez | -15/+22 |
| 2016-10-04 | update sip.rs for new intrinsics and defaults | Eric Roshan-Eisner | -14/+9 |
| 2016-10-03 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -1/+13 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+1 |
| 2016-08-24 | Use `#[prelude_import]` in `libcore`. | Jeffrey Seyfried | -6/+0 |
| 2016-07-22 | Add BuildHasher example | ggomez | -0/+10 |
| 2016-07-11 | std: Correct tracking issue for SipHash{13,24} | Alex Crichton | -8/+8 |
| 2016-06-29 | std: use siphash-1-3 for HashMap | Sean McArthur | -52/+200 |
| 2016-05-23 | "the trait `Hash`" => "the `Hash` trait" | Carol (Nichols || Goulding) | -2/+2 |
| 2016-05-23 | Add more information about implementing `Hash` | Carol (Nichols || Goulding) | -0/+24 |
| 2016-05-23 | Add explanations about what derived trait implementations do | Carol (Nichols || Goulding) | -1/+3 |
| 2016-03-28 | Prefer HTTPS when linking to 131002.net. | Corey Farwell | -1/+1 |
| 2016-03-20 | libcore: add Debug implementations to most missing types | Sean McArthur | -0/+9 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -24/+0 |
| 2016-03-08 | Link to actual CSPRNG in `hash::SipHasher` documentation | Dirk Gadsden | -4/+4 |
| 2016-03-06 | Amend `hash::SipHasher` docs to more strongly discourage cryptographic uses | Dirk Gadsden | -4/+3 |
| 2016-03-06 | Clarify documentation of `hash::SipHasher` | Dirk Gadsden | -6/+9 |
| 2016-01-27 | doc: insert missing chars | Tshepang Lekhonkhobe | -2/+2 |
| 2016-01-26 | std: Stabilize custom hasher support in HashMap | Alex Crichton | -0/+72 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -3/+2 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+1 |
| 2015-11-16 | Make note about traits that can be derived | Steve Klabnik | -0/+2 |
| 2015-11-12 | libcore: deny warnings in doctests | Kevin Butler | -0/+1 |
| 2015-10-08 | rustfmt hash submodule | Michael Pankov | -15/+27 |
| 2015-09-12 | Stop a private method on `SipHasher` from shadowing `Hasher::write` | Tobias Bucher | -8/+3 |
| 2015-08-15 | Reduce libcore/liballoc's dependence on pointer sizes | Dylan McKay | -5/+5 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -23/+16 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -3/+4 |
| 2015-07-31 | Auto merge of #27370 - alexcrichton:stabilize-easy, r=brson | bors | -12/+11 |
| 2015-07-29 | Rollup merge of #27326 - steveklabnik:doc_show_use, r=Gankro | Steve Klabnik | -2/+4 |
| 2015-07-28 | std: Stabilize a number of small APIs | Alex Crichton | -12/+11 |
| 2015-07-28 | Auto merge of #27280 - bluss:siphash-perf, r=alexcrichton | bors | -4/+22 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -0/+2 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -2/+4 |
| 2015-07-25 | siphash: Reorder hash state in the struct | Ulrik Sverdrup | -1/+5 |