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
/
liballoc
/
tests
/
vec_deque.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-10
we can now skip should_panic tests with the libtest harness
Ralf Jung
-1
/
+0
2019-02-22
Rollup merge of #58064 - llogiq:vec-deque-try-rfold, r=scottmcm
Mazdak Farrokhzad
-0
/
+64
2019-02-18
override `VecDeque::try_rfold`, also update iterator
Andre Bogus
-0
/
+64
2019-02-13
review failures in btree, string
Ralf Jung
-1
/
+3
2019-02-13
review failures in binary_heap, str, vec_deque
Ralf Jung
-7
/
+4
2019-02-09
Rollup merge of #58275 - RalfJung:miri-test-libcore, r=Mark-Simulacrum
Mazdak Farrokhzad
-0
/
+7
2019-02-07
disable tests in Miri
Ralf Jung
-0
/
+7
2019-02-03
liballoc: revert nested imports style changes.
Mazdak Farrokhzad
-9
/
+5
2019-02-02
liballoc: elide some lifetimes.
Mazdak Farrokhzad
-1
/
+1
2019-02-02
liballoc: apply uniform_paths.
Mazdak Farrokhzad
-2
/
+2
2019-02-02
liballoc: refactor & fix some imports.
Mazdak Farrokhzad
-8
/
+13
2019-01-30
override `VecDeque`'s `Iter::try_fold`
Andre Bogus
-0
/
+37
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-19
Add more VecDeque::rotate_{left|right} tests
Scott McMurray
-0
/
+134
2018-12-04
Replace usages of `..i + 1` ranges with `..=i`.
Corey Farwell
-4
/
+4
2018-08-15
Test VecDeque append not dropping twice
Pazzaz
-0
/
+25
2018-07-22
Simplify vecdeque append test
Pazzaz
-42
/
+64
2018-07-19
Non-naive implementation for `VecDeque.append`
Pazzaz
-0
/
+54
2018-04-12
Remove the now-unit-struct AllocErr field inside CollectionAllocErr
Simon Sapin
-6
/
+6
2018-04-03
Remove all unstable placement features
Aidan Hobson Sayers
-22
/
+0
2018-03-15
setting ABORTING_MALLOC for asmjs backend
snf
-7
/
+1
2018-03-14
try_reserve: disabling tests for asmjs, blocked by #48968
snf
-1
/
+7
2018-03-14
implementing fallible allocation API (try_reserve) for Vec, String and HashMap
snf
-0
/
+208
2017-07-01
Delete deprecated & unstable range-specific `step_by`
Scott McMurray
-2
/
+1
2017-06-13
Merge crate `collections` into `alloc`
Murarth
-0
/
+1025