summary refs log tree commit diff
path: root/library/std/src/sys/sgx/abi/usercalls/alloc.rs
AgeCommit message (Expand)AuthorLines
2022-06-22Address reviewer commentsRaoul Strackx-5/+10
2022-06-15Test `copy_to_userspace` functionRaoul Strackx-1/+1
2022-06-15Ensure userspace allocation is 8-byte alignedRaoul Strackx-1/+4
2022-06-15Mitigate MMIO stale data vulnerabilitiesRaoul Strackx-2/+98
2022-06-15Unify copying data from enclave to userspaceRaoul Strackx-7/+3
2022-04-01Remove need for associated_type_bounds in std.Mara Bos-2/+4
2020-10-08`#[deny(unsafe_op_in_unsafe_fn)]` in sys/sgxCaduser2020-22/+49
2020-07-27mv std libs to library/mark-0/+603