about summary refs log tree commit diff
path: root/src/libcollections/ringbuf.rs
AgeCommit message (Expand)AuthorLines
2014-05-22Remove a slew of old deprecated functionsAlex Crichton-11/+1
2014-04-28Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...Jonathan S-11/+11
2014-04-23std: Change RandomAccessIterator to use `&mut self`Alex Crichton-1/+1
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-5/+5
2014-04-09collections: replace all ~[T] with Vec<T>.Huon Wilson-23/+22
2014-03-31collections: Switch field privacy as necessaryAlex Crichton-10/+10
2014-03-30Rename `from_iterator` to `from_iter` for consistency.Brian Anderson-2/+2
2014-03-30Updated references to extra in libcollections docsScott Jenkins-1/+1
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-3/+3
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-7/+8
2014-02-24Move extra::json to libserializeAlex Crichton-27/+0
2014-02-20move extra::test to libtestLiigo Zhuang-1/+2
2014-02-13Removed num::OrderableMichael Darakananda-2/+2
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-0/+858