about summary refs log tree commit diff
path: root/src/libcore/hash
AgeCommit message (Expand)AuthorLines
2020-04-23Add a note about fat pointersLeSeulArtichaut-0/+6
2020-04-23Add note about paddingLeSeulArtichaut-2/+3
2020-04-12Document unsafety in `src/libcore/hash/sip.rs`LeSeulArtichaut-3/+8
2020-04-11Document unsafety in `src/libcore/hash/mod.rs`LeSeulArtichaut-2/+7
2020-03-15Rollup merge of #69471 - nnethercote:rm-sip-Hasher-short_write, r=dtolnayDylan DPC-46/+7
2020-02-26clarify operator precedenceMatthias Krüger-1/+1
2020-02-26Remove `sip::Hasher::short_write`.Nicholas Nethercote-46/+7
2020-02-21Revert `u8to64_le` changes from #68914.Nicholas Nethercote-1/+3
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-6/+6
2019-11-26Format libcore with rustfmtDavid Tolnay-60/+69
2019-11-06Have tidy ensure that we document all `unsafe` blocks in libcoreOliver Scherer-0/+4
2019-09-25Snap cfgs to new betaMark Rousskov-1/+0
2019-09-23Move `--cfg bootstrap` out of `rustc.rs`Alex Crichton-1/+1
2019-08-17Make built-in derives opaque macrosMatthew Jasper-1/+1
2019-08-14Auto merge of #63534 - Mark-Simulacrum:stage0-bump, r=Centrilbors-2/+0
2019-08-14Handle cfg(bootstrap) throughoutMark Rousskov-2/+0
2019-08-09Remove unneeded comment in src/libcore/hash/mod.rssd234678-2/+0
2019-08-10Give built-in macros stable addresses in the standard libraryVadim Petrochenkov-0/+15
2019-06-23Fix meta-variable binding errors in macrosJulien Cretin-3/+3
2019-04-19libcore: deny more...Mazdak Farrokhzad-1/+1
2019-04-18libcore => 2018Taiki Endo-9/+10
2019-04-15Hasher: replace unsafe trasmute with to_ne_bytesStepan Koltsov-14/+10
2019-02-10libs: doc commentsAlexander Regueiro-3/+3
2019-01-28libcore: remove unneeded allow(deprecated)Ralf Jung-1/+1
2018-12-25Remove licensesMark Rousskov-20/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-09-29Use impl_header_lifetime_elision in libcoreScott McMurray-3/+3
2018-07-15impl PartialEq+Eq for BuildHasherDefaultMarco Neumann-0/+10
2018-06-14impl Hash for !Clar Charr-0/+7
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-6/+8
2018-03-17Make the deprecated unstable SipHasher24 type private.Simon Sapin-40/+7
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-10-20Fix most rendering warnings from switching to CommonMarksteveklabnik-3/+3
2017-10-16rustc_data_structures: Add implementation of 128 bit SipHash.Michael Woerister-0/+1
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-20std: Cut down #[inline] annotations where not necessaryAlex Crichton-1/+1
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-05-02Removal pass for anonymous parametersest31-2/+2
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