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
/
liballoc
/
vec_deque.rs
Age
Commit message (
Expand
)
Author
Lines
2018-05-24
stabilize RangeBounds collections_range #30877
Cory Sherman
-2
/
+2
2018-04-16
Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundi
bors
-1
/
+1
2018-04-14
Cleanup liballoc use statements
Mike Hommey
-3
/
+2
2018-04-04
Replace manual iter exhaust with for_each(drop).
Clar Charr
-1
/
+1
2018-04-03
Remove all unstable placement features
Aidan Hobson Sayers
-143
/
+1
2018-03-29
Move RangeArguments to {core::std}::ops and rename to RangeBounds
Simon Sapin
-3
/
+2
2018-03-29
Move alloc::Bound to {core,std}::ops
Simon Sapin
-1
/
+1
2018-03-27
Implement `shrink_to` method on collections
Diggory Blake
-1
/
+34
2018-03-14
implementing fallible allocation API (try_reserve) for Vec, String and HashMap
snf
-0
/
+92
2018-03-03
core: Update stability attributes for FusedIterator
Ulrik Sverdrup
-4
/
+4
2018-03-03
core: Stabilize FusedIterator
Ulrik Sverdrup
-4
/
+4
2018-01-24
Auto merge of #47299 - cramertj:unsafe-placer, r=alexcrichton
bors
-2
/
+2
2018-01-21
Rollup merge of #47595 - PieterPenninckx:master, r=shepmaster
Guillaume Gomez
-7
/
+8
2018-01-21
Revert change to docs in panic section of VecDeque::split_off
Pieter Penninckx
-1
/
+1
2018-01-20
Auto merge of #46980 - zackmdavis:and_the_case_of_the_needlessly_parenthesize...
bors
-1
/
+1
2018-01-20
Rename std::ptr::Shared to NonNull
Simon Sapin
-3
/
+3
2018-01-19
Small improvements to the documentation of VecDeque.
Pieter Penninckx
-7
/
+8
2018-01-18
in which the unused-parens lint comes to cover function and method args
Zack M. Davis
-1
/
+1
2018-01-09
Make core::ops::Place an unsafe trait
Taylor Cramer
-2
/
+2
2017-09-30
address some `FIXME`s whose associated issues were marked as closed
Niv Kaminer
-1
/
+1
2017-09-23
Fix capacity comparison in reserve
Steven Fackler
-1
/
+1
2017-09-18
alloc: Implement rfold for VecDeque iterators
Ulrik Sverdrup
-0
/
+16
2017-08-27
Clarify that VecDeque::swap can panic
David Ross
-2
/
+4
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-08-01
Fixed extra cases found in better checking.
Isaac van Bakel
-2
/
+2
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-1
/
+1
2017-07-22
Add conversions from references to NonZero pointers, Unique, and Shared
Simon Sapin
-1
/
+1
2017-07-22
Rename {NonZero,Shared,Unique}::new to new_unchecked
Simon Sapin
-1
/
+1
2017-06-30
Revert "Stabilize RangeArgument"
Steven Fackler
-2
/
+3
2017-06-24
Stabilize RangeArgument
Steven Fackler
-3
/
+2
2017-06-13
Merge crate `collections` into `alloc`
Murarth
-0
/
+2970