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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libextra
/
ringbuf.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-07
extratest: Fix all leaked trait imports
Alex Crichton
-2
/
+3
2013-12-11
Make 'self lifetime illegal.
Erik Price
-17
/
+17
2013-12-02
rename MutableVector::mut_split(at) to MutableVector::mut_split_at(at)
Guillaume Pinot
-3
/
+3
2013-11-28
auto merge of #10519 : nikomatsakis/rust/issue-8624-borrowck-overly-permissiv...
bors
-47
/
+108
2013-11-28
Modify iterators to make them safe with the new rules.
Niko Matsakis
-47
/
+108
2013-11-26
test: Remove all remaining non-procedure uses of `do`.
Patrick Walton
-10
/
+10
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-12
/
+12
2013-09-30
extra: Remove usage of fmt!
Alex Crichton
-12
/
+12
2013-09-26
extra::ringbuf: Implement method `.swap(uint, uint)` just like vector
blake2-ppc
-0
/
+21
2013-09-09
rename `std::iterator` to `std::iter`
Daniel Micay
-3
/
+3
2013-09-01
std/extra: Add ExactSize for Bitv, DList, RingBuf, Option iterators
blake2-ppc
-0
/
+4
2013-08-27
librustc: Ensure that type parameters are in the right positions in paths.
Patrick Walton
-1
/
+1
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