about summary refs log tree commit diff
path: root/src/libextra/ringbuf.rs
AgeCommit message (Expand)AuthorLines
2013-08-15std: Move the iterator param on FromIterator and Extendable to the method.Huon Wilson-4/+4
2013-08-10std: Iterator.take_ -> .takeErick Tryzelaar-1/+1
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-2/+2
2013-08-06iterator: rename `Counter::new` to `count`Daniel Micay-1/+1
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-6/+6
2013-08-03remove obsolete `foreach` keywordDaniel Micay-18/+18
2013-08-02replace `range` with an external iteratorDaniel Micay-15/+13
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-1/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-5/+5
2013-07-30extra: Implement iterator::Extendableblake2-ppc-4/+11
2013-07-30extra: Implement RandomAccessIterator for RingBufblake2-ppc-15/+26
2013-07-29std: Rename Iterator adaptor types to drop the -Iterator suffixblake2-ppc-3/+3
2013-07-27auto merge of #8074 : thestinger/rust/iterator, r=cmrbors-2/+2
2013-07-27Remove dummy type parameters from iterator adaptorsblake2-ppc-2/+2
2013-07-25Added default impls for container methodsSteven Fackler-3/+0
2013-07-20Use Option .take() or .take_unwrap() instead of util::replace where possibleblake2-ppc-3/+2
2013-07-17test: Fix tests.Patrick Walton-15/+15
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-26/+32
2013-07-16ringbuf: Implement DoubleEndedIteratorblake2-ppc-34/+37
2013-07-14ringbuf: Implement .size_hint() for iteratorsblake2-ppc-0/+15
2013-07-11extra: Mention extra::container::Deque trait in doc for RingBuf and DListblake2-ppc-1/+4
2013-07-11extra: Rename deque::Deque to ringbuf::RingBuf and impl trait Dequeblake2-ppc-0/+705