rust/src/libcollections
bors bdad70213b Auto merge of #36685 - brson:rev-string-from, r=sfackler
Revert "implement `From<Vec<char>>` and `From<&'a [char]>` for `String`"

This reverts commit ac73335f2f.

This is a revert of https://github.com/rust-lang/rust/pull/35054, which resulted in at least 7 known regressions, reported [here](https://internals.rust-lang.org/t/regression-report-stable-2016-08-16-vs-beta-2016-09-21/4119) and [here](https://github.com/rust-lang/rust/issues/36352), which will hit stable next week.

I think this breakage was somewhat unanticipated, and we did not realize so many crates were broken until this week, so reverting is the conservative thing to do until we figure out how not to cause so much breakage. I've run crater on the revert and did not find any new breakage from the revert.

Fixes https://github.com/rust-lang/rust/issues/36352

cc @pwoolcoc @rust-lang/libs
2016-09-24 02:03:18 -07:00
..
btree Doc correction: btree 2016-09-13 10:13:52 +05:30
binary_heap.rs Documentation of what does for each type 2016-09-11 17:00:09 +05:30
borrow.rs Documentation for default types modified 2016-09-11 22:58:01 +05:30
Cargo.toml rustbuild: Add support for crate tests + doctests 2016-05-12 08:52:20 -07:00
enum_set.rs Add a FusedIterator trait. 2016-08-18 12:16:29 -04:00
fmt.rs Rust has type aliases, not typedefs. 2016-08-23 10:49:11 -04:00
lib.rs Remove drop flags from structs and enums implementing Drop. 2016-08-24 13:23:37 +03:00
linked_list.rs Documentation of what does for each type 2016-09-11 17:00:09 +05:30
macros.rs Use box syntax in vec! macro 2016-02-25 22:08:23 -05:00
range.rs Remove needless imports in libcollections. 2016-08-24 22:13:13 +00:00
slice.rs Minor correction in sort_by_key doc comment 2016-09-20 11:20:33 -04:00
str.rs Implement std::str::replacen 2016-09-13 10:16:31 +08:00
string.rs Revert "implement From<Vec<char>> and From<&'a [char]> for String" 2016-09-23 17:25:26 +00:00
vec.rs Rollup merge of #36396 - athulappadan:Default-docs, r=bluss 2016-09-14 17:15:37 +02:00
vec_deque.rs Minor VecDeque doc examples cleanup. 2016-09-23 09:02:35 -04:00