about summary refs log tree commit diff
path: root/library/std/src/sync/poison
AgeCommit message (Expand)AuthorLines
2025-07-29clean up existing poison filesConnor Tsui-2/+2
2025-06-26Fix RwLock::try_write documentation for WouldBlock conditionkrikera-1/+1
2025-05-21Add more docs to new data_ptr methodsJonas Platte-0/+10
2025-05-21Add data_ptr method to Mutex and RwLockJonas Platte-0/+12
2025-04-30Rename `(Mapped)(RwLock|Mutex)Guard::try_map` to `filter_map`.Zachary S-41/+35
2025-04-03std: clarify RwLock::get_mut more clearlyxizheyin-1/+3
2025-03-31std: clarify Mutex::get_mut more clearlyxizheyin-1/+5
2025-02-18update version placeholdersJosh Stone-2/+2
2025-02-04Rollup merge of #135621 - bjorn3:move_tests_to_stdtests, r=NoratriebJacob Pratt-1535/+0
2025-02-01Rollup merge of #136360 - slanterns:once_wait, r=tgross35Matthias Krüger-4/+2
2025-02-01docs: Documented Send and Sync requirements for Mutex + MutexGuardRoss Sullivan-2/+30
2025-02-01stabilize `once_wait`Slanterns-4/+2
2025-01-26Move std::sync unit tests to integration testsbjorn3-1535/+0
2025-01-06chore: remove redundant words in commentcrystalstall-1/+1
2025-01-02Move some things to `std::sync::poison` and reexport them in `std::sync`Pavel Grigorenko-0/+4538