| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-20 | Fix clippy issues | Botahamec | |
| 2024-12-01 | Unit testing | Mica 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 | Implemented necessary traits | Botahamec | |
| 2024-05-21 | Fix the Dining Philosophers Problem | Botahamec | |
| 2024-05-21 | fix errors | Botahamec | |
| 2024-05-21 | read-lock changes | Mica White | |
| 2024-03-13 | Lockable overhaul | 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 | Documentation | Mica White | |
| 2024-03-10 | implement Debug | Mica White | |
| 2024-03-10 | Reorganization | Mica White | |
