summary refs log tree commit diff
path: root/src/libcollectionstest/string.rs
AgeCommit message (Expand)AuthorLines
2016-07-28Add test for string AddAssignKnight-0/+11
2016-05-22run rustfmt on libcollections test moduleSrinivas Reddy Thatiparthy-66/+51
2016-05-09Utilize `Result::unwrap_err` in more places.Corey Farwell-1/+1
2016-04-15std: Change String::truncate to panic lessAlex Crichton-1/+1
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-2/+2
2016-01-30test: Deny warnings in {core,collections}testAlex Crichton-2/+18
2015-09-28Minor code cleanup.Scott Olson-1/+1
2015-08-13Rename String::into_boxed_slice -> into_boxed_strUlrik Sverdrup-2/+2
2015-07-17Add RawVec to unify raw Vecish codeAlexis Beingessner-9/+0
2015-07-11Add String::into_boxed_slice and Box<str>::into_stringJonathan Reem-0/+7
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+2
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-06-08Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichtonbors-28/+28
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-28/+28
2015-06-08Implement RFC 839Johannes Oertel-0/+8
2015-05-01collections: Implement String::drain(range) according to RFC 574Ulrik Sverdrup-0/+17
2015-04-19collections: Move optimized String::from_str to String::fromErick Tryzelaar-0/+27
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-1/+1
2015-04-10std: Stabilize the Utf8Error typeAlex Crichton-1/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-4/+4
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-0/+453