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
/
libcollections
/
hashmap.rs
Age
Commit message (
Expand
)
Author
Lines
2014-03-30
Rename `from_iterator` to `from_iter` for consistency.
Brian Anderson
-2
/
+2
2014-03-28
Rename Pod into Copy
Flavio Percoco
-7
/
+7
2014-03-25
Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...
Marvin Löbel
-6
/
+6
2014-03-23
use TotalEq for HashMap
Daniel Micay
-30
/
+27
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-3
/
+3
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-2
/
+2
2014-03-14
auto merge of #12867 : alexcrichton/rust/issue-12860, r=thestinger
bors
-31
/
+37
2014-03-13
collections: Don't recurse in hashmap robin_hood
Alex Crichton
-31
/
+37
2014-03-13
collections: move hashmap's example to the struct.
Huon Wilson
-53
/
+53
2014-03-12
Performance-oriented hashtable.
Clark Gaebel
-589
/
+1407
2014-03-12
Update users for the std::rand -> librand move.
Huon Wilson
-2
/
+2
2014-03-06
collections: Correct with_capacity_and_hasher
Alex Crichton
-10
/
+11
2014-02-28
std: Change assert_eq!() to use {} instead of {:?}
Alex Crichton
-2
/
+2
2014-02-27
collections: allow `HashMap` to work with generic hashers
Erick Tryzelaar
-81
/
+101
2014-02-25
auto merge of #12522 : erickt/rust/hash, r=alexcrichton
bors
-1
/
+1
2014-02-24
Remove std::default::Default from the prelude
Brendan Zabarauskas
-0
/
+1
2014-02-24
std: minor whitespace cleanup
Erick Tryzelaar
-1
/
+1
2014-02-24
Move extra::json to libserialize
Alex Crichton
-67
/
+0
2014-02-23
Remove all ToStr impls, add Show impls
Alex Crichton
-8
/
+0
2014-02-24
Transition to new `Hash`, removing IterBytes and std::to_bytes.
Huon Wilson
-14
/
+11
2014-02-23
Move std::{trie, hashmap} to libcollections
Alex Crichton
-0
/
+1524