summary refs log tree commit diff
path: root/src/libcollections/lib.rs
AgeCommit message (Expand)AuthorLines
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-22Register new snapshotsAlex Crichton-1/+0
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-0/+2
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-14Register new snapshotsAlex Crichton-12/+3
2014-06-11sync: Move underneath libstdAlex Crichton-0/+2
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-3/+13
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-7/+116
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-0/+4
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-2/+4
2014-06-05std: Recreate a `collections` moduleAlex Crichton-10/+33
2014-05-29std: Recreate a `rand` moduleAlex Crichton-1/+0
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+1
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-04-09collections: replace all ~[T] with Vec<T>.Huon Wilson-0/+2
2014-04-04Register new snapshotsAlex Crichton-2/+0
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-03-31collections: Switch field privacy as necessaryAlex Crichton-0/+2
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-29auto merge of #13183 : erickt/rust/remove-list, r=alexcrichtonbors-2/+0
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-8/+8
2014-03-28collections: remove ListErick Tryzelaar-2/+0
2014-03-23Register new snapshotsFlavio Percoco-1/+0
2014-03-20Register new snapshotsAlex Crichton-4/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+2
2014-03-15Add rustdoc html crate infoSteven Fackler-0/+3
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-0/+2
2014-02-27collections: allow `HashMap` to work with generic hashersErick Tryzelaar-1/+5
2014-02-24Move extra::json to libserializeAlex Crichton-1/+0
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-0/+4
2014-02-21auto merge of #12415 : HeroesGrave/rust/move-enum-set, r=alexcrichtonbors-0/+2
2014-02-20move extra::test to libtestLiigo Zhuang-1/+1
2014-02-20move enum_set to libcollections. #8784HeroesGrave-0/+2
2014-02-14extern mod => extern crateAlex Crichton-4/+3
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-0/+46