summary refs log tree commit diff
path: root/src/libcore/hash.rs
AgeCommit message (Expand)AuthorLines
2012-09-26libcore: De-export cleanup, cmath, future, gc, hash, iter-trait, mutable, and...Patrick Walton-16/+13
2012-09-19Remove final bits of residual hokey-hash functions. Close #1616.Graydon Hoare-67/+20
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-2/+6
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-6/+2
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-2/+6
2012-09-18Replace uses of 'unchecked' with 'unsafe'Brian Anderson-5/+5
2012-09-12Document IterBytes, Eq, Cmp, Hash. Close #3449.Graydon Hoare-1/+24
2012-09-12fixup mutability of vec::each, make iter_bytes pureNiko Matsakis-2/+2
2012-09-10Make more moves explicit in libcoreTim Chevalier-2/+2
2012-09-07Migrate std::map to use core::hash::Hash trait. Disable many hokey hashes.Graydon Hoare-15/+15
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-9/+9
2012-09-04libcore: "import" -> "use"Patrick Walton-3/+3
2012-08-30Migrate core::send_map to random, keyed hashes w/ hash::Hash trait.Graydon Hoare-1/+1
2012-08-30Start moving core::hash to support a Hash trait. Add to_bytes::IterBytes trait.Graydon Hoare-20/+102
2012-08-27Convert over some residual uses of #oldmacros.Graydon Hoare-18/+28
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-16/+16
2012-08-14Convert more core types to camel caseBrian Anderson-6/+6
2012-08-14De-mode more pieces of core.Graydon Hoare-3/+7
2012-08-02De-duplicate core::hash some, refactor the traits.Graydon Hoare-190/+198
2012-08-01Convert ret to returnBrian Anderson-8/+8
2012-07-31Add hash tests: idempotent, no_bytes_dropped.Ben Blum-0/+42
2012-07-31Add hash uint testsBen Blum-0/+19
2012-07-31Add hash_u64, hash_u32, hash_uint.Ben Blum-0/+38
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-30/+30
2012-07-30core::hash -- add a hash::streaming interface and associated siphash implemen...Damian Gryski-11/+194
2012-07-24Add core::hash containing SipHash-2-4 implementation. Re: #1616 and #859.Graydon Hoare-0/+163