summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-21Implement lock death, but without any usagesBotahamec
2024-12-20Complete PoisonableMica White
2024-12-20Fix clippy issuesBotahamec
2024-12-19Finish unit testingBotahamec
2024-12-01Unit testingMica White
2024-09-27More implementations of LockableIntoInner and LockableAsMutBotahamec
2024-09-27Rename inner_lock methodsBotahamec
2024-09-27Document LockableAsMut and LockableIntoInnerBotahamec
2024-09-26Better into_inner and get_mut implementationsBotahamec
2024-09-26Reduce the number of dereferences neededBotahamec
2024-09-26Fix docsBotahamec
2024-09-26Docs and improvementsBotahamec
2024-09-25Update docs for ref guardsBotahamec
2024-09-25Reorganize PoisonFlag methodsBotahamec
2024-09-25Better error implementationBotahamec
2024-09-25Fix doc comment for ordered_try_lockBotahamec
2024-09-25Add commentBotahamec
2024-09-25Fix panic in contains_duplicatesBotahamec
2024-07-21Create Poisonable APIMica White
2024-07-17Impl Lock for LockCollectionMica White
2024-07-16Fix trait bounds for LockCollection::fromMica White
2024-07-16Use a Cell<bool> instead of AtomicBool for tracking thread keysMica White
2024-05-31Remove unused importMicha White
2024-05-31Update version numberMicha White
2024-05-31Add into_innerMicha White
2024-05-29Fix UB with UnsafeCellBotahamec
2024-05-27Remove TOML commentBotahamec
2024-05-27fix race condition in exampleBotahamec
2024-05-27Set MSRVBotahamec
2024-05-27Fixed UB pertaining to BoxBotahamec
2024-05-26impl Display and Debug for write guardsMicha White
2024-05-23Merge branch '0.2'Botahamec
2024-05-23Unused importsBotahamec
2024-05-23Another dining philosophers testBotahamec
2024-05-23Unused functionBotahamec
2024-05-23CommentsBotahamec
2024-05-22must useBotahamec
2024-05-22DocumentationBotahamec
2024-05-22top-level docsBotahamec
2024-05-22Documentation for typesBotahamec
2024-05-22Implemented necessary traitsBotahamec
2024-05-21read methods for RefLockCollectionBotahamec
2024-05-21Sharable APIBotahamec
2024-05-21Fix the Dining Philosophers ProblemBotahamec
2024-05-21fix errorsBotahamec
2024-05-21Merge remote-tracking branch 'origin/0.2' into 0.2Botahamec
2024-05-21README changeMica White
2024-05-21read-lock changesMica White
2024-05-21Remove async experimentMicha White
2024-05-21Remove async experimentMicha White