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
2019-02-03
liballoc: revert nested imports style changes.
Mazdak Farrokhzad
-83
/
+58
2019-02-02
liballoc: fix some idiom lints.
Mazdak Farrokhzad
-58
/
+58
2019-02-02
liballoc: elide some lifetimes.
Mazdak Farrokhzad
-82
/
+81
2019-02-02
liballoc: apply uniform_paths.
Mazdak Farrokhzad
-7
/
+8
2019-02-02
liballoc: prefer imports of borrow from libcore.
Mazdak Farrokhzad
-9
/
+7
2019-02-02
liballoc: refactor & fix some imports.
Mazdak Farrokhzad
-72
/
+87
2019-02-02
liballoc: cargo check passes on 2018
Mazdak Farrokhzad
-13
/
+13
2019-01-30
override `VecDeque`'s `Iter::try_fold`
Andre Bogus
-1
/
+9
2019-01-28
rename first_mut_ptr -> first_ptr_mut
Ralf Jung
-5
/
+5
2019-01-28
add macro for creating uninitialized array
Ralf Jung
-9
/
+3
2019-01-28
avoid some raw ptr casts in BTreeMap
Ralf Jung
-7
/
+10
2019-01-28
avoid mem::uninitialized in BTreeMap
Ralf Jung
-9
/
+16
2018-12-28
Auto merge of #55519 - fhartwig:hashmap-index-example, r=Centril
bors
-0
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-90
/
+0
2018-12-23
Rollup merge of #57002 - scottmcm:stabilize-resize_with, r=rkruppe
kennytm
-3
/
+1
2018-12-22
Auto merge of #56842 - scottmcm:vecdeque-rotate, r=alexcrichton
bors
-0
/
+112
2018-12-19
Stabilize Vec(Deque)::resize_with
Scott McMurray
-3
/
+1
2018-12-16
Rollup merge of #56672 - ccouzens:master, r=nikic
Mazdak Farrokhzad
-1
/
+5
2018-12-16
Rollup merge of #56648 - RalfJung:btree, r=sfackler
Mazdak Farrokhzad
-57
/
+117
2018-12-15
Add a note about why the unsafe is sound
Scott McMurray
-0
/
+10
2018-12-15
Add unstable VecDeque::rotate_{left|right}
Scott McMurray
-0
/
+102
2018-12-13
Auto merge of #56161 - RalfJung:vecdeque-stacked-borrows, r=SimonSapin
bors
-1
/
+4
2018-12-11
Typo
Alexis Beingessner
-1
/
+1
2018-12-10
Document time of back operations of a Linked List
Chris Couzens
-1
/
+5
2018-12-09
avoid as_leaf_mut asserting exclusive access
Ralf Jung
-30
/
+33
2018-12-09
fix BTree creating shared references that are not entirely in-bounds
Ralf Jung
-29
/
+86
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-7
/
+7
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
[prev]
[next]