rust/src/libstd/sync
Alex Crichton 3d28b8b98e std: Migrate to the new libc
* Delete `sys::unix::{c, sync}` as these are now all folded into libc itself
* Update all references to use `libc` as a result.
* Update all references to the new flat namespace.
* Moves all windows bindings into sys::c
2015-11-09 22:55:50 -08:00
..
mpsc typos: fix a grabbag of typos all over the place 2015-10-08 19:49:31 +01:00
barrier.rs Squeeze the last bits of tasks in documentation in favor of thread 2015-05-09 02:24:18 +09:00
condvar.rs std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
mod.rs Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturon 2015-08-22 09:59:07 +00:00
mutex.rs Add Shared pointer and have {Arc, Rc} use it 2015-10-16 18:35:31 -04:00
once.rs Register new snapshots 2015-08-11 15:11:13 -07:00
rwlock.rs Add Shared pointer and have {Arc, Rc} use it 2015-10-16 18:35:31 -04:00
semaphore.rs std: Add issues to all unstable features 2015-08-15 18:09:17 -07:00