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
/
libextra
/
deque.rs
Age
Commit message (
Expand
)
Author
Lines
2013-07-11
extra: Rename deque::Deque to ringbuf::RingBuf and impl trait Deque
blake2-ppc
-684
/
+0
2013-07-08
Replaces the free-standing functions in f32, &c.
Jens Nockert
-1
/
+2
2013-07-06
deque: Implement Clone and Eq for Deque
blake2-ppc
-0
/
+49
2013-07-06
deque: Remove obsolete methods .each() and .eachi()
blake2-ppc
-29
/
+0
2013-07-06
deque: Implement Deque::with_capacity. Lower initial capacity to 8.
blake2-ppc
-2
/
+18
2013-07-06
deque: Move the shorter part when growing
blake2-ppc
-7
/
+25
2013-07-06
deque: Change iterators to use the same index calculation as Deque
blake2-ppc
-39
/
+39
2013-07-06
deque: Add tests for mut_iter and mut_rev_iter
blake2-ppc
-1
/
+51
2013-07-06
deque: Remove rendundant field hi
blake2-ppc
-22
/
+26
2013-07-06
deque: Implement FromIterator
blake2-ppc
-0
/
+27
2013-07-06
deque: Speed up deque growth by a lot
blake2-ppc
-17
/
+20
2013-07-06
deque: Add tests and bench tests
blake2-ppc
-0
/
+56
2013-07-06
deque: Fix grow condition in add_front
blake2-ppc
-1
/
+1
2013-07-01
rustc: add a lint to enforce uppercase statics.
Huon Wilson
-2
/
+2
2013-06-30
auto merge of #7468 : cmr/rust/great_renaming, r=pcwalton
bors
-12
/
+11
2013-06-29
Removing a lot of usage of '&const'
Alex Crichton
-2
/
+2
2013-06-29
Warning cleanup
Corey Richardson
-5
/
+5
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-11
/
+10
2013-06-28
Convert vec::{reserve, reserve_at_least, capacity} to methods.
Huon Wilson
-7
/
+6
2013-06-26
Fix deque tests
Corey Richardson
-4
/
+5
2013-06-26
Fix whitespace issues (thanks @jedestep!)
Corey Richardson
-14
/
+9
2013-06-26
Moving implementation details to a macro
Jed Estep
-67
/
+28
2013-06-26
A few iterator tests
Jed Estep
-0
/
+31
2013-06-26
iterators use deque ordering
Jed Estep
-49
/
+72
2013-06-26
deque iterator
Jed Estep
-0
/
+95
2013-06-16
Add copies to type params with Copy bound
Niko Matsakis
-18
/
+18
2013-06-14
rm MutableIter
Daniel Micay
-1
/
+1
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-13
/
+13
2013-05-30
libextra: Require documentation by default
Alex Crichton
-0
/
+1
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+2
2013-05-27
extra: Add reserve and reserve_at_least to extra::deque
Tim Chevalier
-0
/
+51
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+329