summary refs log tree commit diff
path: root/src/libcollectionstest/lib.rs
AgeCommit message (Expand)AuthorLines
2015-06-17More test fixes and fallout of stability changesAlex Crichton-1/+1
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-8/+37
2015-05-29add const_fn featuresNiko Matsakis-0/+1
2015-05-10Implement `append` and `split_off` for BitSet (RFC 509)Johannes Oertel-0/+1
2015-05-07Auto merge of #24890 - jooert:bitvec-append-split_off, r=alexcrichtonbors-0/+1
2015-05-06Implement append and split_off for BitVec (RFC 509)Johannes Oertel-0/+1
2015-05-04Implement retain for vec_dequeSteven Allen-0/+1
2015-04-28Register new snapshotsTamir Duberstein-1/+0
2015-04-28collections: Implement vec::drain(range) according to RFC 574Ulrik Sverdrup-0/+1
2015-04-21implement rfc 1054: split_whitespace() fn, deprecate words()kwantam-1/+0
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-1/+1
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-1/+1
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-0/+1
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+1
2015-03-16enable enum_set testsJorge Aparicio-2/+1
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-0/+44