about summary refs log tree commit diff
path: root/library/std/src/sys/sgx/waitqueue
AgeCommit message (Collapse)AuthorLines
2021-01-13deprecate atomic::spin_loop_hint in favour of hint::spin_loopAshley Mannix-2/+3
2020-12-22Migrate standard library away from compare_and_swapLinus Färnstrand-1/+1
2020-10-08`#[deny(unsafe_op_in_unsafe_fn)]` in sys/sgxCaduser2020-34/+42
Run `./x.py` fmt Add reference link Fix reference link Apply review suggestions.
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+368
Also doing fmt inplace as requested.