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
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