about summary refs log tree commit diff
path: root/src/libstd/collections/hash
AgeCommit message (Expand)AuthorLines
2014-11-26rollup merge of #19301: Gankro/take-fixAlex Crichton-1/+35
2014-11-25Fallout from stabilizationAaron Turon-4/+4
2014-11-25Make HashMap::take not corrupt the map. Fixes #19292Alexis Beingessner-1/+35
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-61/+72
2014-11-18rollup merge of #19038: jayelm/fixed-typosJakub Bukaj-1/+1
2014-11-17Fix several typos in commentsjmu303-1/+1
2014-11-17Fallout from deprecationAaron Turon-4/+4
2014-11-17libstd: Deprecate _equiv methodsAaron Turon-123/+84
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+6
2014-11-16fallout from deprecating find_copy and get_copyAlexis Beingessner-1/+1
2014-11-16Deprecate hashmap's find_copy and get_copy in favour of cloned and cloneAlexis Beingessner-25/+7
2014-11-14auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichtonbors-4/+4
2014-11-14auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichtonbors-10/+9
2014-11-12Register new snapshotsAlex Crichton-23/+0
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-4/+4
2014-11-13Create UnsignedInt trait and deprecate free functionsBrendan Zabarauskas-7/+6
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-4/+4
2014-11-08Renamed Extendable to Extendgamazeps-4/+4
2014-11-07auto merge of #18714 : nikomatsakis/rust/issue-18621-deref-for-refs, r=aturonbors-0/+4
2014-11-06libs: add Deref, DerefMut impls for references, fixing a bug in compiler in t...Niko Matsakis-0/+4
2014-11-06rollup merge of #18665 : scribu/patch-1Alex Crichton-1/+1
2014-11-06rollup merge of #18605 : Gankro/collect-fruitAlex Crichton-157/+136
2014-11-06Implement low-hanging fruit of collection conventionsAlexis Beingessner-157/+136
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-1/+1
2014-11-05Fix example in HashMap::new() docsCristi Burcă-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/+4020