rust/library/std/src/sync
bors e485266c67 Auto merge of #128461 - matthiaskrgr:rollup-3dpp11g, r=matthiaskrgr
Rollup of 7 pull requests

Successful merges:

 - #123813 (Add `REDUNDANT_IMPORTS` lint for new redundant import detection)
 - #126697 ([RFC] mbe: consider the `_` in 2024 an expression)
 - #127159 (match lowering: Hide `Candidate` from outside the lowering algorithm)
 - #128244 (Peel off explicit (or implicit) deref before suggesting clone on move error in borrowck, remove some hacks)
 - #128431 (Add myself as VxWorks target maintainer for reference)
 - #128438 (Add special-case for [T, 0] in dropck_outlives)
 - #128457 (Fix docs for OnceLock::get_mut_or_init)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-08-01 02:26:32 +00:00
..
barrier std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
condvar SeqCst->Relaxed in condvar test. 2024-03-20 15:38:09 +01:00
lazy_lock Reformat use declarations. 2024-07-29 08:26:52 +10:00
mpmc Reformat use declarations. 2024-07-29 08:26:52 +10:00
mpsc Reformat use declarations. 2024-07-29 08:26:52 +10:00
mutex Specify behavior if the closure passed to *Guard::*map panics. 2023-12-05 17:30:46 -06:00
once std: fix busy-waiting in Once::wait_force, add more tests 2024-07-31 17:44:10 +02:00
once_lock Reformat use declarations. 2024-07-29 08:26:52 +10:00
reentrant_lock remove an unused type from the reentrant lock tests 2024-04-22 19:36:21 +02:00
rwlock Reformat use declarations. 2024-07-29 08:26:52 +10:00
barrier.rs Replace move|| with move || in compiler/ and library/ 2024-06-18 23:25:08 +08:00
condvar.rs Remove non-focused memory leak in std doctest for Miri. 2024-07-06 23:35:31 -05:00
lazy_lock.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mod.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mutex.rs docs(sync): normalize dot in fn summaries 2024-03-22 23:04:20 +01:00
once.rs Rollup merge of #127567 - joboet:once_wait, r=Amanieu 2024-08-01 00:50:10 +02:00
once_lock.rs Auto merge of #128461 - matthiaskrgr:rollup-3dpp11g, r=matthiaskrgr 2024-08-01 02:26:32 +00:00
poison.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
reentrant_lock.rs Rollup merge of #124881 - Sp00ph:reentrant_lock_tid, r=joboet 2024-07-18 18:10:14 +02:00
rwlock.rs Fix doc nits 2024-07-26 13:26:33 +01:00