rust/library/std/src/sync
bors 340bb19fea Auto merge of #121078 - oli-obk:rollup-p11zsav, r=oli-obk
Rollup of 13 pull requests

Successful merges:

 - #116387 (Additional doc links and explanation of `Wake`.)
 - #118738 (Netbsd10 update)
 - #118890 (Clarify the lifetimes of allocations returned by the `Allocator` trait)
 - #120498 (Uplift `TypeVisitableExt` into `rustc_type_ir`)
 - #120530 (Be less confident when `dyn` suggestion is not checked for object safety)
 - #120915 (Fix suggestion span for `?Sized` when param type has default)
 - #121015 (Optimize `delayed_bug` handling.)
 - #121024 (implement `Default` for `AsciiChar`)
 - #121039 (Correctly compute adjustment casts in GVN)
 - #121045 (Fix two UI tests with incorrect directive / invalid revision)
 - #121049 (Do not point at `#[allow(_)]` as the reason for compat lint triggering)
 - #121071 (Use fewer delayed bugs.)
 - #121073 (Fix typos in `OneLock` doc)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-02-14 12:04:03 +00:00
..
barrier std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
condvar Remove condvar::two_mutexes test. 2022-05-05 21:47:13 +02:00
lazy_lock More inference-friendly API for lazy 2022-10-29 09:56:20 +01:00
mpmc avoid tls access while iterating through mpsc thread entries 2023-07-19 11:50:29 -04:00
mpsc remove redundant imports 2023-12-10 10:56:22 +08:00
mutex std test: better type name, clarifying comment 2023-01-09 16:08:26 +01:00
once Stabilize poison API of Once, rename poisoned() 2021-02-04 15:20:14 +01:00
once_lock Spelling library/ 2023-04-26 02:10:22 -04:00
remutex std: move ReentrantMutex to sync 2022-11-14 14:25:44 +01:00
rwlock Update rand in the stdlib tests, and remove the getrandom feature from it 2023-01-04 14:52:41 -08:00
barrier.rs [library/std] Replace condv while loop with cvar.wait_while. 2023-08-01 22:10:40 -07:00
condvar.rs Fix the example in document for WaitTimeoutResult::timed_out 2023-07-30 16:39:33 +08:00
lazy_lock.rs std: Doc blocking behavior of LazyLock methods 2024-01-14 10:28:13 -08:00
mod.rs replace version placeholders 2023-04-28 08:47:55 -07:00
mutex.rs Bump version placeholders 2024-02-08 07:43:38 -05:00
once.rs Minor doc clarification in Once::call_once 2023-10-06 12:20:39 +01:00
once_lock.rs Fix typos in OneLock doc 2024-02-14 07:41:28 +01:00
poison.rs Optimize poison guards to ZSTs when panic=abort 2022-08-15 16:36:43 -07:00
remutex.rs Spelling library/ 2023-04-26 02:10:22 -04:00
rwlock.rs Bump version placeholders 2024-02-08 07:43:38 -05:00