about summary refs log tree commit diff
path: root/src/libstd/collections/hashmap
AgeCommit message (Expand)AuthorLines
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-4037/+0
2014-11-01bubble up out-of-memory errors from liballocDaniel Micay-0/+1
2014-11-01collections: Remove all collections traitsAlex Crichton-106/+362
2014-10-31DSTify HashJorge Aparicio-13/+15
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-18/+14
2014-10-29Rename fail! to panic!Steve Klabnik-12/+11
2014-10-25Fix spelling mistakes in comments.Joseph Crail-1/+1
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-3/+3
2014-09-27auto merge of #17517 : pczarn/rust/hashmap-lifetimes, r=alexcrichtonbors-5/+15
2014-09-25auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturonbors-6/+287
2014-09-24implement entry API for HashMapAlexis Beingessner-6/+287
2014-09-24Fix free lifetime vars in HashMap's iteratorsPiotr Czarnecki-5/+15
2014-09-21Remove #[allow(deprecated)] from libstdAlex Crichton-3/+4
2014-09-16Fallout from renamingAaron Turon-15/+21
2014-09-16Align with _mut conventionsAaron Turon-4/+16
2014-09-04std: Fix overflow of HashMap's capacityPiotr Czarnecki-32/+49
2014-09-04std: Refine and document HashMap's codePiotr Czarnecki-482/+704
2014-09-02std: Split hashmap.rs into modulesPiotr Czarnecki-0/+3535