rust/src/libcollections
bors 4a4c89c7a4 auto merge of #20119 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis
More work on opt-in built in traits. `Send` and `Sync` are not opt-in, `OwnedPtr` renamed to `UniquePtr` and the `Send` and `Sync` traits are now unsafe.

NOTE: This likely needs to be rebased on top of the yet-to-land snapshot.

r? @nikomatsakis 

cc #13231
2014-12-27 13:11:48 +00:00
..
btree rollup merge of #19891: nikomatsakis/unique-fn-types-3 2014-12-22 12:51:23 -08:00
bench.rs Fix fallout of removing import_shadowing in tests. 2014-12-20 07:49:37 +02:00
binary_heap.rs clean up BinaryHeap code 2014-12-24 10:08:33 -05:00
bit.rs Test fixes and rebase conflicts 2014-12-22 15:17:26 -08:00
dlist.rs Impl Sync/Send for Rawlink 2014-12-26 17:26:33 +01:00
enum_set.rs Renaming of the Iter types as in RFC #344 2014-12-22 12:58:55 +01:00
lib.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
macros.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
ring_buf.rs Merge pull request #20155 from tbu-/pr_vecmap_fiximpls 2014-12-23 09:31:26 +00:00
slice.rs Renaming of the Iter types as in RFC #344 2014-12-22 12:58:55 +01:00
str.rs Rebasing changes 2014-12-27 12:30:36 +13:00
string.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
vec_map.rs auto merge of #20143 : csouth3/rust/vecmap-reserve, r=Gankro 2014-12-27 04:41:53 +00:00
vec.rs Rename UniquePtr to Unique 2014-12-26 17:26:33 +01:00