| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-03-12 | std: move `Once` implementations to `sys` | joboet | -475/+0 | |
| 2024-02-24 | library: use `addr_of!` | Pavel Grigorenko | -1/+1 | |
| 2024-02-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -5/+5 | |
| also introduce ptr::dangling matching NonNull::dangling | ||||
| 2024-01-13 | std: once: use queue implementation on Xous | Sean Cross | -0/+1 | |
| Use the global queue implementation of Once when running on Xous. This gets us a thread-safe implementation, rather than using the non-threadsafe `unsupported` implementation. Signed-off-by: Sean Cross <sean@xobs.io> | ||||
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -1/+2 | |
| 2023-01-26 | std: optimize `LazyLock` size | joboet | -0/+22 | |
| 2022-12-14 | std: use a more efficient `Once` on platforms without threads | joboet | -18/+9 | |
| 2022-10-18 | mark sys_common::once::generic::Once::new const-stable | Krasimir Georgiev | -0/+1 | |
| 2022-10-07 | std: use futex in `Once` | joboet | -0/+459 | |
