about summary refs log tree commit diff
path: root/src/libstd/collections
AgeCommit message (Expand)AuthorLines
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-7/+7
2014-07-04librustc: Remove the `&LIFETIME EXPR` production from the language.Patrick Walton-6/+3
2014-07-02auto merge of #15257 : erickt/rust/hashmap, r=alexcrichtonbors-15/+18
2014-06-30libstd: set baseline stability levels.Aaron Turon-0/+2
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-3/+3
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-70/+70
2014-06-15Register new snapshotsAlex Crichton-44/+0
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-0/+44
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-7/+8
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-3/+3
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-14/+25
2014-06-05std: Recreate a `collections` moduleAlex Crichton-0/+2880