about summary refs log tree commit diff
path: root/src/libstd/collections/hashmap
AgeCommit message (Expand)AuthorLines
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