about summary refs log tree commit diff
path: root/library/std/src/sys/sgx/abi/tls.rs
AgeCommit message (Collapse)AuthorLines
2021-05-07Rearrange SGX split module filesJethro Beekman-132/+0
In #75979 several inlined modules were split out into multiple files. This PR keeps the multiple files but moves a few things around to organize things in a coherent way.
2020-10-08`#[deny(unsafe_op_in_unsafe_fn)]` in sys/sgxCaduser2020-3/+6
Run `./x.py` fmt Add reference link Fix reference link Apply review suggestions.
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-114/+2
Also doing fmt inplace as requested.
2020-07-27mv std libs to library/mark-0/+241