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
/
set.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-06
Remove the Ord bound that was plaguing drain_filter, and superfluous lifetimes
Stein Somers
-16
/
+9
2020-03-29
BTreeMap/BTreeSet: implement and test drain_filter
Stein Somers
-3
/
+98
2020-01-30
Rollup merge of #66648 - crgl:btree-clone-from, r=Amanieu
Dylan DPC
-1
/
+12
2019-12-26
Remove redundant link texts
Matthew Kraai
-1
/
+1
2019-12-23
Implement clone_from for BTree collections
Charles Gleason
-1
/
+12
2019-12-22
Format the world
Mark Rousskov
-147
/
+100
2019-10-23
proposal for access to BTreeMap/BTreeSet first/last, #62924
Stein Somers
-11
/
+99
2019-10-18
BTreeSet symmetric_difference & union optimized, cleaned
Stein Somers
-120
/
+119
2019-10-01
BTreeSet intersection, difference & is_subnet optimizations
Stein Somers
-75
/
+155
2019-09-16
Improve BTreeSet::Intersection::size_hint
pcpthm
-22
/
+22
2019-07-02
When possible without changing semantics, implement Iterator::last in terms o...
Kyle Huey
-0
/
+7
2019-05-22
Revert "Add implementations of last in terms of next_back on a bunch of Doubl...
Steven Fackler
-15
/
+0
2019-04-19
Add implementations of last in terms of next_back on a bunch of DoubleEndedIt...
Kyle Huey
-0
/
+15
2019-04-05
Use for_each to extend collections
Josh Stone
-2
/
+2
2019-03-29
improve worst-case performance of BTreeSet difference and intersection
Stein Somers
-65
/
+233
2019-02-20
Rollup merge of #58553 - scottmcm:more-ihle, r=Centril
kennytm
-12
/
+12
2019-02-17
Use more impl header lifetime elision
Scott McMurray
-12
/
+12
2019-02-10
libs: doc comments
Alexander Regueiro
-2
/
+2
2019-02-03
liballoc: revert nested imports style changes.
Mazdak Farrokhzad
-10
/
+6
2019-02-02
liballoc: fix some idiom lints.
Mazdak Farrokhzad
-8
/
+8
2019-02-02
liballoc: elide some lifetimes.
Mazdak Farrokhzad
-16
/
+16
2019-02-02
liballoc: prefer imports of borrow from libcore.
Mazdak Farrokhzad
-4
/
+2
2019-02-02
liballoc: refactor & fix some imports.
Mazdak Farrokhzad
-9
/
+14
2019-02-02
liballoc: cargo check passes on 2018
Mazdak Farrokhzad
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-6
/
+6
2018-06-29
Move some alloc crate top-level items to a new alloc::collections module
Simon Sapin
-0
/
+1153