| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-06 | Fix documentation | Botahamec | |
| 2025-01-05 | Remove silly lifetime from Mutex::try_lock | Botahamec | |
| 2025-01-05 | Make ThreadKey Sync | Botahamec | |
| 2024-12-26 | version 0.4 | Mica White | |
| 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 | Remove unnecessary generics | 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-25 | Remove once_cell and thread_local dependencies | Mica White | |
| 2024-12-25 | Send and Sync for RefLockCollection | Mica White | |
| 2024-12-25 | Fix integration tests | Mica White | |
| 2024-12-25 | try_lock returns a Result | Mica White | |
| 2024-12-24 | Unit test mutex death | Mica White | |
| 2024-12-23 | Remove scopeguard | Mica White | |
| The scopeguard crate was being used for its `defer_on_unwind` macro. The problem was that it runs even if the runtime was already panicking. There aren't any changes to the macro which could have fixed this. I instead wrote my own function to check for a specific panicking closure. | |||
| 2024-12-23 | (no commit message) | Mica White | |
| 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 | |
