about summary refs log tree commit diff
path: root/src/libstd/collections/hashmap.rs
AgeCommit message (Expand)AuthorLines
2014-09-02std: Split hashmap.rs into modulesPiotr Czarnecki-3452/+0
2014-09-02std: RawTable exposes a safe interface for HashMapPiotr Czarnecki-528/+883
2014-09-02std: branchless bucket distance for hashmapPiotr Czarnecki-9/+1
2014-08-29Register new snapshotsAlex Crichton-18/+0
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+20
2014-08-13core: Rename ImmutableEqSlice to ImmutablePartialEqSliceBrian Anderson-1/+1
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-1/+1
2014-08-12auto merge of #16195 : P1start/rust/more-index, r=aturonbors-6/+48
2014-08-12Implement Index for HashMapP1start-6/+48
2014-08-01Fix misspelled comments.Joseph Crail-1/+1
2014-07-28doc: reduce overlong sentenceTshepang Lekhonkhobe-1/+1
2014-07-27doc: Correctly onclose code blocks in HashSetJonas Hietala-0/+3
2014-07-24Cleanup HashMap documentation.Jonas Hietala-53/+68
2014-07-24Remove explicit rust code specifier. Unhide use HashMap.Jonas Hietala-56/+56
2014-07-24Fill in example code for HashMap.Jonas Hietala-19/+293
2014-07-23Just land alreadyBrian Anderson-1/+1
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+2
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+2
2014-07-18Remove examples from trait implementations. Unhide imports.Jonas Hietala-154/+18
2014-07-18Fill in documentation for HashSet.Jonas Hietala-37/+267
2014-07-16Extend HashSet documentation.Jonas Hietala-4/+159
2014-07-04librustc: Remove the `&LIFETIME EXPR` production from the language.Patrick Walton-6/+3
2014-06-30std: micro optimize Hash{Map,Set}::{new,with_capacity}Erick Tryzelaar-0/+8
2014-06-30std: make sure HashMap from_iter uses random initialization by defaultErick Tryzelaar-15/+10
2014-06-28Rename all raw pointers as necessaryAlex Crichton-2/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-70/+70
2014-06-15Register new snapshotsAlex Crichton-24/+0
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-0/+24
2014-06-10auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichtonbors-3/+2
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-3/+3
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-2/+2
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-3/+2
2014-06-06Implement Eq for HashSet and HashMapSteven Fackler-3/+7
2014-06-05Fallout from the libcollections movementAlex Crichton-12/+22
2014-06-05std: Recreate a `collections` moduleAlex Crichton-0/+2507