about summary refs log tree commit diff
path: root/src/libstd/collections/hash/set.rs
AgeCommit message (Expand)AuthorLines
2014-12-16Small cleanups in HashMap based off of new rust features.Clark Gaebel-1/+1
2014-12-15std: Second pass stabilization of `default`Alex Crichton-0/+2
2014-12-15Use wrapper structs for `HashSet`'s iterators.Chase Southwood-20/+59
2014-12-15Use wrapper structs for `HashMap`'s iterators.Chase Southwood-3/+2
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-1/+1
2014-12-13libstd: fix falloutJorge Aparicio-14/+22
2014-12-13libstd: fix falloutJorge Aparicio-4/+5
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-3/+3
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-2/+2
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-1/+1
2014-12-05Utilize fewer reexportsCorey Farwell-2/+2
2014-11-30std: Remove implicit shrinking from hash_map.Piotr Czarnecki-4/+46
2014-11-25Fallout from stabilizationAaron Turon-3/+3
2014-11-17libstd: Deprecate _equiv methodsAaron Turon-43/+22
2014-11-08Renamed Extendable to Extendgamazeps-2/+2
2014-11-06rollup merge of #18605 : Gankro/collect-fruitAlex Crichton-8/+22
2014-11-06Implement low-hanging fruit of collection conventionsAlexis Beingessner-8/+22
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-1/+1
2014-11-05Add impls of the comparison operators for fixed-length arrays of lengths 0......Niko Matsakis-1/+1
2014-11-03std: Fix fallout of changing `#[deriving(Clone)]`Jorge Aparicio-1/+0
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-0/+834