| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-03-12 | std: move `Once` implementations to `sys` | joboet | -3221/+0 | |
| 2024-03-05 | Windows: Implement mutex using futex | Chris Denton | -30/+45 | |
| 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/+132 | |
| 2024-02-16 | std: move locks to `sys` on xous | joboet | -1/+342 | |
| 2024-02-16 | std: move locks to `sys` on Windows | joboet | -0/+153 | |
| 2024-02-16 | std: move locks to `sys` on UNIX and other futex platforms | joboet | -3/+1449 | |
| 2024-02-16 | std: move locks to `sys` on teeos | joboet | -1/+302 | |
| 2024-02-16 | std: move locks to `sys` on SGX | joboet | -4/+336 | |
| 2024-02-16 | std: move locks to `sys` on µITRON | joboet | -0/+480 | |
