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
/
btree
/
node.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-26
adjust MaybeUninit API to discussions
Ralf Jung
-5
/
+5
2019-02-22
Rollup merge of #58431 - RalfJung:btree, r=Mark-Simulacrum
Mazdak Farrokhzad
-3
/
+22
2019-02-14
split MaybeUninit into several features, expand docs a bit
Ralf Jung
-2
/
+2
2019-02-13
fix invalidating references in BTree iterators
Ralf Jung
-1
/
+1
2019-02-13
fix overlapping mutable and shared references in BTreeMap's into_slices_mut
Ralf Jung
-3
/
+22
2019-02-10
libs: doc comments
Alexander Regueiro
-2
/
+2
2019-02-10
tests: doc comments
Alexander Regueiro
-3
/
+3
2019-02-03
liballoc: revert nested imports style changes.
Mazdak Farrokhzad
-10
/
+6
2019-02-02
liballoc: fix some idiom lints.
Mazdak Farrokhzad
-10
/
+10
2019-02-02
liballoc: refactor & fix some imports.
Mazdak Farrokhzad
-6
/
+10
2019-02-02
liballoc: cargo check passes on 2018
Mazdak Farrokhzad
-2
/
+2
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-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-11
Typo
Alexis Beingessner
-1
/
+1
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-02
avoid MaybeUninit::get_mut where it is not needed
Ralf Jung
-2
/
+2
2018-11-13
fix various typos in doc comments
Andy Russell
-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-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-08-20
Replace usages of ptr::offset with ptr::{add,sub}.
Corey Farwell
-24
/
+24
2018-07-20
data_structures: Add a reference wrapper for pointer-indexed maps/sets
Vadim Petrochenkov
-1
/
+1
2018-06-29
Move some alloc crate top-level items to a new alloc::collections module
Simon Sapin
-0
/
+1622