about summary refs log tree commit diff
path: root/library/std/src/sys/pal/sgx/abi/usercalls/alloc.rs
AgeCommit message (Expand)AuthorLines
2025-04-27Fix SGX library code implicit auto-refUrgau-1/+1
2025-03-11Fix `UserRef<[T]>::copy_to_enclave_vec`Thalia Archibald-13/+6
2025-03-10Copy from userspace to MaybeUninitJethro Beekman-3/+42
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-23/+19
2024-07-31PinCoerceUnsized trait into coreXiangfei Ding-0/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-6/+4
2024-07-26Fix doc nitsJohn Arundel-4/+4
2024-07-15lib: replace some `mem::forget`'s with `ManuallyDrop`Pavel Grigorenko-4/+3
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+819