rust/src/libcollectionstest
Manish Goregaokar 96e3972707 Rollup merge of #35049 - knight42:add-test, r=alexcrichton
Add a test for AddAssign on String

Fix #35047
2016-07-30 13:44:46 +05:30
..
btree Implement split_off for BTreeMap and BTreeSet (RFC 509) 2016-06-01 10:02:25 +03:00
bench.rs More test fixes 2015-04-14 10:14:19 -07:00
binary_heap.rs Readding lifetime parameters and removing allocation 2016-07-21 20:55:19 -07:00
enum_set.rs format with [rustfmt_skip] and addressed a few comments 2016-05-24 07:39:55 +05:30
fmt.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
lib.rs std: Stabilize APIs for the 1.11.0 release 2016-07-03 10:49:01 -07:00
linked_list.rs run rustfmt on libcollections test module 2016-05-22 23:57:13 +05:30
slice.rs format with [rustfmt_skip] and addressed a few comments 2016-05-24 07:39:55 +05:30
str.rs Rename char::escape to char::escape_debug and add tracking issue 2016-07-28 02:20:49 +02:00
string.rs Add test for string AddAssign 2016-07-28 06:08:56 +08:00
vec.rs Readding lifetime parameters and removing allocation 2016-07-21 20:55:19 -07:00
vec_deque.rs run rustfmt on libcollections test module 2016-05-22 23:57:13 +05:30