about summary refs log tree commit diff
path: root/library/std/src/sys/sgx
AgeCommit message (Expand)AuthorLines
2021-03-25Auto merge of #83387 - cuviper:min-llvm-10, r=nagisabors-7/+4
2021-03-22Fix asm! from AT&T to Intel syntaxJosh Stone-1/+1
2021-03-22Update the minimum external LLVM to 10Josh Stone-6/+3
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-9/+9
2021-03-03Auto merge of #76345 - okready:sgx-mem-range-overflow-checks, r=joshtriplettbors-8/+34
2021-01-13deprecate atomic::spin_loop_hint in favour of hint::spin_loopAshley Mannix-2/+3
2020-12-22Migrate standard library away from compare_and_swapLinus Färnstrand-5/+5
2020-11-24Auto merge of #78953 - mzohreva:mz/from_raw_fd, r=Mark-Simulacrumbors-10/+35
2020-11-17Rollup merge of #78138 - fortanix:raoul/dlmalloc0.2, r=Mark-SimulacrumMara Bos-1/+57
2020-11-12Upgrading dlmalloc to 0.2.1Raoul Strackx-1/+57
2020-11-12Add missing stability attributeMohsen Zohrevandi-0/+2
2020-11-11Add Metadata in std::os::fortanix_sgx::io::FromRawFdMohsen Zohrevandi-10/+33
2020-11-07Convert a bunch of intra-doc linksCamelid-1/+1
2020-10-18Remove redundant 'static from library cratesest31-8/+8
2020-10-08Auto merge of #77346 - Caduser2020:master, r=Mark-Simulacrumbors-119/+170
2020-10-08`#[deny(unsafe_op_in_unsafe_fn)]` in sys/sgxCaduser2020-119/+170
2020-10-02Make it possible to have unboxed condvars on specific platforms.Mara Bos-0/+2
2020-10-02Make it possible to have unboxed mutexes on specific platforms.Mara Bos-0/+2
2020-09-28Prefer asm! in std - all in sgx moduleLzu Tao-16/+24
2020-09-15Consolidate byte-identical modules.Eric Huss-542/+4
2020-09-04Add is_enclave_range/is_user_range overflow checksTheodore Cipicchio-8/+34
2020-09-03Improve SGX RWLock initializer testJethro Beekman-23/+11
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-547/+538
2020-08-21Make raw standard stream constructors constTomasz Miąsko-3/+3
2020-08-21Remove result type from raw standard streams constructorsTomasz Miąsko-6/+6
2020-07-27mv std libs to library/mark-0/+5201