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-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
2024-05-21
read-lock changes
Mica White
2024-05-21
Remove async experiment
Micha White
2024-05-21
Remove async experiment
Micha White
2024-03-16
retry lock collection
Mica White
2024-03-15
Update version number
Mica White
2024-03-15
Insert yields to prevent spinning
Mica White
2024-03-14
Fix another bug
Mica White
2024-03-14
Change version number
Mica White
2024-03-14
Revert bug
Mica White
2024-03-14
Implement sequenced collections
Mica White
2024-03-13
Lockable overhaul
Mica White
2024-03-13
Update version number
Mica White
2024-03-13
Sort pointers before comparison
Mica White
2024-03-13
Update docs with guidance
Mica White
2024-03-13
Performance improvement
Mica White
2024-03-13
Trait bounds on AsRef and AsMut
Mica White
2024-03-13
add Debug to WriteLock
Mica White
2024-03-12
Name change
Mica White
2024-03-11
Update version number
Mica White
2024-03-11
More trait bound fixes
Mica White
2024-03-11
Further fixes to trait bounds
Mica White
2024-03-11
Fix trait bounds
Mica White
2024-03-11
Add couple more docs
Mica White
[next]