about summary refs log tree commit diff
path: root/src/libstd/collections/hashmap/map.rs
AgeCommit message (Expand)AuthorLines
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-2133/+0
2014-11-01collections: Remove all collections traitsAlex Crichton-81/+213
2014-10-31DSTify HashJorge Aparicio-10/+11
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-18/+14
2014-10-29Rename fail! to panic!Steve Klabnik-11/+10
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-304/+2
2014-10-13Clean up rustc warnings.NODA, Kai-0/+1
2014-10-09std: Convert statics to constantsAlex Crichton-2/+2
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