about summary refs log tree commit diff
path: root/library/std/src/sys/sgx/abi/tls
AgeCommit message (Collapse)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-243/+0
2022-10-14Bugfix: keep TLS data in syncRaoul Strackx-0/+1
2021-05-07Rearrange SGX split module filesJethro Beekman-0/+132
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-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+110
Also doing fmt inplace as requested.