index
:
happylock
main
Deadlock-free synchronization primitives in Rust
Mica White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-12-23
Fix inifinite loop
Mica White
2024-12-23
Unit test kills
Mica White
2024-12-23
Utilize mutex death
Mica White
2024-12-21
Implement lock death, but without any usages
Botahamec
2024-12-20
Complete Poisonable
Mica White
2024-12-20
Fix clippy issues
Botahamec
2024-12-19
Finish unit testing
Botahamec
2024-12-01
Unit testing
Mica White
2024-09-27
More implementations of LockableIntoInner and LockableAsMut
Botahamec
2024-09-27
Rename inner_lock methods
Botahamec
2024-09-27
Document LockableAsMut and LockableIntoInner
Botahamec
2024-09-26
Better into_inner and get_mut implementations
Botahamec
2024-09-26
Reduce the number of dereferences needed
Botahamec
2024-09-26
Fix docs
Botahamec
2024-09-26
Docs and improvements
Botahamec
2024-09-25
Update docs for ref guards
Botahamec
2024-09-25
Reorganize PoisonFlag methods
Botahamec
2024-09-25
Better error implementation
Botahamec
2024-09-25
Fix doc comment for ordered_try_lock
Botahamec
2024-09-25
Add comment
Botahamec
2024-09-25
Fix panic in contains_duplicates
Botahamec
2024-07-21
Create Poisonable API
Mica White
2024-07-17
Impl Lock for LockCollection
Mica White
2024-07-16
Fix trait bounds for LockCollection::from
Mica White
2024-07-16
Use a Cell<bool> instead of AtomicBool for tracking thread keys
Mica White
2024-05-31
Remove unused import
Micha White
2024-05-31
Update version number
Micha White
2024-05-31
Add into_inner
Micha White
2024-05-29
Fix UB with UnsafeCell
Botahamec
2024-05-27
Remove TOML comment
Botahamec
2024-05-27
fix race condition in example
Botahamec
2024-05-27
Set MSRV
Botahamec
2024-05-27
Fixed UB pertaining to Box
Botahamec
2024-05-26
impl Display and Debug for write guards
Micha White
2024-05-23
Merge branch '0.2'
Botahamec
2024-05-23
Unused imports
Botahamec
2024-05-23
Another dining philosophers test
Botahamec
2024-05-23
Unused function
Botahamec
2024-05-23
Comments
Botahamec
2024-05-22
must use
Botahamec
2024-05-22
Documentation
Botahamec
2024-05-22
top-level docs
Botahamec
2024-05-22
Documentation for types
Botahamec
2024-05-22
Implemented necessary traits
Botahamec
2024-05-21
read methods for RefLockCollection
Botahamec
2024-05-21
Sharable API
Botahamec
2024-05-21
Fix the Dining Philosophers Problem
Botahamec
2024-05-21
fix errors
Botahamec
2024-05-21
Merge remote-tracking branch 'origin/0.2' into 0.2
Botahamec
2024-05-21
README change
Mica White
[next]