Steven Fackler
9106c15ffd
Add rustdoc html crate info
2014-03-15 14:26:12 -07:00
Huon Wilson
62792f09f2
lint: add lint for use of a ~[T]
.
...
This is useless at the moment (since pretty much every crate uses
`~[]`), but should help avoid regressions once completely removed from a
crate.
2014-03-14 11:28:39 +11:00
Huon Wilson
198caa87cd
Update users for the std::rand -> librand move.
2014-03-12 11:31:43 +11:00
Erick Tryzelaar
72b5e30f6c
collections: allow HashMap
to work with generic hashers
2014-02-27 19:02:52 -08:00
Alex Crichton
6485917d7c
Move extra::json to libserialize
...
This also inverts the dependency between libserialize and libcollections.
cc #8784
2014-02-24 09:51:39 -08:00
Alex Crichton
2a14e084cf
Move std::{trie, hashmap} to libcollections
...
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-23 00:35:11 -08:00
bors
2fa7d6b44f
auto merge of #12415 : HeroesGrave/rust/move-enum-set, r=alexcrichton
...
Part of #8784
Also removed the one glob import.
2014-02-21 05:26:58 -08:00
Liigo Zhuang
53b9d1a324
move extra::test to libtest
2014-02-20 16:03:58 +08:00
HeroesGrave
5bf8d3289f
move enum_set to libcollections. #8784
2014-02-20 19:38:01 +13:00
Alex Crichton
a41b0c2529
extern mod => extern crate
...
This was previously implemented, and it just needed a snapshot to go through
2014-02-14 22:55:21 -08:00
HeroesGrave
d81bb441da
moved collections from libextra into libcollections
2014-02-07 19:49:26 +13:00