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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libextra
/
deque.rs
Age
Commit message (
Expand
)
Author
Lines
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