about summary refs log tree commit diff
path: root/src/libstd/collections/hashmap/map.rs
AgeCommit message (Expand)AuthorLines
2014-09-25auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturonbors-6/+282
2014-09-24implement entry API for HashMapAlexis Beingessner-6/+282
2014-09-21Remove #[allow(deprecated)] from libstdAlex Crichton-1/+2
2014-09-16Fallout from renamingAaron Turon-10/+10
2014-09-16Align with _mut conventionsAaron Turon-2/+14
2014-09-04std: Refine and document HashMap's codePiotr Czarnecki-173/+385
2014-09-02std: Split hashmap.rs into modulesPiotr Czarnecki-0/+1805