rust/src/libcollections
bors c717cfa7c1 Auto merge of #36430 - llogiq:cow_add, r=alexcrichton
impl Add<{str, Cow<str>}> for Cow<str>

cc #35837
2016-09-29 15:50:32 -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 impl {Add, AddAssign}<{str, Cow<str>}> for Cow<str> 2016-09-29 14:56:58 +02:00
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 stage0 hacks 2016-09-28 23:17:56 +00:00
linked_list.rs Documentation of what does for each type 2016-09-11 17:00:09 +05:30
macros.rs Add link to format! docs 2016-09-29 00:02:02 +02: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 [breaking-change] std: change encode_utf{8,16}() to take a buffer and return a slice 2016-09-28 09:03:30 +02:00
vec.rs Remove stage0 hacks 2016-09-28 23:17:56 +00:00
vec_deque.rs Minor VecDeque doc examples cleanup. 2016-09-23 09:02:35 -04:00