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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2016-05-26
std: Stabilize APIs for the 1.10 release
Alex Crichton
-2
/
+0
2016-04-22
Implement `append` for b-trees.
Johannes Oertel
-0
/
+1
2016-04-20
Auto merge of #32951 - LukasKalbertodt:collection_contains_rfc1552, r=brson
bors
-0
/
+2
2016-04-16
collections: add append and extend specialization for binary heap
Andrey Tonkih
-0
/
+1
2016-04-14
Add `contains` to `VecDeque` and `LinkedList` (+ tests)
Lukas Kalbertodt
-0
/
+2
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-3
/
+0
2016-04-01
Implement `values_mut` on `BTreeMap`.
Corey Farwell
-0
/
+1
2016-03-14
Expose the key of Entry variants for HashMap and BTreeMap.
Stu Black
-0
/
+1
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-1
/
+0
2016-03-07
mk: Distribute fewer TARGET_CRATES
Alex Crichton
-3
/
+0
2016-02-29
std: Stabilize APIs for the 1.8 release
Alex Crichton
-1
/
+0
2016-02-25
Add unstable copy_from_slice
Nicholas Mazzuca
-0
/
+1
2016-01-30
test: Deny warnings in {core,collections}test
Alex Crichton
-7
/
+2
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-1
/
+1
2015-09-26
Remove unnecessary `#![feature]` attributes
Andrew Paseltiner
-5
/
+0
2015-09-01
Add missing stability markings to BinaryHeap.
Eli Friedman
-0
/
+1
2015-08-28
implement RFC 1194
Andrew Paseltiner
-0
/
+1
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-19
/
+8
2015-07-13
Fix tests for changes in #26241.
Simon Sapin
-0
/
+1
2015-07-13
Add str::split_at_mut
Simon Sapin
-0
/
+1
2015-07-12
Auto merge of #26966 - nagisa:tail-init, r=alexcrichton
bors
-2
/
+3
2015-07-11
Add String::into_boxed_slice and Box<str>::into_string
Jonathan Reem
-0
/
+1
2015-07-12
Implement RFC 1058
Simonas Kazlauskas
-2
/
+3
2015-06-24
Remove remaining use of `bit_vec_append_splitoff` feature gate.
Johannes Oertel
-1
/
+0
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-1
/
+1
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-8
/
+37
2015-05-29
add const_fn features
Niko Matsakis
-0
/
+1
2015-05-10
Implement `append` and `split_off` for BitSet (RFC 509)
Johannes Oertel
-0
/
+1
2015-05-07
Auto merge of #24890 - jooert:bitvec-append-split_off, r=alexcrichton
bors
-0
/
+1
2015-05-06
Implement append and split_off for BitVec (RFC 509)
Johannes Oertel
-0
/
+1
2015-05-04
Implement retain for vec_deque
Steven Allen
-0
/
+1
2015-04-28
Register new snapshots
Tamir Duberstein
-1
/
+0
2015-04-28
collections: Implement vec::drain(range) according to RFC 574
Ulrik Sverdrup
-0
/
+1
2015-04-21
implement rfc 1054: split_whitespace() fn, deprecate words()
kwantam
-1
/
+0
2015-04-16
deprecate Unicode functions that will be moved to crates.io
kwantam
-1
/
+1
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-1
/
+1
2015-03-23
Test fixes and rebase conflicts, round 2
Alex Crichton
-0
/
+1
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-0
/
+1
2015-03-16
enable enum_set tests
Jorge Aparicio
-2
/
+1
2015-03-16
extract libcollections tests into libcollectionstest
Jorge Aparicio
-0
/
+44