rust/src/libsync
bors fe8bc17801 auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton
This change registers new snapshots, allowing `*T` to be removed from the language. This is a large breaking change, and it is recommended that if compiler errors are seen that any FFI calls are audited to determine whether they should be actually taking `*mut T`.
2014-06-28 20:11:34 +00:00
..
comm librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
atomics.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
deque.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
lib.rs Register new snapshots 2014-06-22 21:16:11 -07:00
lock.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
mpmc_bounded_queue.rs sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
mpsc_intrusive.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
mpsc_queue.rs sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
mutex.rs Audit usage of NativeMutex 2014-06-13 13:53:34 -07:00
one.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
raw.rs auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton 2014-06-28 20:11:34 +00:00
spsc_queue.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00