rust/src/libstd/sync
Johannes Oertel 07cc7d9960 Change name of unit test sub-module to "tests".
Changes the style guidelines regarding unit tests to recommend using a
sub-module named "tests" instead of "test" for unit tests as "test"
might clash with imports of libtest.
2015-04-24 23:06:41 +02:00
..
mpsc Change name of unit test sub-module to "tests". 2015-04-24 23:06:41 +02:00
barrier.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
condvar.rs std: Remove deprecated/unstable num functionality 2015-04-21 11:37:43 -07:00
future.rs Change name of unit test sub-module to "tests". 2015-04-24 23:06:41 +02:00
mod.rs Implement reentrant mutexes and make stdio use them 2015-04-08 19:42:16 +03:00
mutex.rs Change name of unit test sub-module to "tests". 2015-04-24 23:06:41 +02:00
once.rs Change name of unit test sub-module to "tests". 2015-04-24 23:06:41 +02:00
rwlock.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
semaphore.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00