index
:
happylock
main
Deadlock-free synchronization primitives in Rust
Mica White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
poisonable
Age
Commit message (
Expand
)
Author
2025-02-28
Scoped lock API
Botahamec
2025-02-05
Tests and optimization
Botahamec
2025-01-12
More unit tests
Botahamec
2024-12-26
skip some mutants
Mica White
2024-12-26
Documentation
Mica White
2024-12-26
Commenting
Mica White
2024-12-26
Rename kill to poison
Mica White
2024-12-26
Implement common traits
Mica White
2024-12-25
as_mut re-organization
Mica White
2024-12-25
Move some logic into the Sharable trait
Mica White
2024-12-23
Remove scopeguard
Mica White
2024-12-23
Fix inifinite loop
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-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-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
Reorganize PoisonFlag methods
Botahamec
2024-09-25
Better error implementation
Botahamec
2024-07-21
Create Poisonable API
Mica White