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
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-10-01
Remove unneeded `fn main` blocks from docs
Lzu Tao
-2
/
+0
2019-09-27
Stabilize map_get_key_value feature
Lzu Tao
-2
/
+1
2019-07-28
Rollup merge of #62806 - mati865:clippy, r=TimNN
Mazdak Farrokhzad
-3
/
+3
2019-07-21
Change wrong variable name.
Tomasz Różański
-4
/
+4
2019-07-18
Fix clippy::len_zero warnings
Mateusz Mikuła
-3
/
+3
2019-07-05
Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton
Mazdak Farrokhzad
-4
/
+4
2019-07-04
Rollup merge of #62316 - khuey:efficient_last, r=sfackler
Mazdak Farrokhzad
-0
/
+28
2019-07-02
When possible without changing semantics, implement Iterator::last in terms o...
Kyle Huey
-0
/
+28
2019-07-01
Convert more usages over
Chris Gregory
-2
/
+2
2019-07-01
Remove needless lifetimes
Jeremy Stucki
-4
/
+4
2019-05-22
Revert "Add implementations of last in terms of next_back on a bunch of Doubl...
Steven Fackler
-40
/
+0
2019-04-19
Add implementations of last in terms of next_back on a bunch of DoubleEndedIt...
Kyle Huey
-0
/
+40
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