about summary refs log tree commit diff
path: root/src/libstd/sys/sgx/fd.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-84/+0
2020-07-09libstd/libcore: fix various typosAndy Russell-1/+1
2020-04-26Update nameSteven Fackler-2/+2
2020-04-26Add Read/Write::can_read/write_vectoredSteven Fackler-0/+10
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-3/+7
2019-04-29SGX target: implemented vectored I/OJethro Beekman-3/+11
2019-02-28libstd => 2018Taiki Endo-3/+3
2018-12-27Auto merge of #57119 - jethrogb:jb/sgx-os-mod2, r=joshtriplettbors-1/+15
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-25Add `io` and `arch` modules to `std::os::fortanix_sgx`Jethro Beekman-1/+15
2018-12-07SGX target: implement streamsJethro Beekman-0/+58