rust/src/libsync
Alex Crichton 3316b1eb7c rustc: Remove ~[T] from the language
The following features have been removed

* box [a, b, c]
* ~[a, b, c]
* box [a, ..N]
* ~[a, ..N]
* ~[T] (as a type)
* deprecated_owned_vector lint

All users of ~[T] should move to using Vec<T> instead.
2014-06-11 15:02:17 -07:00
..
comm sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
atomics.rs sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
deque.rs sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
lib.rs rustc: Remove ~[T] from the language 2014-06-11 15:02:17 -07:00
lock.rs sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
mpmc_bounded_queue.rs sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
mpsc_intrusive.rs sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
mpsc_queue.rs sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
mutex.rs sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
one.rs sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
raw.rs sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
spsc_queue.rs sync: Move underneath libstd 2014-06-11 10:00:43 -07:00