| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-03-12 | std: move `Once` implementations to `sys` | joboet | -1470/+0 | |
| 2024-03-05 | Windows: Implement mutex using futex | Chris Denton | -3/+4 | |
| Well, the Windows equivalent: `WaitOnAddress`, `WakeByAddressSingle` and `WakeByAddressAll`. | ||||
| 2024-02-23 | moved tests file | NikitaShyrei | -0/+21 | |
| 2024-02-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -5/+5 | |
| also introduce ptr::dangling matching NonNull::dangling | ||||
| 2024-02-16 | std: move locks to `sys` on platforms without threads | joboet | -0/+68 | |
| 2024-02-16 | std: move locks to `sys` on xous | joboet | -0/+77 | |
| 2024-02-16 | std: move locks to `sys` on Windows | joboet | -0/+43 | |
| 2024-02-16 | std: move locks to `sys` on UNIX and other futex platforms | joboet | -1/+893 | |
| 2024-02-16 | std: move locks to `sys` on teeos | joboet | -0/+47 | |
| 2024-02-16 | std: move locks to `sys` on SGX | joboet | -1/+223 | |
| 2024-02-16 | std: move locks to `sys` on µITRON | joboet | -0/+99 | |
