about summary refs log tree commit diff
path: root/src/test/run-fail/hashmap-capacity-overflow.rs
AgeCommit message (Collapse)AuthorLines
2020-05-06Move tests from `test/run-fail` to UIYuki Okushi-11/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2015-03-01Remove int/uint from libstd/lib.rsGuillaume Gomez-2/+2
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-1/+1
* Moves multi-collection files into their own directory, and splits them into seperate files * Changes exports so that each collection has its own module * Adds underscores to public modules and filenames to match standard naming conventions (that is, treemap::{TreeMap, TreeSet} => tree_map::TreeMap, tree_set::TreeSet) * Renames PriorityQueue to BinaryHeap * Renames SmallIntMap to VecMap * Miscellanious fallout fixes [breaking-change]
2014-09-04std: Fix overflow of HashMap's capacityPiotr Czarnecki-0/+21