index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libextra
/
ringbuf.rs
Age
Commit message (
Expand
)
Author
Lines
2013-08-15
std: Move the iterator param on FromIterator and Extendable to the method.
Huon Wilson
-4
/
+4
2013-08-10
std: Iterator.take_ -> .take
Erick Tryzelaar
-1
/
+1
2013-08-10
std: Rename Iterator.transform -> .map
Erick Tryzelaar
-2
/
+2
2013-08-06
iterator: rename `Counter::new` to `count`
Daniel Micay
-1
/
+1
2013-08-05
Updated std::Option, std::Either and std::Result
Marvin Löbel
-6
/
+6
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-18
/
+18
2013-08-02
replace `range` with an external iterator
Daniel Micay
-15
/
+13
2013-08-01
std: Change `Times` trait to use `do` instead of `for`
blake2-ppc
-1
/
+1
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-5
/
+5
2013-07-30
extra: Implement iterator::Extendable
blake2-ppc
-4
/
+11
2013-07-30
extra: Implement RandomAccessIterator for RingBuf
blake2-ppc
-15
/
+26
2013-07-29
std: Rename Iterator adaptor types to drop the -Iterator suffix
blake2-ppc
-3
/
+3
2013-07-27
auto merge of #8074 : thestinger/rust/iterator, r=cmr
bors
-2
/
+2
2013-07-27
Remove dummy type parameters from iterator adaptors
blake2-ppc
-2
/
+2
2013-07-25
Added default impls for container methods
Steven Fackler
-3
/
+0
2013-07-20
Use Option .take() or .take_unwrap() instead of util::replace where possible
blake2-ppc
-3
/
+2
2013-07-17
test: Fix tests.
Patrick Walton
-15
/
+15
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-26
/
+32
2013-07-16
ringbuf: Implement DoubleEndedIterator
blake2-ppc
-34
/
+37
2013-07-14
ringbuf: Implement .size_hint() for iterators
blake2-ppc
-0
/
+15
2013-07-11
extra: Mention extra::container::Deque trait in doc for RingBuf and DList
blake2-ppc
-1
/
+4
2013-07-11
extra: Rename deque::Deque to ringbuf::RingBuf and impl trait Deque
blake2-ppc
-0
/
+705