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
/
sip.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-12
Document unsafety in `src/libcore/hash/sip.rs`
LeSeulArtichaut
-3
/
+8
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
-5
/
+5
2019-11-26
Format libcore with rustfmt
David Tolnay
-51
/
+62
2019-11-06
Have tidy ensure that we document all `unsafe` blocks in libcore
Oliver Scherer
-0
/
+2
2019-04-18
libcore => 2018
Taiki Endo
-5
/
+5
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
-10
/
+0
2018-03-17
Mark deprecated unstable SipHasher13 as a doc-hidden impl detail of HashMap.
Simon Sapin
-5
/
+6
2018-03-17
Make the deprecated unstable SipHasher24 type private.
Simon Sapin
-39
/
+6
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-07-20
std: Cut down #[inline] annotations where not necessary
Alex Crichton
-1
/
+1
2017-05-02
Removal pass for anonymous parameters
est31
-2
/
+2
2016-11-04
reference full path `DefaultHasher`
Liigo Zhuang
-9
/
+18
2016-10-25
Small improvement to SipHasher
arthurprs
-50
/
+97
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
/
+11
2016-09-11
Documentation of what does for each type
athulappadan
-0
/
+1
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-2
/
+0
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
/
+197
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
/
+1
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
2015-10-08
rustfmt hash submodule
Michael Pankov
-6
/
+5
2015-09-12
Stop a private method on `SipHasher` from shadowing `Hasher::write`
Tobias Bucher
-8
/
+3
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+2
2015-07-25
siphash: Reorder hash state in the struct
Ulrik Sverdrup
-1
/
+5
2015-07-25
siphash: Remove one variable
Ulrik Sverdrup
-2
/
+1
2015-07-25
siphash: Use ptr::copy_nonoverlapping for efficient data loading
Ulrik Sverdrup
-1
/
+16
2015-07-14
core: Revive SipHash's tests
Ulrik Sverdrup
-2
/
+0
2015-05-03
Restore HashMap performance by allowing some functions to be inlined
Björn Steinbrink
-0
/
+3
2015-04-21
rollup merge of #24541: alexcrichton/issue-24538
Alex Crichton
-1
/
+0
2015-04-21
Model lexer: Fix remaining issues
Piotr Czarnecki
-2
/
+0
2015-04-17
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-1
/
+0
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-5
/
+0
2015-03-31
Stabilize std::num
Aaron Turon
-2
/
+3
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-1
/
+1
2015-03-03
Add `core::num::wrapping` and fix overflow errors.
James Miller
-6
/
+6
2015-02-23
int audit core::hash
Nick Cameron
-2
/
+2
2015-02-20
Register new snapshots
Alex Crichton
-19
/
+0
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-10
/
+35
2015-02-03
Switch missing_copy_implementations to default-allow
Steven Fackler
-1
/
+0
[next]