about summary refs log tree commit diff
path: root/src/libstd/sys/redox
AgeCommit message (Expand)AuthorLines
2019-08-06redox: convert to target_family unixJeremy Soller-6387/+0
2019-08-03Add {IoSlice, IoSliceMut}::advanceThomas de Zeeuw-0/+14
2019-07-04Add missing lifetime specifierJeremy Stucki-1/+1
2019-07-01Remove needless lifetimesJeremy Stucki-1/+1
2019-06-20Auto merge of #60341 - mtak-:macos-tlv-workaround, r=alexcrichtonbors-108/+1
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-134/+0
2019-05-22Rollup merge of #60581 - hellow554:fix_60580, r=alexcrichtonMazdak Farrokhzad-35/+30
2019-05-15restructure thread_local! for better codegen (especially on macos)tyler-1/+1
2019-05-15Revert "ensure fast thread local lookups occur once per access on macos"tyler-5/+1
2019-05-15ensure fast thread local lookups occur once per access on macostyler-1/+5
2019-05-15redox had a copy of fast thread local (oversight?)tyler-104/+1
2019-05-15remove dead code: requires_move_before_droptyler-4/+0
2019-05-06use exhaustive_patterns to be able to use `?`Marcel Hellwig-7/+9
2019-05-06convert custom try macro to `?`Marcel Hellwig-28/+21
2019-05-02Make tidy::version::Version a [u32; 3]Alexey Shmalko-41/+41
2019-04-27Stabilized vectored IOSteven Fackler-17/+17
2019-04-14Rollup merge of #59852 - alexcrichton:more-vectored, r=sfacklerMazdak Farrokhzad-2/+18
2019-04-10std: Add `{read,write}_vectored` for more typesAlex Crichton-2/+18
2019-04-10Eliminate `FnBox` usages from libstd.CrLF0710-2/+1
2019-04-03wasi: Fill out `std::fs` module for WASIAlex Crichton-38/+4
2019-03-31libstd: deny(elided_lifetimes_in_paths), fixes in redoxMazdak Farrokhzad-1/+1
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-16/+16
2019-03-29implement `AsRawFd` for stdio locksAndy Russell-0/+15
2019-03-26Rollup merge of #59374 - faern:simplify-checked-duration-since, r=shepmasterMazdak Farrokhzad-4/+2
2019-03-22Update sys::time impls to have checked_sub_instantLinus Färnstrand-4/+2
2019-03-22Auto merge of #59370 - Centril:rollup, r=Centrilbors-0/+5
2019-03-22Rollup merge of #59106 - LinusU:udp-peer-addr, r=kennytmMazdak Farrokhzad-0/+5
2019-03-22Auto merge of #58953 - jethrogb:jb/unify-ffi, r=alexcrichtonbors-231/+35
2019-03-21Unify OsString/OsStr for byte-based implementationsJethro Beekman-231/+35
2019-03-16Rollup merge of #59009 - sfackler:fix-sgx-vectors, r=alexcrichtonkennytm-8/+2
2019-03-16Add peer_addr function to UdpSocketLinus Unnebäck-0/+5
2019-03-09Use lifetime contravariance to elide more lifetimes in core+alloc+stdScott McMurray-1/+1
2019-03-07Always call read/write from default vectored io methodsSteven Fackler-8/+2
2019-02-28libstd => 2018Taiki Endo-197/+199
2019-02-26Auto merge of #58357 - sfackler:vectored-io, r=alexcrichtonbors-6/+53
2019-02-24Fix redoxSteven Fackler-3/+3
2019-02-24Rollup merge of #58454 - pitdicker:windows_stdio, r=alexcrichtonMazdak Farrokhzad-21/+14
2019-02-23Remove pub(crate) from stderr_rawPaul Dicker-1/+1
2019-02-22Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichtonMazdak Farrokhzad-6/+28
2019-02-20Use standard Read/Write traits in sys::stdioPaul Dicker-8/+14
2019-02-20Remove sys::*::Stderr Write implementationPaul Dicker-14/+1
2019-02-13impl Deref/DerefMut for IoVec typesSteven Fackler-5/+5
2019-02-13Add vectored read and write supportSteven Fackler-6/+53
2019-02-10libs: doc commentsAlexander Regueiro-68/+68
2019-02-10tests: doc commentsAlexander Regueiro-2/+2
2019-02-03POSIX requires async signal safety for fork in signal handlers, not in generalRalf Jung-2/+1
2019-02-03more formattingRalf Jung-2/+4
2019-02-02pre_exec: expand docsRalf Jung-3/+4