summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-31Add into_innerMicha White
2024-05-29Fix UB with UnsafeCellBotahamec
2024-05-27Fixed UB pertaining to BoxBotahamec
2024-05-26impl Display and Debug for write guardsMicha White
2024-05-23Unused importsBotahamec
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-21read-lock changesMica White
2024-05-21Remove async experimentMicha White
2024-05-21Remove async experimentMicha White
2024-03-16retry lock collectionMica White
2024-03-14Implement sequenced collectionsMica White
2024-03-13Lockable overhaulMica White
2024-03-13Performance improvementMica White
2024-03-13Trait bounds on AsRef and AsMutMica White
2024-03-13add Debug to WriteLockMica White
2024-03-12Name changeMica White
2024-03-11More trait bound fixesMica White
2024-03-11Further fixes to trait boundsMica White
2024-03-11Fix trait boundsMica White
2024-03-11Add couple more docsMica White
2024-03-11Doc bug fixMica White
2024-03-11Top level docsMica White
2024-03-11DocumentationMica White