about summary refs log tree commit diff
path: root/src/libstd/sys/sgx/condvar.rs
AgeCommit message (Collapse)AuthorLines
2020-07-27mv std libs to library/mark-42/+0
2020-06-12Enable some timeouts in SGX platformMohsen Zohrevandi-2/+4
This would partially resolve https://github.com/fortanix/rust-sgx/issues/31
2019-12-22Format the worldMark Rousskov-1/+1
2019-08-30Fix unlock ordering in SGX synchronization primitivesJethro Beekman-2/+1
2019-04-01SGX target: convert a bunch of panics to abortsJethro Beekman-3/+2
2019-03-25SGX target: fix std unit testsJethro Beekman-1/+2
2019-02-28libstd => 2018Taiki Endo-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-11Remove unnecessary feature gates from const fnsOliver Scherer-1/+0
2018-12-07SGX target: implement synchronization primitives and threadingJethro Beekman-7/+16
2018-12-07Add x86_64-fortanix-unknown-sgx target to libstd and dependenciesJethro Beekman-0/+43
The files src/libstd/sys/sgx/*.rs are mostly copied/adapted from the wasm target. This also updates the dlmalloc submodule to the very latest version.