summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2019-06-26Use pointer::write_bytes for android sigemptysetJosh Stone-5/+3
2019-06-26Avoid mem::uninitialized() in std::sys::unixJosh Stone-58/+57
2019-06-20Auto merge of #60341 - mtak-:macos-tlv-workaround, r=alexcrichtonbors-4/+0
2019-05-29Rollup merge of #61202 - oberien:permissionext-print-octal, r=varkorMazdak Farrokhzad-1/+1
2019-05-26Print file mode of PermissionExt in octal in Examplesoberien-1/+1
2019-05-25std: Depend on `backtrace` crate from crates.ioAlex Crichton-325/+0
2019-05-22Revert "Add implementations of last in terms of next_back on a bunch of Doubl...Steven Fackler-2/+0
2019-05-22Rollup merge of #60581 - hellow554:fix_60580, r=alexcrichtonMazdak Farrokhzad-22/+16
2019-05-20Rollup merge of #60453 - tbu-:pr_getrandom_enoperm, r=sfacklerMazdak Farrokhzad-1/+6
2019-05-15Revert "ensure fast thread local lookups occur once per access on macos"tyler-17/+0
2019-05-15ensure fast thread local lookups occur once per access on macostyler-0/+17
2019-05-15remove dead code: requires_move_before_droptyler-4/+0
2019-05-15Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplettbors-35/+9
2019-05-14Rollup merge of #60780 - RalfJung:miri, r=oli-obkMazdak Farrokhzad-4/+1
2019-05-14Rollup merge of #60130 - khuey:efficient_last, r=sfacklerMazdak Farrokhzad-0/+2
2019-05-13Revert "use SecRandomCopyBytes on macOS in Miri"Ralf Jung-4/+1
2019-05-13Remove bitrig support from rustMarcel Hellwig-35/+9
2019-05-06use exhaustive_patterns to be able to use `?`Marcel Hellwig-5/+6
2019-05-06convert custom try macro to `?`Marcel Hellwig-17/+10
2019-05-03Auto merge of #59883 - ebarnard:clonefile, r=sfacklerbors-19/+69
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-05-01Fall back to `/dev/urandom` on `EPERM` for `getrandom`Tobias Bucher-1/+6
2019-04-27Stabilized vectored IOSteven Fackler-36/+36
2019-04-21use SecRandomCopyBytes on macOS in MiriRalf Jung-1/+4
2019-04-19Add implementations of last in terms of next_back on a bunch of DoubleEndedIt...Kyle Huey-0/+2
2019-04-19Fix sync_all on macos/iosDavid Vázquez Púa-2/+9
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-15/+35
2019-04-10std: Add `{read,write}_vectored` for more typesAlex Crichton-15/+35
2019-04-10Eliminate `FnBox` usages from libstd.CrLF0710-2/+1
2019-04-04Auto merge of #59676 - alexcrichton:osx-deadlock, r=sfacklerbors-7/+20
2019-04-04std: Avoid usage of `Once` in `Instant`Alex Crichton-7/+20
2019-04-03wasi: Fill out `std::fs` module for WASIAlex Crichton-21/+2
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-21/+21
2019-03-29implement `AsRawFd` for stdio locksAndy Russell-0/+15
2019-03-28Rollup merge of #58803 - haraldh:fs_copy_fix, r=alexcrichtonMazdak Farrokhzad-55/+74
2019-03-26Rollup merge of #59374 - faern:simplify-checked-duration-since, r=shepmasterMazdak Farrokhzad-8/+5
2019-03-23fs::copy() set file mode earlyHarald Hoyer-55/+74
2019-03-22Update sys::time impls to have checked_sub_instantLinus Färnstrand-8/+5
2019-03-22Auto merge of #59370 - Centril:rollup, r=Centrilbors-1/+4
2019-03-22Rollup merge of #59106 - LinusU:udp-peer-addr, r=kennytmMazdak Farrokhzad-1/+4
2019-03-22Auto merge of #58953 - jethrogb:jb/unify-ffi, r=alexcrichtonbors-285/+35
2019-03-21Unify OsString/OsStr for byte-based implementationsJethro Beekman-285/+35
2019-03-21FreeBSD 10.x is EOL, in FreeBSD 11 and later, ss_sp is actually a void* [1]MikaelUrankar-2/+2
2019-03-16Add UdpSocket peer_addr implementation for L4ReLinus Unnebäck-1/+4
2019-03-16Rollup merge of #58901 - ebarnard:just-copying, r=sfacklerkennytm-1/+86
2019-03-09Use lifetime contravariance to elide more lifetimes in core+alloc+stdScott McMurray-2/+2
2019-03-04Change `std::fs::copy` to use `copyfile` on MacOS and iOSEdward Barnard-1/+86
2019-02-28Fix rebase failTaiki Endo-3/+4