]> git.lizzy.rs Git - rust.git/commit
auto merge of #5176 : brson/rust/unwrap_shared_mutable_state, r=nikomatsakis
authorbors <bors@rust-lang.org>
Fri, 1 Mar 2013 01:21:40 +0000 (17:21 -0800)
committerbors <bors@rust-lang.org>
Fri, 1 Mar 2013 01:21:40 +0000 (17:21 -0800)
commit916d1a9165846fd14b37f4a651e15d48ae913136
treeb9341b569d465c49af57d0cdf8ddcf94c4809bde
parent5680ec027088c57f8b9fa3a9aa91daaf2428a57c
parent78d5091a4f09f0f7c613437e502db95b63a0c538
auto merge of #5176 : brson/rust/unwrap_shared_mutable_state, r=nikomatsakis

r?

This fixes the current [random failures](http://buildbot.rust-lang.org/builders/auto-linux/builds/291/steps/test/logs/stdio) on the bots and closes #4436 by removing `unwrap_shared_mutable_state` and the code that depends on it. The result is that ARC-like things will not be unwrappable. This feature is complex and is not used outside of test cases.

Note that there is not consensus to remove it.

(second commit)
src/libcore/private.rs
src/libstd/arc.rs