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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcoretest
/
hash
Age
Commit message (
Expand
)
Author
Lines
2016-06-29
std: use siphash-1-3 for HashMap
Sean McArthur
-21
/
+110
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-2
/
+6
2015-08-09
Replace many uses of `mem::transmute` with more specific functions
Tobias Bucher
-9
/
+4
2015-07-25
siphash: Add more benchmarks
Ulrik Sverdrup
-3
/
+87
2015-07-14
core: Revive SipHash's tests
Ulrik Sverdrup
-67
/
+61
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-6
/
+6
2015-03-04
Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw
bors
-1
/
+1
2015-03-03
Switched to Box::new in many places.
Felix S. Klock II
-1
/
+2
2015-03-01
remove some compiler warnings
Tshepang Lekhonkhobe
-1
/
+1
2015-02-18
Round 1 fixes and rebase conflicts
Alex Crichton
-2
/
+0
2015-02-18
rollup merge of #22497: nikomatsakis/suffixes
Alex Crichton
-13
/
+13
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-14
/
+10
2015-02-18
Convert required suffixes into a use of `as`.
Niko Matsakis
-13
/
+13
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-4
/
+4
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-3
/
+3
2015-01-31
Kill more `isize`s
Tobias Bucher
-4
/
+4
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-3
/
+3
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-1
/
+0
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-43
/
+60
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-06
Fallout
Nick Cameron
-1
/
+1
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-2
/
+2
2014-12-15
Move hash module from collections to core
Steven Fackler
-0
/
+384