rust/src/libsync
Alex Crichton 9d5d97b55d Remove a large amount of deprecated functionality
Spring cleaning is here! In the Fall! This commit removes quite a large amount
of deprecated functionality from the standard libraries. I tried to ensure that
only old deprecated functionality was removed.

This is removing lots and lots of deprecated features, so this is a breaking
change. Please consult the deprecation messages of the deleted code to see how
to migrate code forward if it still needs migration.

[breaking-change]
2014-10-19 12:59:40 -07:00
..
comm Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
atomic.rs Register new snapshots 2014-10-10 22:09:49 -07:00
deque.rs Clean up rustc warnings. 2014-10-13 14:16:22 +08:00
lib.rs Use the same html_root_url for all docs 2014-10-09 10:50:13 -07:00
lock.rs Fix warning in Struct sync::Mutex example 2014-10-18 09:43:16 +01:00
mpmc_bounded_queue.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
mpsc_intrusive.rs stabilize atomics (now atomic) 2014-08-04 16:03:21 -07:00
mpsc_queue.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
mutex.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
one.rs Clean up rustc warnings. 2014-10-13 14:16:22 +08:00
raw.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
spsc_queue.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00