| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-01-04 | relax reference requirement on from_abstract_name | mllken | -1/+1 |
| 2022-11-14 | Rollup merge of #101967 - jmillikin:linux-abstract-socket-addr, r=joshtriplett | Matthias Krüger | -83/+46 |
| 2022-09-30 | Standard library OS support for Apple WatchOS | Vladimir Michael Eatwell | -0/+2 |
| 2022-09-29 | Rollup merge of #98368 - sunfishcode:sunfishcode/std-os-fd, r=joshtriplett | Yuki Okushi | -20/+5 |
| 2022-09-18 | Move `unix_socket_abstract` feature API to `SocketAddrExt`. | John Millikin | -83/+46 |
| 2022-09-12 | Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726 | Dylan DPC | -14/+2 |
| 2022-08-29 | Make `std::os::fd` public. | Dan Gohman | -20/+5 |
| 2022-08-29 | Rollup merge of #96334 - devnexen:socket_mark, r=dtolnay | Matthias Krüger | -0/+50 |
| 2022-08-23 | Rollup merge of #100835 - devnexen:listener_followups, r=devnexen | Dylan DPC | -4/+2 |
| 2022-08-22 | net listen backlog update, follow-up from #97963. | David CARLIER | -4/+2 |
| 2022-08-21 | Rollup merge of #100822 - WaffleLapkin:no_offset_question_mark, r=scottmcm | Matthias Krüger | -1/+1 |
| 2022-08-21 | Replace most uses of `pointer::offset` with `add` and `sub` | Maybe Waffle | -1/+1 |
| 2022-08-20 | Rollup merge of #97963 - devnexen:net_listener_neg, r=the8472 | Matthias Krüger | -2/+10 |
| 2022-08-19 | use <[u8]>::escape_ascii instead of core::ascii::escape_default | KaDiWa | -14/+2 |
| 2022-07-20 | Rollup merge of #98101 - vladimir-ea:stdlib_watch_os, r=thomcc | Dylan DPC | -3/+8 |
| 2022-07-20 | Library changes for Apple WatchOS | Vladimir Michael Eatwell | -3/+8 |
| 2022-07-16 | Expand documentation for `process_group`
| Josh Triplett | -1/+3 |
| 2022-07-09 | Document and stabilize process_set_process_group | Niklas Fiekas | -3/+28 |
| 2022-07-07 | Fix doc build on unsupported oses | David CARLIER | -2/+16 |