about summary refs log tree commit diff
path: root/library/std/src/sys/pal/sgx/abi
AgeCommit message (Expand)AuthorLines
2025-09-10std: move `thread` into `sys`joboet-1/+1
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-28Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra...bors-1/+1
2025-04-27Fix SGX library code implicit auto-refUrgau-1/+1
2025-04-27use generic Atomic type where possibleChristopher Durham-12/+8
2025-04-14Clarify why SGX code specifies linkage/symbol names for certain staticsJethro Beekman-2/+4
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-09std: move stdio to `sys`joboet-1/+1
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-23/+19
2025-02-13std: Apply unsafe_attr_outside_unsafeEric Huss-5/+5
2025-02-09Mark extern blocks as unsafeMichael Goulet-7/+7
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-13/+9
2024-07-26Fix doc nitsJohn Arundel-8/+10
2024-07-15lib: replace some `mem::forget`'s with `ManuallyDrop`Pavel Grigorenko-6/+5
2024-02-24library: use `addr_of!`Pavel Grigorenko-1/+1
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-7/+7
2024-02-15Use generic `NonZero` internally.Markus Reiter-12/+13
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+2384