summaryrefslogtreecommitdiff
path: root/src/collection/owned.rs
AgeCommit message (Expand)Author
2026-02-07Rename data to childMica White
2025-12-08StuffMica White
2025-03-16Add test for owned lock in lock collectionBotahamec
2025-03-12Add unwind handling for scoped locksMica White
2025-03-09Finish testing and fixingMica White
2025-02-28Scoped lock APIBotahamec
2025-02-07Fix lifetimes for poison guardsBotahamec
2025-02-05Tests and optimizationBotahamec
2025-01-12More unit testsBotahamec
2024-12-26skip some mutantsMica White
2024-12-26DocumentationMica White
2024-12-26CommentingMica White
2024-12-26Rename kill to poisonMica White
2024-12-25as_mut re-organizationMica White
2024-12-25Move some logic into the Sharable traitMica White
2024-12-25try_lock returns a ResultMica White
2024-12-23Remove scopeguardMica White
2024-12-23Utilize mutex deathMica White
2024-12-21Implement lock death, but without any usagesBotahamec
2024-12-01Unit testingMica White
2024-09-27More implementations of LockableIntoInner and LockableAsMutBotahamec
2024-07-17Impl Lock for LockCollectionMica White
2024-07-16Fix trait bounds for LockCollection::fromMica White
2024-05-23CommentsBotahamec
2024-05-22DocumentationBotahamec
2024-05-22Documentation for typesBotahamec
2024-05-22Implemented necessary traitsBotahamec
2024-05-21Sharable APIBotahamec