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.rs
Age
Commit message (
Expand
)
Author
Lines
2012-08-30
Migrate core::send_map to random, keyed hashes w/ hash::Hash trait.
Graydon Hoare
-1
/
+1
2012-08-30
Start moving core::hash to support a Hash trait. Add to_bytes::IterBytes trait.
Graydon Hoare
-20
/
+102
2012-08-27
Convert over some residual uses of #oldmacros.
Graydon Hoare
-18
/
+28
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-16
/
+16
2012-08-14
Convert more core types to camel case
Brian Anderson
-6
/
+6
2012-08-14
De-mode more pieces of core.
Graydon Hoare
-3
/
+7
2012-08-02
De-duplicate core::hash some, refactor the traits.
Graydon Hoare
-190
/
+198
2012-08-01
Convert ret to return
Brian Anderson
-8
/
+8
2012-07-31
Add hash tests: idempotent, no_bytes_dropped.
Ben Blum
-0
/
+42
2012-07-31
Add hash uint tests
Ben Blum
-0
/
+19
2012-07-31
Add hash_u64, hash_u32, hash_uint.
Ben Blum
-0
/
+38
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-1
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-30
/
+30
2012-07-30
core::hash -- add a hash::streaming interface and associated siphash implemen...
Damian Gryski
-11
/
+194
2012-07-24
Add core::hash containing SipHash-2-4 implementation. Re: #1616 and #859.
Graydon Hoare
-0
/
+163
[prev]