rust/library/std/src/sync
Ben Kimock dec73f58d8 Remove ptr-int transmute in std::sync::mpsc
Since https://github.com/rust-lang/rust/pull/95340 landed, Miri with
-Zmiri-check-number-validity produces an error on the test suites of
some crates which implement concurrency tools, because it seems like
such crates tend to use std::sync::mpsc in their tests. This fixes the
problem by storing pointer bytes in a pointer.
2022-04-08 23:28:31 -04:00
..
barrier std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
condvar Update tests. 2022-03-23 14:58:44 +01:00
mpsc Remove ptr-int transmute in std::sync::mpsc 2022-04-08 23:28:31 -04:00
mutex Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
once Stabilize poison API of Once, rename poisoned() 2021-02-04 15:20:14 +01:00
rwlock Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
barrier.rs Rollup merge of #87440 - twetzel59:fix-barrier-no-op, r=yaahc 2021-10-21 14:11:02 +09:00
condvar.rs Add #[must_use] to remaining std functions (O-Z) 2021-10-30 23:37:32 -04:00
mod.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
mutex.rs update cfg(bootstrap)s 2022-01-28 15:01:07 +01:00
once.rs Make the stdlib largely conform to strict provenance. 2022-03-29 20:18:21 -04:00
poison.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
rwlock.rs Rename RWLock to RwLock in std::sys. 2022-04-06 16:33:53 +02:00