summary refs log tree commit diff
path: root/src/libcollections/hashmap.rs
AgeCommit message (Expand)AuthorLines
2014-03-30Rename `from_iterator` to `from_iter` for consistency.Brian Anderson-2/+2
2014-03-28Rename Pod into CopyFlavio Percoco-7/+7
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-6/+6
2014-03-23use TotalEq for HashMapDaniel Micay-30/+27
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-3/+3
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-03-14auto merge of #12867 : alexcrichton/rust/issue-12860, r=thestingerbors-31/+37
2014-03-13collections: Don't recurse in hashmap robin_hoodAlex Crichton-31/+37
2014-03-13collections: move hashmap's example to the struct.Huon Wilson-53/+53
2014-03-12Performance-oriented hashtable.Clark Gaebel-589/+1407
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-2/+2
2014-03-06collections: Correct with_capacity_and_hasherAlex Crichton-10/+11
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