| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-07 | Fix clippy warnings | Mica White | |
| 2026-02-07 | Rename data to child | Mica White | |
| 2025-12-08 | Stuff | Mica White | |
| 2025-03-29 | Clean up existing documentation | Botahamec | |
| 2025-03-12 | Add unwind handling for scoped locks | Mica White | |
| 2025-03-09 | Finish testing and fixing | Mica White | |
| 2025-02-28 | Scoped lock API | Botahamec | |
| 2025-02-07 | Fix lifetimes for poison guards | Botahamec | |
| 2025-02-05 | Tests and optimization | Botahamec | |
| 2025-01-12 | More unit tests | Botahamec | |
| 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-25 | try_lock returns a Result | 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 | Utilize mutex death | Mica White | |
| 2024-12-21 | Implement lock death, but without any usages | Botahamec | |
| 2024-12-01 | Unit testing | Mica White | |
| 2024-09-25 | Add comment | Botahamec | |
| 2024-09-25 | Fix panic in contains_duplicates | Botahamec | |
| 2024-07-17 | Impl Lock for LockCollection | Mica White | |
| 2024-07-16 | Fix trait bounds for LockCollection::from | 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-23 | Comments | Botahamec | |
| 2024-05-22 | Documentation | Botahamec | |
| 2024-05-22 | Documentation for types | Botahamec | |
| 2024-05-22 | Implemented necessary traits | Botahamec | |
| 2024-05-21 | Sharable API | Botahamec | |
