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
Age
Commit message (
Expand
)
Author
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
Add into_inner
Micha White
2024-05-29
Fix UB with UnsafeCell
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
Unused imports
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
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-14
Implement sequenced collections
Mica White
2024-03-13
Lockable overhaul
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
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
2024-03-11
Doc bug fix
Mica White
2024-03-11
Top level docs
Mica White
2024-03-11
Documentation
Mica White
2024-03-10
implement Debug
Mica White
2024-03-10
More reorganization
Mica White
2024-03-10
Reorganization
Mica White
[next]