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
/
map.rs
Age
Commit message (
Expand
)
Author
Lines
2016-06-01
Implement split_off for BTreeMap and BTreeSet (RFC 509)
Andrey Tonkih
-0
/
+48
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
/
+52
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
/
+1
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-18
Avoid zero-sized leaf allocations in `BTreeMap`
Andrew Paseltiner
-0
/
+53
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
/
+16
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-16
extract libcollections tests into libcollectionstest
Jorge Aparicio
-0
/
+299