summary refs log tree commit diff
path: root/src/libcollections/ringbuf.rs
AgeCommit message (Expand)AuthorLines
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-13/+13
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-5/+7
2014-06-13Fix all violations of stronger guarantees for mutable borrowsCameron Zwarich-1/+2
2014-06-09collections: Add missing Default implsTom Jakubowski-0/+6
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-3/+3
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-5/+6
2014-06-05std: Recreate a `collections` moduleAlex Crichton-5/+7
2014-06-04Implement Show for RingBufAdolfo Ochagavía-0/+26
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-6/+6
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