about summary refs log tree commit diff
path: root/src/libstd/collections
AgeCommit message (Expand)AuthorLines
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
2014-09-25auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturonbors-6/+287
2014-09-24implement entry API for HashMapAlexis Beingessner-6/+287
2014-09-24Fix free lifetime vars in HashMap's iteratorsPiotr Czarnecki-5/+15
2014-09-21Remove #[allow(deprecated)] from libstdAlex Crichton-3/+4
2014-09-16Fallout from renamingAaron Turon-17/+23
2014-09-16Align with _mut conventionsAaron Turon-4/+16
2014-09-04std: Fix overflow of HashMap's capacityPiotr Czarnecki-32/+49
2014-09-04std: Refine and document HashMap's codePiotr Czarnecki-482/+704
2014-09-02std: Split hashmap.rs into modulesPiotr Czarnecki-1660/+1743
2014-09-02std: RawTable exposes a safe interface for HashMapPiotr Czarnecki-528/+883
2014-09-02std: branchless bucket distance for hashmapPiotr Czarnecki-9/+1