about summary refs log tree commit diff
path: root/src/libstd/hash.rs
AgeCommit message (Expand)AuthorLines
2014-02-03std: Remove io::io_errorAlex Crichton-9/+7
2014-01-21Remove unnecessary parentheses.Huon Wilson-1/+1
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-1/+2
2013-12-17Don't allow impls to force public typesAlex Crichton-0/+1
2013-12-11Make 'self lifetime illegal.Erik Price-2/+2
2013-12-08Remove dead codesKiet Tran-101/+0
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-30/+30
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-1/+1
2013-11-11Move std::rt::io to std::ioAlex Crichton-1/+1
2013-10-27Clarify that the SipHash implementation has not be validated for cryptographi...Palmer Cox-2/+7
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-3/+3
2013-09-30std: Remove usage of fmt!Alex Crichton-3/+3
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-1/+1
2013-08-27Replace HashUtil w/ default method on HashJason Fager-7/+0
2013-08-20rm obsolete integer to_str{,_radix} free functionsDaniel Micay-5/+3
2013-08-18std::hash: Add testcase for colliding hashes of tuplesblake2-ppc-0/+14
2013-08-18std::to_bytes: Delimit sequences &[A] and ~str when hashingblake2-ppc-1/+9
2013-08-03remove obsolete `foreach` keywordDaniel Micay-2/+2
2013-08-01std: Use `do` blocks instead of `for` with .iter_bytes()blake2-ppc-30/+45
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-3/+4
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-3/+4
2013-06-23vec: remove BaseIter implementationDaniel Micay-3/+4
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-8/+8
2013-06-15Add IterBytes impls for float/f32/f64. This allows creatinggareth-0/+11
2013-05-30Require documentation by default for libstdAlex Crichton-0/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-28Silence various warnings throughout test modulesAlex Crichton-1/+1
2013-05-23cleanup warnings from libstdErick Tryzelaar-1/+1
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+557