summary refs log tree commit diff
path: root/src/libcollectionstest
AgeCommit message (Expand)AuthorLines
2016-01-18Make `btree_set::{IntoIter, Iter, Range}` covariantAndrew Paseltiner-0/+10
2016-01-17Fix and test variance of BTreeMap and its companion structs.Jonathan S-0/+16
2016-01-16BTreeMap: Add a test for cloneJonathan S-0/+32
2016-01-16Auto merge of #30740 - bluss:ascii-is-the-best, r=brsonbors-0/+12
2016-01-13Auto merge of #29498 - wthrowe:replace-pattern, r=alexcrichtonbors-0/+9
2016-01-12Add fast path for ASCII in UTF-8 validationUlrik Sverdrup-0/+12
2015-12-13restore tests accidentally removed in #30182Tamir Duberstein-0/+11
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-24/+12
2015-12-07Let str::replace take a patternWilliam Throwe-0/+9
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-1/+1
2015-10-24Add assertions to test_total_ord for strKevin Butler-5/+5
2015-10-24Remove unnecessary String allocations from str testsKevin Butler-50/+30
2015-10-20Auto merge of #27723 - mystor:vecdeque_drain_range, r=blussbors-4/+4
2015-10-19Correct drain implementations in libcollectionstestMichael Layzell-4/+4
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-1/+1
2015-09-28Minor code cleanup.Scott Olson-1/+1
2015-09-27Rollup merge of #28682 - apasel422:features, r=steveklabnikManish Goregaokar-5/+0
2015-09-26Remove unnecessary `#![feature]` attributesAndrew Paseltiner-5/+0
2015-09-25std: Update MatchIndices to return a subsliceAlex Crichton-2/+2
2015-09-20Miscellaneous cleanup for old issues.Lee Jeffery-9/+3
2015-09-18Avoid zero-sized leaf allocations in `BTreeMap`Andrew Paseltiner-0/+53
2015-09-03std: Account for CRLF in {str, BufRead}::linesAlex Crichton-2/+2
2015-09-02Auto merge of #28148 - eefriedman:binary_heap, r=alexcrichtonbors-0/+1
2015-09-01Add missing stability markings to BinaryHeap.Eli Friedman-0/+1
2015-08-31Auto merge of #28101 - ijks:24214-str-bytes, r=alexcrichtonbors-0/+31
2015-08-30Add overrides to iterator methods for `str::Bytes`Daan Rijks-0/+31
2015-08-28implement RFC 1194Andrew Paseltiner-0/+50
2015-08-18Auto merge of #27474 - bluss:twoway-reverse, r=brsonbors-0/+20
2015-08-14Auto merge of #27696 - bluss:into-boxed-str, r=alexcrichtonbors-4/+4
2015-08-13Rename String::into_boxed_slice -> into_boxed_strUlrik Sverdrup-4/+4
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-2790/+14
2015-08-02StrSearcher: Add tests for rfind(&str)Ulrik Sverdrup-0/+20
2015-07-29implement Clone for Box<str>, closes #27323Alexis Beingessner-0/+8
2015-07-28Implement Clone for Box<[T]> where T: CloneJonathan Reem-0/+53
2015-07-17Add RawVec to unify raw Vecish codeAlexis Beingessner-30/+0
2015-07-13Auto merge of #26241 - SimonSapin:derefmut-for-string, r=alexcrichtonbors-0/+14
2015-07-13Fix tests for changes in #26241.Simon Sapin-0/+1
2015-07-13Add str::split_at_mutSimon Sapin-0/+13
2015-07-12Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichtonbors-25/+25
2015-07-12Auto merge of #26966 - nagisa:tail-init, r=alexcrichtonbors-42/+20
2015-07-11Add String::into_boxed_slice and Box<str>::into_stringJonathan Reem-0/+16
2015-07-12Implement RFC 1058Simonas Kazlauskas-42/+20
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-25/+25
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-4/+4
2015-06-30Auto merge of #26327 - bluss:two-way, r=aturonbors-1/+9
2015-06-24Remove remaining use of `bit_vec_append_splitoff` feature gate.Johannes Oertel-1/+0
2015-06-21StrSearcher: Update substring search to use the Two Way algorithmUlrik Sverdrup-1/+9
2015-06-17More test fixes and fallout of stability changesAlex Crichton-1/+1
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-12/+44
2015-06-11Auto merge of #26190 - Veedrac:no-iter, r=alexcrichtonbors-6/+6