about summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2019-05-13Remove bitrig support from rustMarcel Hellwig-35/+9
2019-05-03Categorize WASI as an "OS" rather than as an "environment".Dan Gohman-1/+1
2019-05-03Auto merge of #60496 - jethrogb:jb/address-integer-overflow, r=alexcrichtonbors-7/+17
2019-05-03Rollup merge of #60373 - rasendubi:lang-features-sort-since, r=CentrilMazdak Farrokhzad-41/+41
2019-05-03Auto merge of #59883 - ebarnard:clonefile, r=sfacklerbors-19/+69
2019-05-02Fix potential integer overflow in SGX memory range calculation.Jethro Beekman-7/+17
2019-05-02Make tidy::version::Version a [u32; 3]Alexey Shmalko-41/+41
2019-05-02Make `std::fs::copy` attempt to create copy-on-write clones of files on MacOS.Edward Barnard-19/+69
2019-05-02Auto merge of #60156 - RalfJung:macos-rand, r=oli-obk,alexcrichtonbors-1/+4
2019-04-29SGX target: implemented vectored I/OJethro Beekman-13/+50
2019-04-29SGX target: don't unwind on usercall index out of boundsJethro Beekman-2/+10
2019-04-27Stabilized vectored IOSteven Fackler-169/+169
2019-04-21use SecRandomCopyBytes on macOS in MiriRalf Jung-1/+4
2019-04-19Fix sync_all on macos/iosDavid Vázquez Púa-2/+9
2019-04-16SGX target: change re-entry abort logicJethro Beekman-19/+11
2019-04-16Add a comment explaining why SecRandomCopyBytes is not used on MacOSEd Barnard-0/+7
2019-04-14Rollup merge of #59852 - alexcrichton:more-vectored, r=sfacklerMazdak Farrokhzad-34/+163
2019-04-14Rollup merge of #59818 - crlf0710:eliminate_libstd_fnbox, r=cramertjMazdak Farrokhzad-17/+9
2019-04-12Rollup merge of #59892 - rylev:as-raw-fd, r=alexcrichtonMazdak Farrokhzad-67/+190
2019-04-11Impl RawFd converstion traits for TcpListener, TcpStream and UdpSocketRyan Levick-67/+190
2019-04-10SGX target: fix cfg(test) buildJethro Beekman-3/+3
2019-04-10std: Add `{read,write}_vectored` for more typesAlex Crichton-34/+163
2019-04-10Eliminate `FnBox` usages from libstd.CrLF0710-17/+9
2019-04-06Rollup merge of #59727 - alexcrichton:wasi-apis, r=fitzgenMazdak Farrokhzad-87/+86
2019-04-06Rollup merge of #59624 - jethrogb:jb/sgx-unwind-syms, r=alexcrichtonMazdak Farrokhzad-41/+44
2019-04-05wasi: Use shared API for preopened fdsAlex Crichton-87/+86
2019-04-04Auto merge of #59676 - alexcrichton:osx-deadlock, r=sfacklerbors-13/+38
2019-04-04std: Avoid usage of `Once` in `Instant`Alex Crichton-13/+38
2019-04-04Auto merge of #59619 - alexcrichton:wasi-fs, r=fitzgenbors-304/+1139
2019-04-03wasi: Fill out `std::fs` module for WASIAlex Crichton-262/+1091
2019-04-01SGX target: Use linker option to avoid code CGU assignment kludgeJethro Beekman-41/+44
2019-04-01wasi: Implement `error_string` to get readable errorsAlex Crichton-2/+15
2019-04-01SGX target: convert a bunch of panics to abortsJethro Beekman-48/+52
2019-04-01wasi: Use raw syscalls for stdioAlex Crichton-14/+9
2019-04-01wasi: Load arguments via syscallsAlex Crichton-26/+24
2019-03-31libstd: deny(elided_lifetimes_in_paths), fixes in redoxMazdak Farrokhzad-1/+1
2019-03-31libstd: deny(elided_lifetimes_in_paths), fixes in sgxMazdak Farrokhzad-19/+20
2019-03-31libstd: deny(elided_lifetimes_in_paths), fixes in wasiMazdak Farrokhzad-25/+25
2019-03-31libstd: deny(elided_lifetimes_in_paths), fixes in cloudabiMazdak Farrokhzad-3/+4
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-94/+94
2019-03-30Rollup merge of #59512 - euclio:stdio-locks, r=sfacklerMazdak Farrokhzad-0/+51
2019-03-29Add a new wasm32-unknown-wasi targetAlex Crichton-0/+1965
2019-03-29implement `AsRawFd` for stdio locksAndy Russell-0/+51
2019-03-28Fix missed fn rename in #59284Jethro Beekman-1/+1
2019-03-28Rollup merge of #58803 - haraldh:fs_copy_fix, r=alexcrichtonMazdak Farrokhzad-55/+74
2019-03-27Rollup merge of #59284 - RalfJung:maybe-uninit, r=sfacklerJosh Stone-6/+6
2019-03-26fix some uses I missedRalf Jung-6/+6
2019-03-26Rollup merge of #59374 - faern:simplify-checked-duration-since, r=shepmasterMazdak Farrokhzad-25/+18
2019-03-26Auto merge of #59136 - jethrogb:jb/sgx-std-test, r=sanxiynbors-59/+137
2019-03-25SGX target: fix std unit testsJethro Beekman-59/+137