rust/src/libcollectionstest
Alexis Beingessner 3e954a8cb2 implement Clone for Box<str>, closes #27323
This is a minor [breaking-change], as it changes what
`boxed_str.to_owned()` does (previously it would deref to `&str` and
call `to_owned` on that to get a `String`). However `Box<str>` is such an
exceptionally rare type that this is not expected to be a serious
concern. Also a `Box<str>` can be freely converted to a `String` to
obtain the previous behaviour anyway.
2015-07-29 18:43:01 -07:00
..
bit Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
btree Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton 2015-06-11 18:10:08 +00:00
bench.rs More test fixes 2015-04-14 10:14:19 -07:00
binary_heap.rs Implement RFC 839 2015-06-08 12:05:33 +02:00
enum_set.rs Implement RFC 839 2015-06-08 12:05:33 +02:00
fmt.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
lib.rs Fix tests for changes in #26241. 2015-07-13 23:28:58 +02:00
linked_list.rs Implement RFC 839 2015-06-08 12:05:33 +02:00
slice.rs Implement Clone for Box<[T]> where T: Clone 2015-07-28 01:43:17 -07:00
str.rs implement Clone for Box<str>, closes #27323 2015-07-29 18:43:01 -07:00
string.rs Add RawVec to unify raw Vecish code 2015-07-17 08:29:15 -07:00
vec.rs Add RawVec to unify raw Vecish code 2015-07-17 08:29:15 -07:00
vec_deque.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
vec_map.rs Implement RFC 839 2015-06-08 12:05:33 +02:00