summary refs log tree commit diff
path: root/src/libextra/deque.rs
AgeCommit message (Expand)AuthorLines
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