summary refs log tree commit diff
path: root/src/libcollectionstest/string.rs
AgeCommit message (Collapse)AuthorLines
2015-04-10std: Stabilize the Utf8Error typeAlex Crichton-1/+0
The meaning of each variant of this enum was somewhat ambiguous and it's uncler that we wouldn't even want to add more enumeration values in the future. As a result this error has been altered to instead become an opaque structure. Learning about the "first invalid byte index" is still an unstable feature, but the type itself is now stable.
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-4/+4
This commit cleans out a large amount of deprecated APIs from the standard library and some of the facade crates as well, updating all users in the compiler and in tests as it goes along.
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-0/+453