| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-07-19 | kmc-solid: forbid(unsafe_op_in_unsafe_fn) | Jubilee Young | -0/+1 | |
| 2024-07-16 | Use futex.rs for Windows thread parking | Chris Denton | -16/+5 | |
| 2024-07-15 | Remove PSRWLOCK | Chris Denton | -1/+1 | |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -0/+1 | |
| Most modules have such a blank line, but some don't. Inserting the blank line makes it clearer that the `//!` comments are describing the entire module, rather than the `use` declaration(s) that immediately follows. | ||||
| 2024-03-19 | SeqCst->{Release,Acquire} in xous mutex. | Mara Bos | -4/+7 | |
| No need for SeqCst. Release+Acquire is the right memory ordering for a mutex. | ||||
| 2024-03-12 | std: move `Once` implementations to `sys` | joboet | -0/+782 | |
