rust/src/libcollections
bors 3b342fae8e Auto merge of #32586 - seanmonstar:speialize-to-string, r=alexcrichton
specialize ToString for str

If there was some conditional compiling we could do, such that this impl only exists in nightly, and is turned off in beta/stable, I think that'd be an improvement here, as we could test specialization out without affecting stable builds.
2016-03-31 21:18:29 -07:00
..
btree Use issue number from rust-lang/rust, not rust-lang/rfcs. 2016-03-15 23:48:15 -04:00
binary_heap.rs Rollup merge of #32607 - tshepang:we-gots-intoiterator, r=apasel422 2016-03-30 10:16:55 -07:00
borrow.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
Cargo.toml bootstrap: Add a bunch of Cargo.toml files 2016-02-11 11:12:32 -08:00
enum_set.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
fmt.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
lib.rs specialize ToString for str 2016-03-30 10:40:06 -07:00
linked_list.rs Rollup merge of #32177 - srinivasreddy:remove_integer_suffixes, r=steveklabnik 2016-03-28 13:48:28 -04:00
macros.rs Use box syntax in vec! macro 2016-02-25 22:08:23 -05:00
range.rs note work still to be done 2016-02-27 02:01:41 -05:00
slice.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
str.rs doc: Fix a bunch of broken links 2016-03-08 13:44:14 -08:00
string.rs Auto merge of #32586 - seanmonstar:speialize-to-string, r=alexcrichton 2016-03-31 21:18:29 -07:00
vec.rs style: Use iter for IntoIterator parameter names 2016-03-28 13:59:38 -04:00
vec_deque.rs style: Use iter for IntoIterator parameter names 2016-03-28 13:59:38 -04:00