about summary refs log tree commit diff
path: root/library/std/src/sys/sgx/ext
AgeCommit message (Collapse)AuthorLines
2021-05-03Move `std::sys::sgx::ext` to `std::os::fortanix_sgx`Christiaan Dirkx-266/+0
2021-05-01Reserve x18 on AArch64 and un-reserve x16Amanieu d'Antras-4/+4
2021-04-30Avoid using rbx in SGX inline assembly since it is reservedAmanieu d'Antras-2/+8
2021-04-25Inline most raw socket, fd and handle conversionsKaiJewson-0/+6
2021-03-22Update the minimum external LLVM to 10Josh Stone-4/+2
2020-11-12Add missing stability attributeMohsen Zohrevandi-0/+2
2020-11-11Add Metadata in std::os::fortanix_sgx::io::FromRawFdMohsen Zohrevandi-7/+30
2020-11-07Convert a bunch of intra-doc linksCamelid-1/+1
2020-09-28Prefer asm! in std - all in sgx moduleLzu Tao-14/+15
2020-07-27mv std libs to library/mark-0/+230