about summary refs log tree commit diff
path: root/library/std/src/sys/pal/sgx/abi/tls
AgeCommit message (Expand)AuthorLines
2025-04-27use generic Atomic type where possibleChristopher Durham-10/+6
2025-04-14Clarify why SGX code specifies linkage/symbol names for certain staticsJethro Beekman-2/+4
2025-02-13std: Apply unsafe_attr_outside_unsafeEric Huss-2/+2
2025-02-09Mark extern blocks as unsafeMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-07-15lib: replace some `mem::forget`'s with `ManuallyDrop`Pavel Grigorenko-2/+2
2024-02-24library: use `addr_of!`Pavel Grigorenko-1/+1
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-2/+2
2024-02-15Use generic `NonZero` internally.Markus Reiter-4/+4
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+243