rust/src/libcollections
Aaron Turon 6529872afc Adjust AsRef impl for Cow
The existing impl had the too-strong requirement of `Clone`, when only
`ToOwned` was needed.
2015-04-02 22:22:44 -07:00
..
btree Fallout in public-facing and semi-public-facing libs 2015-04-01 11:23:45 -04:00
binary_heap.rs Fallout in public-facing and semi-public-facing libs 2015-04-01 11:23:45 -04:00
bit.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
borrow.rs Adjust AsRef impl for Cow 2015-04-02 22:22:44 -07:00
enum_set.rs Fallout in public-facing and semi-public-facing libs 2015-04-01 11:23:45 -04:00
fmt.rs Document the effect of # on array formatting 2015-03-30 15:17:22 -07:00
lib.rs rollup merge of #23873: alexcrichton/remove-deprecated 2015-03-31 15:54:44 -07:00
linked_list.rs rollup merge of #23288: alexcrichton/issue-19470 2015-03-31 15:59:35 -07:00
macros.rs Register new snapshots 2015-03-18 16:32:32 -07:00
slice.rs rollup merge of #23945: pnkfelix/gate-u-negate 2015-04-01 18:36:21 -07:00
str.rs std: Changing the meaning of the count to splitn 2015-04-01 13:29:42 -07:00
string.rs Collect the definition of the Error trait into libstd for now. This 2015-04-01 15:25:47 -04:00
vec.rs rollup merge of #23288: alexcrichton/issue-19470 2015-03-31 15:59:35 -07:00
vec_deque.rs rollup merge of #23873: alexcrichton/remove-deprecated 2015-03-31 15:54:44 -07:00
vec_map.rs rollup merge of #23738: alexcrichton/snapshots 2015-03-27 10:08:40 -07:00