about summary refs log tree commit diff
path: root/src/libcollections/ring_buf.rs
AgeCommit message (Expand)AuthorLines
2014-12-07Remove mention of Dequeue in collections docs.Steve Klabnik-2/+1
2014-12-06libcollections: remove unnecessary `as_slice()` callsJorge Aparicio-6/+6
2014-11-26More test fixes and rebase conflicts!Alex Crichton-1/+1
2014-11-26rollup merge of #19231: Gankro/ringbuf-into-iterAlex Crichton-8/+102
2014-11-25Fallout from stabilizationAaron Turon-4/+3
2014-11-23add MoveItems to RingBuf, fixes #19085Alexis Beingessner-8/+102
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-11-15Update ring_buf.rs from fallout of #18827.Colin Sherratt-5/+5
2014-11-14Added population count assertion in reserve. Cleaned up wrap_index.Colin Sherratt-11/+14
2014-11-14Manually reset the ringbuffer before or after the ringbuffer push/pop tests.Colin Sherratt-17/+25
2014-11-14Added some extra debug_asserts to ring_buf.Colin Sherratt-4/+16
2014-11-14Handle allocate/reallocate errors in ring_bufColin Sherratt-9/+14
2014-11-14Expand the benchmarking and unit test suite for ring_buf.Colin Sherratt-199/+486
2014-11-08Renamed Extendable to Extendgamazeps-1/+1
2014-11-06Implement low-hanging fruit of collection conventionsAlexis Beingessner-110/+218
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-0/+1152