about summary refs log tree commit diff
path: root/src/libstd/sys/redox
AgeCommit message (Expand)AuthorLines
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
2019-02-02deprecate things a bit slowerRalf Jung-1/+1
2019-02-01also replace before_exec by pre_exec on redoxRalf Jung-5/+25
2019-01-26Replace deprecated ATOMIC_INIT constsMark Rousskov-2/+2
2019-01-13Cosmetic improvementsAlexander Regueiro-2/+1
2019-01-07std: Force `Instant::now()` to be monotonicAlex Crichton-0/+8
2018-12-25Remove licensesMark Rousskov-479/+0
2018-12-21Auto merge of #56813 - oli-obk:main_🧶, r=pnkfelixbors-1/+0
2018-12-14Remove dead codeOliver Scherer-1/+0
2018-12-13Add checked_sub for Instant and SystemTimeLinus Färnstrand-13/+11
2018-12-13Add checked_add method to Instant time typeLinus Färnstrand-10/+2
2018-12-06Change sys::Thread::new to take the thread entry as Box<dyn FnBox() + 'static>̣Jethro Beekman-1/+2
2018-12-06Refactor net::each_addr/lookup_host to forward error from resolveJethro Beekman-67/+102
2018-12-06Refactor stderr_prints_nothing into a more modular functionJethro Beekman-2/+2
2018-12-04cleanup: remove static lifetimes from consts in libstdljedrz-9/+9
2018-11-25Auto merge of #55527 - sgeisler:time-checked-add, r=sfacklerbors-6/+12
2018-11-15use ? operator instead of matchSebastian Geisler-10/+3
2018-11-15Implement checked_add_duration for SystemTimeSebastian Geisler-6/+19
2018-11-15Rollup merge of #55901 - euclio:speling, r=petrochenkovPietro Albini-3/+3