about summary refs log tree commit diff
path: root/src/libstd/collections
AgeCommit message (Expand)AuthorLines
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-1/+5
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-26/+26
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-10/+10
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-16/+16
2014-12-05Utilize fewer reexportsCorey Farwell-7/+11
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-08Implements Extend for EnumSet and LruCachegamazeps-1/+10
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-217/+228
2014-11-06Implement low-hanging fruit of collection conventionsAlexis Beingessner-217/+228
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-41/+37
2014-11-01bubble up out-of-memory errors from liballocDaniel Micay-0/+1
2014-11-01collections: Remove all collections traitsAlex Crichton-123/+372
2014-10-31DSTify HashJorge Aparicio-13/+15
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-18/+14
2014-10-29Rename fail! to panic!Steve Klabnik-12/+11
2014-10-25Fix spelling mistakes in comments.Joseph Crail-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-304/+2
2014-10-13Clean up rustc warnings.NODA, Kai-0/+1
2014-10-09std: Convert statics to constantsAlex Crichton-3/+3
2014-10-06library-level docs for collectionsAlexis Beingessner-3/+317
2014-09-27auto merge of #17517 : pczarn/rust/hashmap-lifetimes, r=alexcrichtonbors-5/+15
2014-09-27complete btree rewriteAlexis Beingessner-1/+1