| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-02-27 | collections: allow `HashMap` to work with generic hashers | Erick Tryzelaar | -1/+5 | |
| 2014-02-24 | Move extra::json to libserialize | Alex Crichton | -1/+0 | |
| This also inverts the dependency between libserialize and libcollections. cc #8784 | ||||
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -0/+4 | |
| These two containers are indeed collections, so their place is in libcollections, not in libstd. There will always be a hash map as part of the standard distribution of Rust, but by moving it out of the standard library it makes libstd that much more portable to more platforms and environments. This conveniently also removes the stuttering of 'std::hashmap::HashMap', although 'collections::HashMap' is only one character shorter. | ||||
| 2014-02-21 | auto merge of #12415 : HeroesGrave/rust/move-enum-set, r=alexcrichton | bors | -0/+2 | |
| Part of #8784 Also removed the one glob import. | ||||
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -1/+1 | |
| 2014-02-20 | move enum_set to libcollections. #8784 | HeroesGrave | -0/+2 | |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -4/+3 | |
| This was previously implemented, and it just needed a snapshot to go through | ||||
| 2014-02-07 | moved collections from libextra into libcollections | HeroesGrave | -0/+46 | |
