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
/
libcollections
/
ring_buf.rs
Age
Commit message (
Expand
)
Author
Lines
2014-12-07
Remove mention of Dequeue in collections docs.
Steve Klabnik
-2
/
+1
2014-12-06
libcollections: remove unnecessary `as_slice()` calls
Jorge Aparicio
-6
/
+6
2014-11-26
More test fixes and rebase conflicts!
Alex Crichton
-1
/
+1
2014-11-26
rollup merge of #19231: Gankro/ringbuf-into-iter
Alex Crichton
-8
/
+102
2014-11-25
Fallout from stabilization
Aaron Turon
-4
/
+3
2014-11-23
add MoveItems to RingBuf, fixes #19085
Alexis Beingessner
-8
/
+102
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+2
2014-11-15
Update ring_buf.rs from fallout of #18827.
Colin Sherratt
-5
/
+5
2014-11-14
Added population count assertion in reserve. Cleaned up wrap_index.
Colin Sherratt
-11
/
+14
2014-11-14
Manually reset the ringbuffer before or after the ringbuffer push/pop tests.
Colin Sherratt
-17
/
+25
2014-11-14
Added some extra debug_asserts to ring_buf.
Colin Sherratt
-4
/
+16
2014-11-14
Handle allocate/reallocate errors in ring_buf
Colin Sherratt
-9
/
+14
2014-11-14
Expand the benchmarking and unit test suite for ring_buf.
Colin Sherratt
-199
/
+486
2014-11-08
Renamed Extendable to Extend
gamazeps
-1
/
+1
2014-11-06
Implement low-hanging fruit of collection conventions
Alexis Beingessner
-110
/
+218
2014-11-02
refactor libcollections as part of collection reform
Alexis Beingessner
-0
/
+1152
[prev]