index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
hash
Age
Commit message (
Expand
)
Author
Lines
2020-04-23
Add a note about fat pointers
LeSeulArtichaut
-0
/
+6
2020-04-23
Add note about padding
LeSeulArtichaut
-2
/
+3
2020-04-12
Document unsafety in `src/libcore/hash/sip.rs`
LeSeulArtichaut
-3
/
+8
2020-04-11
Document unsafety in `src/libcore/hash/mod.rs`
LeSeulArtichaut
-2
/
+7
2020-03-15
Rollup merge of #69471 - nnethercote:rm-sip-Hasher-short_write, r=dtolnay
Dylan DPC
-46
/
+7
2020-02-26
clarify operator precedence
Matthias Krüger
-1
/
+1
2020-02-26
Remove `sip::Hasher::short_write`.
Nicholas Nethercote
-46
/
+7
2020-02-21
Revert `u8to64_le` changes from #68914.
Nicholas Nethercote
-1
/
+3
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-6
/
+6
2019-11-26
Format libcore with rustfmt
David Tolnay
-60
/
+69
2019-11-06
Have tidy ensure that we document all `unsafe` blocks in libcore
Oliver Scherer
-0
/
+4
2019-09-25
Snap cfgs to new beta
Mark Rousskov
-1
/
+0
2019-09-23
Move `--cfg bootstrap` out of `rustc.rs`
Alex Crichton
-1
/
+1
2019-08-17
Make built-in derives opaque macros
Matthew Jasper
-1
/
+1
2019-08-14
Auto merge of #63534 - Mark-Simulacrum:stage0-bump, r=Centril
bors
-2
/
+0
2019-08-14
Handle cfg(bootstrap) throughout
Mark Rousskov
-2
/
+0
2019-08-09
Remove unneeded comment in src/libcore/hash/mod.rs
sd234678
-2
/
+0
2019-08-10
Give built-in macros stable addresses in the standard library
Vadim Petrochenkov
-0
/
+15
2019-06-23
Fix meta-variable binding errors in macros
Julien Cretin
-3
/
+3
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-1
/
+1
2019-04-18
libcore => 2018
Taiki Endo
-9
/
+10
2019-04-15
Hasher: replace unsafe trasmute with to_ne_bytes
Stepan Koltsov
-14
/
+10
2019-02-10
libs: doc comments
Alexander Regueiro
-3
/
+3
2019-01-28
libcore: remove unneeded allow(deprecated)
Ralf Jung
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-20
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-09-29
Use impl_header_lifetime_elision in libcore
Scott McMurray
-3
/
+3
2018-07-15
impl PartialEq+Eq for BuildHasherDefault
Marco Neumann
-0
/
+10
2018-06-14
impl Hash for !
Clar Charr
-0
/
+7
2018-03-26
Fix a few more unstables that I missed
Mark Mansi
-2
/
+2
2018-03-17
Mark deprecated unstable SipHasher13 as a doc-hidden impl detail of HashMap.
Simon Sapin
-6
/
+8
2018-03-17
Make the deprecated unstable SipHasher24 type private.
Simon Sapin
-40
/
+7
2017-11-10
Fix broken link markup in Hasher::finish docs
Lukas H
-1
/
+1
2017-10-25
Implement Hash for raw pointers to unsized types
Matt Brubeck
-4
/
+24
2017-10-20
Fix most rendering warnings from switching to CommonMark
steveklabnik
-3
/
+3
2017-10-16
rustc_data_structures: Add implementation of 128 bit SipHash.
Michael Woerister
-0
/
+1
2017-09-12
impl Hasher for {&mut Hasher, Box<Hasher>}
kennytm
-0
/
+46
2017-08-16
Document that std::hash::Hasher::finish() does not reset the hasher.
Martin Hoffmann
-1
/
+8
2017-07-20
std: Cut down #[inline] annotations where not necessary
Alex Crichton
-1
/
+1
2017-07-02
Implement Eq/Hash/Debug etc. for unsized tuples.
Masaki Hara
-1
/
+6
2017-06-16
Introduce tidy lint to check for inconsistent tracking issues
est31
-1
/
+1
2017-05-02
Removal pass for anonymous parameters
est31
-2
/
+2
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
[next]