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
/
libcollectionstest
/
btree
Age
Commit message (
Expand
)
Author
Lines
2016-06-01
Implement split_off for BTreeMap and BTreeSet (RFC 509)
Andrey Tonkih
-0
/
+126
2016-05-22
run rustfmt on libcollections test module
Srinivas Reddy Thatiparthy
-44
/
+74
2016-04-22
Implement `append` for b-trees.
Johannes Oertel
-0
/
+76
2016-04-01
Implement `values_mut` on `BTreeMap`.
Corey Farwell
-0
/
+15
2016-03-14
Expose the key of Entry variants for HashMap and BTreeMap.
Stu Black
-0
/
+36
2016-01-30
test: Deny warnings in {core,collections}test
Alex Crichton
-0
/
+2
2016-01-18
Make `btree_set::{IntoIter, Iter, Range}` covariant
Andrew Paseltiner
-0
/
+10
2016-01-17
Fix and test variance of BTreeMap and its companion structs.
Jonathan S
-0
/
+16
2016-01-16
BTreeMap: Add a test for clone
Jonathan S
-0
/
+32
2015-12-10
std: Remove deprecated functionality from 1.5
Alex Crichton
-2
/
+1
2015-09-20
Miscellaneous cleanup for old issues.
Lee Jeffery
-9
/
+3
2015-09-18
Avoid zero-sized leaf allocations in `BTreeMap`
Andrew Paseltiner
-0
/
+53
2015-08-28
implement RFC 1194
Andrew Paseltiner
-0
/
+49
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-2
/
+1
2015-06-11
Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton
bors
-1
/
+1
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-06-09
Implement Borrow<T> and BorrowMut<T> for Box<T: ?Sized>
Ulrik Sverdrup
-0
/
+29
2015-06-08
Implement RFC 839
Johannes Oertel
-0
/
+44
2015-04-14
More test fixes
Alex Crichton
-1
/
+1
2015-04-14
test: Fixup many library unit tests
Alex Crichton
-2
/
+2
2015-03-23
Fallout from changing fn traits to use inheritance rather than bridge
Niko Matsakis
-2
/
+8
2015-03-16
extract libcollections tests into libcollectionstest
Jorge Aparicio
-0
/
+491