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