rust/src/libsync
bors a886549772 auto merge of #12336 : kballard/rust/mutexarc-no-freeze, r=alexcrichton
With Rc no longer trying to statically prevent cycles (and thus no
longer using the Freeze bound), it seems appropriate to remove that
restriction from MutexArc as well.

Closes #9251.
2014-02-18 10:16:48 -08:00
..
sync Spellcheck library docs. 2014-02-18 08:05:35 +11:00
arc.rs Remove Freeze bounds from sync::MutexArc 2014-02-16 21:14:15 -08:00
comm.rs
future.rs Move replace and swap to std::mem. Get rid of std::util 2014-02-11 05:21:35 +08:00
lib.rs
task_pool.rs