about summary refs log tree commit diff
path: root/src/libstd/sys/unix/ext
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-3464/+0
2020-07-09libstd/libcore: fix various typosAndy Russell-2/+2
2020-07-02Fix linksGuillaume Gomez-1/+1
2020-06-23Remove unused crate imports in 2018 edition cratesyuqio-3/+0
2020-06-18Document format correctionqy3u-2/+4
2020-06-10Migrate to numeric associated constsLzu Tao-1/+1
2020-05-12Stabilize process_set_argv0 feature for UnixJeremy Fitzhardinge-1/+1
2020-05-07Allow a few warnings.Steve Klabnik-0/+6
2020-04-26Fix stragglersSteven Fackler-5/+5
2020-04-26Update nameSteven Fackler-3/+3
2020-04-26Add Read/Write::can_read/write_vectoredSteven Fackler-0/+20
2020-01-12Document behavior of set_nonblocking on UnixListenerTill Arnold-0/+8
2019-12-22Format the worldMark Rousskov-88/+117
2019-12-02Rollup merge of #66346 - linkmauve:try-in-docstring, r=Dylan-DPCMazdak Farrokhzad-156/+284
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-55/+123
2019-11-24Add missing main() and return valueEmmanuel Gil Peyrot-2/+5
2019-11-24Add missing semicolons and question marksEmmanuel Gil Peyrot-5/+5
2019-11-24Also fix the signature of main in std::sys::unix::extEmmanuel Gil Peyrot-1/+3
2019-11-24Return Ok(()) in docstrings in std::os::unix::netEmmanuel Gil Peyrot-10/+45
2019-11-24Replace .unwrap() with ? in std::os::unix::netEmmanuel Gil Peyrot-149/+237
2019-11-19Add unix::process::CommandExt::arg0Jeremy Fitzhardinge-0/+16
2019-10-28[doc] fix the reference to using `OpenOptions::open`Josh Stone-1/+1
2019-10-28[doc] add a possessive apostrophe in `OpenOptionsExt::mode`Josh Stone-1/+1
2019-07-01Remove needless lifetimesJeremy Stucki-2/+2
2019-06-26Avoid mem::uninitialized() in std::sys::unixJosh Stone-6/+5
2019-05-26Print file mode of PermissionExt in octal in Examplesoberien-1/+1
2019-05-13Remove bitrig support from rustMarcel Hellwig-2/+2
2019-04-27Stabilized vectored IOSteven Fackler-7/+7
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-5/+5
2019-03-29implement `AsRawFd` for stdio locksAndy Russell-0/+15
2019-03-21Unify OsString/OsStr for byte-based implementationsJethro Beekman-104/+33
2019-02-28libstd => 2018Taiki Endo-47/+45
2019-02-26Auto merge of #58357 - sfackler:vectored-io, r=alexcrichtonbors-1/+36
2019-02-22Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichtonMazdak Farrokhzad-4/+24
2019-02-13Add vectored read and write supportSteven Fackler-1/+36
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-12/+12
2019-02-11remove "experimental" wording from std::os::unixAndy Russell-1/+1
2019-02-10libs: doc commentsAlexander Regueiro-10/+10
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-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-1/+1
2019-02-01deprecate before_exec in favor of unsafe pre_execRalf Jung-3/+23
2019-01-15Stabilize FileExt::read_exact_at/write_all_atDror Levin-4/+2
2018-12-25Remove licensesMark Rousskov-80/+0
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-1/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-11-30Deal with EINTR in net timeout testsJosh Stone-4/+6
2018-11-22Make std::os::unix/linux::fs::MetadataExt::a/m/ctime* documentation clearerariasuni-6/+12