rust/library/std/src/sys_common
Yuki Okushi ace3bd4f8b
Rollup merge of #84387 - CDirkx:poison, r=m-ou-se
Move `sys_common::poison` to `sync::poison`

`sys_common` should not contain publicly exported types, only platform-independent abstractions on top of `sys`, which `sys_common::poison` is not. There is thus no reason for the module to not live under `sync`.

Part of #84187.
2021-04-24 03:44:09 +09:00
..
bytestring std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
condvar Migrate standard library away from compare_and_swap 2020-12-22 12:19:46 +01:00
net std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
remutex Use Pin for the 'don't move' requirement of ReentrantMutex. 2020-12-08 22:57:57 +01:00
thread_local_key std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
thread_parker Migrate standard library away from compare_and_swap 2020-12-22 12:19:46 +01:00
wtf8 std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
at_exit_imp.rs Split sys_common::Mutex in StaticMutex and MovableMutex. 2020-09-27 10:05:56 +02:00
backtrace.rs For backtrace, use StaticMutex instead of a raw sys Mutex. 2020-10-07 13:59:03 +02:00
bytestring.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
condvar.rs Make it possible to have unboxed condvars on specific platforms. 2020-10-02 09:47:08 +02:00
fs.rs Improve fs error open_from unix 2021-03-27 21:23:48 +08:00
io.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
mod.rs Move sys_common::poison to sync::poison 2021-04-22 10:27:21 +02:00
mutex.rs Remove lifetime from StaticMutex and assume 'static. 2020-10-14 09:52:03 +02:00
net.rs Use io::Error::new_const everywhere to avoid allocations. 2021-03-21 20:22:38 +01:00
os_str_bytes.rs Seal the CommandExt, OsStrExt and OsStringExt traits 2021-02-10 21:30:30 +00:00
process.rs Add accessors to Command. 2020-09-26 18:58:38 -07:00
remutex.rs Use Pin for the 'don't move' requirement of ReentrantMutex. 2020-12-08 22:57:57 +01:00
rwlock.rs Move sys_common::rwlock::StaticRWLock etc. to sys::unix::rwlock 2021-04-21 17:53:00 +02:00
tests.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
thread_info.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
thread_local_dtor.rs Fix a typo in thread_local_dtor.rs 2021-03-14 16:39:29 +09:00
thread_local_key.rs Migrate standard library away from compare_and_swap 2020-12-22 12:19:46 +01:00
thread.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
util.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
wtf8.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00