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
/
map.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-05
Use for_each to extend collections
Josh Stone
-2
/
+2
2019-02-22
Rollup merge of #58431 - RalfJung:btree, r=Mark-Simulacrum
Mazdak Farrokhzad
-12
/
+20
2019-02-20
Rollup merge of #58553 - scottmcm:more-ihle, r=Centril
kennytm
-8
/
+8
2019-02-17
Use more impl header lifetime elision
Scott McMurray
-8
/
+8
2019-02-13
fix invalidating references in BTree iterators
Ralf Jung
-12
/
+20
2019-02-10
libs: doc comments
Alexander Regueiro
-1
/
+1
2019-02-03
liballoc: revert nested imports style changes.
Mazdak Farrokhzad
-18
/
+12
2019-02-02
liballoc: fix some idiom lints.
Mazdak Farrokhzad
-17
/
+17
2019-02-02
liballoc: elide some lifetimes.
Mazdak Farrokhzad
-22
/
+21
2019-02-02
liballoc: apply uniform_paths.
Mazdak Farrokhzad
-1
/
+2
2019-02-02
liballoc: prefer imports of borrow from libcore.
Mazdak Farrokhzad
-2
/
+1
2019-02-02
liballoc: refactor & fix some imports.
Mazdak Farrokhzad
-16
/
+17
2019-02-02
liballoc: cargo check passes on 2018
Mazdak Farrokhzad
-1
/
+1
2018-12-28
Auto merge of #55519 - fhartwig:hashmap-index-example, r=Centril
bors
-0
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Fix broken doc test
Corey Farwell
-1
/
+1
2018-12-05
Fix typo in variable name
Corey Farwell
-1
/
+1
2018-12-04
Add example of using the indexing operator to BTreeMap docs
Corey Farwell
-0
/
+3
2018-11-06
Format BtreeMap::range_mut example
kngwyu
-3
/
+4
2018-10-23
fix typos in various places
Matthias Krüger
-1
/
+1
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 some alloc crate top-level items to a new alloc::collections module
Simon Sapin
-0
/
+2578