about summary refs log tree commit diff
path: root/src/libstd/collections/hashmap/table.rs
AgeCommit message (Expand)AuthorLines
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-907/+0
2014-11-01bubble up out-of-memory errors from liballocDaniel Micay-0/+1
2014-10-31DSTify HashJorge Aparicio-2/+2
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-09std: Convert statics to constantsAlex Crichton-1/+1
2014-09-27auto merge of #17517 : pczarn/rust/hashmap-lifetimes, r=alexcrichtonbors-5/+15
2014-09-24Fix free lifetime vars in HashMap's iteratorsPiotr Czarnecki-5/+15
2014-09-21Remove #[allow(deprecated)] from libstdAlex Crichton-2/+2
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-09-16Align with _mut conventionsAaron Turon-2/+2
2014-09-04std: Fix overflow of HashMap's capacityPiotr Czarnecki-32/+49
2014-09-04std: Refine and document HashMap's codePiotr Czarnecki-300/+302
2014-09-02std: Split hashmap.rs into modulesPiotr Czarnecki-0/+877