summary refs log tree commit diff
path: root/src/libcollections/deque.rs
AgeCommit message (Expand)AuthorLines
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-29/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-3/+2
2014-06-05std: Recreate a `collections` moduleAlex Crichton-1/+1
2014-05-29std: Recreate a `rand` moduleAlex Crichton-2/+2
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-9/+9
2014-04-09collections: replace all ~[T] with Vec<T>.Huon Wilson-4/+3
2014-04-08Register new snapshotsAlex Crichton-1/+1
2014-04-01auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichtonbors-2/+2
2014-04-01rand: bubble up IO messages futher.Huon Wilson-2/+2
2014-03-30Updated references to extra in libcollections docsScott Jenkins-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-2/+3
2014-02-20move extra::test to libtestLiigo Zhuang-1/+2
2014-02-14return value/use extra::test::black_box in benchmarkslpy-1/+2
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-0/+122