about summary refs log tree commit diff
path: root/src/libstd/collections/hash
AgeCommit message (Expand)AuthorLines
2014-12-13libstd: fix falloutJorge Aparicio-14/+22
2014-12-13libstd: fix falloutJorge Aparicio-10/+22
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-1/+5
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-20/+20
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-4/+4
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-16/+16
2014-12-05Utilize fewer reexportsCorey Farwell-5/+8
2014-12-04auto merge of #19167 : japaric/rust/rhs-cmp, r=aturonbors-0/+2
2014-12-03Deprecate EquivJorge Aparicio-0/+2
2014-11-30std: Change the behavior of `reserve` for HashMap.Piotr Czarnecki-6/+17
2014-11-30std: Remove implicit shrinking from hash_map.Piotr Czarnecki-139/+240
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