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
/
libcollections
/
vec_deque.rs
Age
Commit message (
Expand
)
Author
Lines
2015-10-01
VecDeque: Use power of two capacity even for zero sized types
Ulrik Sverdrup
-1
/
+40
2015-09-11
std: Stabilize/deprecate features for 1.4
Alex Crichton
-11
/
+3
2015-08-31
Add missing stability attributes to VecDeque.
Eli Friedman
-2
/
+8
2015-08-26
Make iter::order functions into methods on Iterator
Steven Fackler
-3
/
+3
2015-08-15
collections: Add issues for unstable features
Alex Crichton
-11
/
+22
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-21
/
+1
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+2
2015-07-29
Rollup merge of #27326 - steveklabnik:doc_show_use, r=Gankro
Steve Klabnik
-10
/
+20
2015-07-29
Rollup merge of #27102 - tshepang:better-examples, r=aturon
Steve Klabnik
-19
/
+23
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-10
/
+20
2015-07-19
doc: use 'index' and 'value' in place of 'i' and 't'
Tshepang Lekhonkhobe
-38
/
+38
2015-07-17
Auto merge of #26955 - Gankro:raw-vec, r=bluss,alexcrichton
bors
-153
/
+130
2015-07-17
doc: improve some VecDeque examples
Tshepang Lekhonkhobe
-19
/
+23
2015-07-17
doc: add missing space
Tshepang Lekhonkhobe
-1
/
+1
2015-07-17
Add RawVec to unify raw Vecish code
Alexis Beingessner
-153
/
+130
2015-07-08
'iff' for docs to 'if and only if'
Esption
-1
/
+1
2015-07-08
Fixed some occurrences of 'if' being spelled 'iff'
Esption
-1
/
+1
2015-07-06
Auto merge of #26817 - cmr:vecdeque-docs, r=Gankro
bors
-0
/
+4
2015-07-05
collections: vec_deque: add some notes on how to use VecDeque as a queue effe...
Corey Richardson
-0
/
+4
2015-07-05
collections: vec_deque: rename "ringbuf" to "VecDeque" in doc comments
Corey Richardson
-14
/
+14
2015-06-24
Make `align_of` behave like `min_align_of`.
Huon Wilson
-4
/
+4
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-0
/
+1
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-9
/
+9
2015-06-17
collections: Split the `collections` feature
Alex Crichton
-10
/
+10
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-2
/
+2
2015-06-08
Implement RFC 839
Johannes Oertel
-0
/
+7
2015-06-01
[libcollections] Fix unused import warnings during stage0 build
Wesley Wiser
-1
/
+1
2015-05-19
collections: Clean up feature flags doc examples
Ulrik Sverdrup
-6
/
+0
2015-05-04
Implement retain for vec_deque
Steven Allen
-0
/
+36
2015-04-28
Register new snapshots
Tamir Duberstein
-2
/
+0
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-21
rollup merge of #24541: alexcrichton/issue-24538
Alex Crichton
-11
/
+6
2015-04-18
Utilize if..let for get_mut doc-comment examples
Corey Farwell
-5
/
+2
2015-04-17
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-11
/
+6
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-1
/
+1
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-9
/
+5
2015-03-31
Test fixes and rebase conflicts, round 1
Alex Crichton
-2
/
+0
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-9
/
+5
2015-03-31
rollup merge of #23886: demelev/remove_as_slice_usage
Alex Crichton
-1
/
+2
2015-03-31
rollup merge of #23549: aturon/stab-num
Alex Crichton
-0
/
+1
2015-03-31
Auto merge of #23549 - aturon:stab-num, r=alexcrichton
bors
-0
/
+1
2015-03-31
Stabilize std::num
Aaron Turon
-0
/
+1
2015-03-31
replace deprecated as_slice()
Emeliov Dmitrii
-1
/
+2
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-8
/
+8
2015-03-28
Remove IteratorExt
Steven Fackler
-1
/
+1
2015-03-27
rollup merge of #23738: alexcrichton/snapshots
Alex Crichton
-14
/
+0
2015-03-26
syntax: Remove parsing of old slice syntax
Alex Crichton
-1
/
+1
2015-03-26
Register new snapshots
Alex Crichton
-14
/
+0
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-0
/
+15
[next]