rust/src/libcollections
Manish Goregaokar 67b51291f0 Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton
This was particularly helpful in the time just after OIBIT's
implementation to make sure things that were supposed to be Copy
continued to be, but it's now creates a lot of noise for types that
intentionally don't want to be Copy.

r? @alexcrichton
2015-02-06 16:21:08 +05:30
..
btree Rollup merge of #21951 - Gankro:entry, r=aturon 2015-02-06 16:21:07 +05:30
bench.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
binary_heap.rs remove unused mut qualifiers 2015-02-02 13:40:18 -05:00
bit.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
dlist.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
enum_set.rs remove unused mut qualifiers 2015-02-02 13:40:18 -05:00
lib.rs Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton 2015-02-04 08:47:27 +00:00
macros.rs Merge remote-tracking branch 'rust-lang/master' 2015-01-25 01:20:55 -08:00
ring_buf.rs remove unused mut qualifiers 2015-02-02 13:40:18 -05:00
slice.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
str.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
string.rs Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton 2015-02-06 16:21:08 +05:30
vec.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
vec_map.rs stabilize core Entry API 2015-02-04 19:42:58 -05:00