| Age | Commit message (Expand) | Author | Lines |
| 2024-01-15 | std::net: bind update for using backlog as `-1` too. | David Carlier | -1/+7 |
| 2024-01-09 | Backlog for HorizonOS UnixListener | Andrea Ciliberti | -2/+8 |
| 2024-01-05 | Fix broken build for ESP IDF due to #119026 | ivmarkov | -2/+3 |
| 2024-01-04 | Rollup merge of #119026 - devnexen:listener_upd, r=Mark-Simulacrum | Matthias Krüger | -2/+12 |
| 2023-12-24 | Fix doc typo for read_exact_at | AlexBuz | -1/+1 |
| 2023-12-24 | std::net::bind using -1 for openbsd which in turn sets it to somaxconn. | David Carlier | -2/+12 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -3/+3 |
| 2023-10-09 | Support AIX in Rust standard library | Qiu Chaofan | -0/+2 |
| 2023-10-03 | Bump version placeholders | Mark Rousskov | -3/+3 |
| 2023-09-28 | Auto merge of #98704 - vthib:impl-from-raw-for-childstd-structs, r=dtolnay | bors | -0/+42 |
| 2023-09-28 | Update stability attribute for child stream From impls | David Tolnay | -3/+3 |
| 2023-09-22 | fix OS-specific I/O safety docs since the io_safety feature is stable | Ralf Jung | -4/+7 |
| 2023-09-22 | Auto merge of #114780 - RalfJung:io-safety, r=Amanieu | bors | -4/+5 |
| 2023-09-21 | added support for GNU/Hurd | Samuel Thibault | -0/+2 |
| 2023-09-16 | Rollup merge of #115329 - xzmeng:fix-std-doc, r=dtolnay | Matthias Krüger | -1/+1 |
| 2023-09-03 | Use std::io::Error::is_interrupted everywhere | Ben Kimock | -2/+2 |
| 2023-08-29 | fix a doc typo at std::os::unix::fs::FileExt::write_at | Meng Xiangzhuo | -1/+1 |
| 2023-08-28 | Rollup merge of #114512 - devnexen:fix_tests_fbsd, r=thomcc | Matthias Krüger | -1/+1 |
| 2023-08-22 | Replace version placeholders with 1.73.0 | Mark Rousskov | -3/+3 |
| 2023-08-14 | mention /proc/self/fd with /proc/self/mem | Ralf Jung | -3/+3 |
| 2023-08-14 | wording; and explain some of the possible consequences of violating io-safety | Ralf Jung | -1/+1 |
| 2023-08-13 | add more explicit I/O safety documentation | Ralf Jung | -1/+2 |
| 2023-08-05 | std/tests: disable ancillary tests on freebsd since the feature itself is. | David CARLIER | -1/+1 |
| 2023-07-28 | inline trivial (noop) flush calls | Thom Chiovoloni | -0/+1 |
| 2023-07-26 | Auto merge of #102757 - pcc:android-std-tests, r=workingjubilee | bors | -0/+18 |
| 2023-07-22 | Rollup merge of #113876 - darklyspaced:master, r=cuviper | Matthias Krüger | -1/+30 |
| 2023-07-20 | added a problematic example | darklyspaced | -3/+25 |
| 2023-07-20 | fix docs & example for FileExt::write_at | darklyspaced | -1/+8 |
| 2023-06-25 | Stabilize chown functions (`unix_chown`) | Yuki Okushi | -6/+3 |
| 2023-06-21 | Update tvOS support elsewhere in the stdlib | Thom Chiovoloni | -1/+7 |
| 2023-06-21 | wip: Support Apple tvOS in libstd | Thom Chiovoloni | -2/+9 |
| 2023-06-17 | Rollup merge of #112352 - dankm:fbsd_doc_fix, r=thomcc | Matthias Krüger | -1/+7 |
| 2023-06-13 | Fix building the documentation on FreeBSD. | MikaelUrankar | -0/+1 |
| 2023-06-06 | Fix documentation build on FreeBSD | Dan McGregor | -1/+7 |
| 2023-06-05 | Std support improvement for ps vita target | Nikolay Arhipov | -1/+1 |
| 2023-05-30 | add doc on From<OwnedFd/Handle> impl for ChildStd* | Vincent Thiberville | -0/+12 |
| 2023-05-30 | add FromOwnedFd/FromOwnedHandle for ChildStdin/out/err | Vincent Thiberville | -0/+30 |
| 2023-05-08 | Rollup merge of #110638 - nikarh:vita, r=Mark-Simulacrum | Yuki Okushi | -0/+2 |
| 2023-05-08 | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar... | bors | -1/+1 |
| 2023-05-07 | PS Vita std support | Nikolay Arhipov | -0/+2 |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -1/+1 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -7/+7 |
| 2023-03-27 | socket ancillary data implementation for FreeBSD (from 13 and above). | David CARLIER | -21/+194 |
| 2023-03-18 | Stabilise `unix_socket_abstract` | John Millikin | -12/+7 |
| 2023-03-04 | Auto merge of #89518 - a1phyr:unix_file_vectored_at, r=workingjubilee | bors | -0/+87 |
| 2023-03-02 | Make std tests pass on newer Android | Peter Collingbourne | -0/+18 |
| 2023-03-02 | Add basic tests | Benoît du Garreau | -0/+61 |
| 2023-03-02 | Take shared references as parameter | Benoît du Garreau | -12/+4 |
| 2023-02-28 | Add QNX Neutrino support to libstd | Florian Bartels | -13/+28 |
| 2023-02-27 | Add vectored positioned I/O on Unix | Benoît du Garreau | -0/+34 |