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
/
collections
Age
Commit message (
Expand
)
Author
Lines
2018-12-07
Fix broken doc test
Corey Farwell
-1
/
+1
2018-12-07
Drain only needs a shared reference
Ralf Jung
-7
/
+5
2018-12-07
VecDeque::drain: make sure the 'drain' raw pointer is actually still usable
Ralf Jung
-2
/
+7
2018-12-05
Fix typo in variable name
Corey Farwell
-1
/
+1
2018-12-04
Replace usages of `..i + 1` ranges with `..=i`.
Corey Farwell
-9
/
+9
2018-12-04
Add example of using the indexing operator to BTreeMap docs
Corey Farwell
-0
/
+3
2018-12-03
Rollup merge of #56432 - ordovicia:shrink-to-issue, r=Centril
kennytm
-2
/
+2
2018-12-03
Rollup merge of #56401 - scottmcm:vecdeque-resize-with, r=dtolnay
kennytm
-33
/
+27
2018-12-02
avoid MaybeUninit::get_mut where it is not needed
Ralf Jung
-2
/
+2
2018-12-02
Update issue number of `shrink_to` methods to point the tracking issue
Hidehito Yabuuchi
-2
/
+2
2018-11-30
Move VecDeque::resize_with out of the impl<T:Clone> block
Scott McMurray
-33
/
+27
2018-11-17
Add VecDeque::resize_with
Scott McMurray
-1
/
+39
2018-11-15
Rollup merge of #55901 - euclio:speling, r=petrochenkov
Pietro Albini
-1
/
+1
2018-11-13
fix various typos in doc comments
Andy Russell
-1
/
+1
2018-11-06
Format BtreeMap::range_mut example
kngwyu
-3
/
+4
2018-10-28
msp430: fix compilation of liballoc
Jorge Aparicio
-0
/
+2
2018-10-23
fix typos in various places
Matthias Krüger
-1
/
+1
2018-10-10
remove a now outdated comment
Ralf Jung
-3
/
+0
2018-10-09
address RalfJung's comment
Jorge Aparicio
-6
/
+6
2018-10-09
alloc: fix deprecated warnings
Jorge Aparicio
-20
/
+20
2018-10-05
Revert "Slightly refactor VecDeque implementation"
Alex Crichton
-3
/
+3
2018-10-05
Revert "Optimize VecDeque::append"
Alex Crichton
-27
/
+2
2018-10-05
Revert "Add docs and debug asserts"
Alex Crichton
-23
/
+11
2018-10-05
Revert "Fix tidy"
Alex Crichton
-2
/
+1
2018-10-05
Revert "Add another assert"
Alex Crichton
-4
/
+0
2018-09-29
Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"
Ralf Jung
-20
/
+20
2018-09-22
address RalfJung's comment
Jorge Aparicio
-6
/
+6
2018-09-22
alloc: fix deprecated warnings
Jorge Aparicio
-20
/
+20
2018-09-04
Breaking change upgrades
Mark Rousskov
-1
/
+1
2018-08-29
Add another assert
MaloJaffre
-0
/
+4
2018-08-28
Fix tidy
MaloJaffre
-1
/
+2
2018-08-28
Add docs and debug asserts
MaloJaffre
-11
/
+23
2018-08-24
Optimize VecDeque::append
MaloJaffre
-2
/
+27
2018-08-24
Slightly refactor VecDeque implementation
MaloJaffre
-3
/
+3
2018-08-22
Add a test for issue #53529
MaloJaffre
-0
/
+17
2018-08-22
Fix unsoundness in VecDeque Debug impls
MaloJaffre
-8
/
+8
2018-08-22
Revert "Auto merge of #52553 - Pazzaz:vecdeque-append, r=SimonSapin"
MaloJaffre
-159
/
+2
2018-08-20
Replace usages of ptr::offset with ptr::{add,sub}.
Corey Farwell
-45
/
+45
2018-08-18
Auto merge of #52553 - Pazzaz:vecdeque-append, r=SimonSapin
bors
-2
/
+159
2018-08-15
Clarify unused_as_mut_slices
Pazzaz
-3
/
+6
2018-08-14
Clarify dst condition
Pazzaz
-8
/
+8
2018-08-14
Don't drop values in other, just move the tail
Pazzaz
-7
/
+3
2018-08-05
Correct invalid feature attributes
varkor
-1
/
+1
2018-07-22
Make VecDeque append safer and easier to understand
Pazzaz
-109
/
+131
2018-07-20
data_structures: Add a reference wrapper for pointer-indexed maps/sets
Vadim Petrochenkov
-1
/
+1
2018-07-19
Non-naive implementation for `VecDeque.append`
Pazzaz
-2
/
+138
2018-07-02
add outlives annotations to `BTreeMap`
Niko Matsakis
-7
/
+10
2018-07-02
Make `BTreeMap::clone()` not allocate when cloning an empty tree.
Nicholas Nethercote
-1
/
+10
2018-06-29
Move core::alloc::CollectionAllocErr to alloc::collections
Simon Sapin
-1
/
+30
2018-06-29
Move some alloc crate top-level items to a new alloc::collections module
Simon Sapin
-0
/
+11162
[prev]