]> git.lizzy.rs Git - rust.git/commit
auto merge of #18127 : alexcrichton/rust/deriving-arc, r=aturon
authorbors <bors@rust-lang.org>
Tue, 28 Oct 2014 08:01:52 +0000 (08:01 +0000)
committerbors <bors@rust-lang.org>
Tue, 28 Oct 2014 08:01:52 +0000 (08:01 +0000)
commitfaed6489dacf334a84fa890b385363bca0d865da
tree0d7a07246cdb36ff8455b644ce5e96a095ac0f2c
parent3f37e2efac1d04c7a3b17e5dde1453c1c0190eb1
parent35ad00d2ec63432ff4a5b4a0def8c9eae46125b6
auto merge of #18127 : alexcrichton/rust/deriving-arc, r=aturon

This adds impls of Eq/Ord/PartialEq/PartialOrd/Show/Default to Arc<T>, and it
also removes the `Send + Sync` bound on the `Clone` impl of Arc to make it more
deriving-friendly. The `Send + Sync` requirement is still enforce on
construction, of course!