about summary refs log tree commit diff
path: root/src/libextra/deque.rs
AgeCommit message (Expand)AuthorLines
2013-07-11extra: Rename deque::Deque to ringbuf::RingBuf and impl trait Dequeblake2-ppc-684/+0
2013-07-08 Replaces the free-standing functions in f32, &c.Jens Nockert-1/+2
2013-07-06deque: Implement Clone and Eq for Dequeblake2-ppc-0/+49
2013-07-06deque: Remove obsolete methods .each() and .eachi()blake2-ppc-29/+0
2013-07-06deque: Implement Deque::with_capacity. Lower initial capacity to 8.blake2-ppc-2/+18
2013-07-06deque: Move the shorter part when growingblake2-ppc-7/+25
2013-07-06deque: Change iterators to use the same index calculation as Dequeblake2-ppc-39/+39
2013-07-06deque: Add tests for mut_iter and mut_rev_iterblake2-ppc-1/+51
2013-07-06deque: Remove rendundant field hiblake2-ppc-22/+26
2013-07-06deque: Implement FromIteratorblake2-ppc-0/+27
2013-07-06deque: Speed up deque growth by a lotblake2-ppc-17/+20
2013-07-06deque: Add tests and bench testsblake2-ppc-0/+56
2013-07-06deque: Fix grow condition in add_frontblake2-ppc-1/+1
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-2/+2
2013-06-30auto merge of #7468 : cmr/rust/great_renaming, r=pcwaltonbors-12/+11
2013-06-29Removing a lot of usage of '&const'Alex Crichton-2/+2
2013-06-29Warning cleanupCorey Richardson-5/+5
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-11/+10
2013-06-28Convert vec::{reserve, reserve_at_least, capacity} to methods.Huon Wilson-7/+6
2013-06-26Fix deque testsCorey Richardson-4/+5
2013-06-26Fix whitespace issues (thanks @jedestep!)Corey Richardson-14/+9
2013-06-26Moving implementation details to a macroJed Estep-67/+28
2013-06-26A few iterator testsJed Estep-0/+31
2013-06-26iterators use deque orderingJed Estep-49/+72
2013-06-26deque iteratorJed Estep-0/+95
2013-06-16Add copies to type params with Copy boundNiko Matsakis-18/+18
2013-06-14rm MutableIterDaniel Micay-1/+1
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-13/+13
2013-05-30libextra: Require documentation by defaultAlex Crichton-0/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-27extra: Add reserve and reserve_at_least to extra::dequeTim Chevalier-0/+51
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+329