about summary refs log tree commit diff
path: root/src/libcollections/hashmap.rs
AgeCommit message (Expand)AuthorLines
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-2/+2
2014-02-27collections: allow `HashMap` to work with generic hashersErick Tryzelaar-81/+101
2014-02-25auto merge of #12522 : erickt/rust/hash, r=alexcrichtonbors-1/+1
2014-02-24Remove std::default::Default from the preludeBrendan Zabarauskas-0/+1
2014-02-24std: minor whitespace cleanupErick Tryzelaar-1/+1
2014-02-24Move extra::json to libserializeAlex Crichton-67/+0
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-8/+0
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-14/+11
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-0/+1524