rust/src/librustc_trans
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
..
back Make Send and Sync traits unsafe 2014-12-26 17:26:33 +01:00
save save-analysis: emit names of items that a glob import actually imports. 2014-12-27 09:55:25 +13:00
trans auto merge of #20119 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis 2014-12-27 13:11:48 +00:00
lib.rs Remove feature(import_shadowing) from all crates. 2014-12-20 06:37:14 +02:00
README.txt

See the README.txt in ../librustc.