about summary refs log tree commit diff
path: root/library/std/src/sys/pal/sgx/abi/usercalls
AgeCommit message (Expand)AuthorLines
2025-07-26Rollup merge of #143272 - tgross35:bump-fortanix, r=jhpratt,jethrogbTrevor Gross-1/+1
2025-07-13Attempt to fix up SGX for random API updatesJosh Triplett-2/+2
2025-07-01Upgrade the `fortanix-sgx-abi` dependencyTrevor Gross-1/+1
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-10Implement read_buf and vectored read/write for SGX stdioThalia Archibald-1/+16
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
2025-02-09Mark extern blocks as unsafeMichael Goulet-1/+1
2024-09-23std: implement the `random` featurejoboet-2/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-31PinCoerceUnsized trait into coreXiangfei Ding-0/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-8/+5
2024-07-26Fix doc nitsJohn Arundel-8/+10
2024-07-15lib: replace some `mem::forget`'s with `ManuallyDrop`Pavel Grigorenko-4/+3
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-5/+5
2024-02-15Use generic `NonZero` internally.Markus Reiter-8/+9
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+1473