about summary refs log tree commit diff
path: root/library/std/tests/sync/rwlock.rs
AgeCommit message (Expand)AuthorLines
2025-04-30Rename `(Mapped)(RwLock|Mutex)Guard::try_map` to `filter_map`.Zachary S-12/+18
2025-03-10Mark some std tests as requiring `panic = "unwind"`Paul Menage-0/+16
2025-02-13library: Update rand to 0.9.0Eric Huss-1/+1
2025-01-26Move std::sync unit tests to integration testsbjorn3-0/+729