| Age | Commit message (Expand) | Author | Lines |
| 2023-01-14 | Fix the stability attributes for `std::os::fd`. | Dan Gohman | -3/+3 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -1/+1 |
| 2023-01-09 | Disable `linux_ext` in wasm32 and fortanix rustdoc builds. | John Millikin | -0/+9 |
| 2023-01-04 | relax reference requirement on from_abstract_name | mllken | -2/+2 |
| 2022-11-20 | enable fuzzy_provenance_casts lint in libstd | Ralf Jung | -0/+1 |
| 2022-11-15 | Rollup merge of #103734 - Mark-Simulacrum:fix-version-stabilized, r=JohnTitor | Matthias Krüger | -2/+2 |
| 2022-11-14 | Rollup merge of #101967 - jmillikin:linux-abstract-socket-addr, r=joshtriplett | Matthias Krüger | -95/+140 |
| 2022-10-29 | Adjust stabilization version to 1.65.0 for wasi fds | Mark Rousskov | -2/+2 |
| 2022-10-20 | Make the whole `std::os::wasi::io` module stable. | Dan Gohman | -1/+1 |
| 2022-10-20 | Mark `std::os::wasi::io::AsFd` etc. as stable. | Dan Gohman | -1/+1 |
| 2022-10-15 | Add `IsTerminal` trait to determine if a descriptor or handle is a terminal | Josh Triplett | -0/+34 |
| 2022-10-10 | Consolidate AsFd instances for stdio types into `library/std/src/os/fd/owned.rs` | Josh Triplett | -0/+52 |
| 2022-09-30 | Standard library OS support for Apple WatchOS | Vladimir Michael Eatwell | -0/+235 |
| 2022-09-29 | Rollup merge of #98368 - sunfishcode:sunfishcode/std-os-fd, r=joshtriplett | Yuki Okushi | -46/+26 |
| 2022-09-18 | Move `unix_socket_abstract` feature API to `SocketAddrExt`. | John Millikin | -83/+123 |
| 2022-09-18 | Adjust `tcp_quickack` feature to allow other `os::linux::net` features. | John Millikin | -12/+17 |
| 2022-09-12 | Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726 | Dylan DPC | -14/+2 |
| 2022-09-04 | Don't duplicate file descriptors into stdio fds | beetrees | -1/+2 |
| 2022-09-02 | Fix compilation of the doc tests on Windows. | Dan Gohman | -0/+4 |
| 2022-08-29 | Re-introduce `unstable` attributes. | Dan Gohman | -2/+2 |
| 2022-08-29 | Clarify that the `fd` module is supported on Unix and WASI. | Dan Gohman | -3/+2 |
| 2022-08-29 | Make `std::os::fd` public. | Dan Gohman | -46/+23 |
| 2022-08-29 | Rollup merge of #96334 - devnexen:socket_mark, r=dtolnay | Matthias Krüger | -0/+50 |
| 2022-08-28 | Auto merge of #96324 - berendjan:set_tcp_quickack, r=dtolnay | bors | -0/+119 |
| 2022-08-28 | Rollup merge of #100885 - mzohreva:mz/sgx-export-cancel-type, r=Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2022-08-23 | Rollup merge of #100835 - devnexen:listener_followups, r=devnexen | Dylan DPC | -4/+2 |
| 2022-08-22 | Export Cancel from std::os::fortanix_sgx::usercalls::raw | Mohsen Zohrevandi | -1/+3 |
| 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 | Auto merge of #100810 - matthiaskrgr:rollup-xep778s, r=matthiaskrgr | bors | -2/+10 |
| 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-08-16 | Update fortanix-sgx-abi and export some useful SGX usercall traits | Mohsen Zohrevandi | -0/+1 |
| 2022-08-13 | created tcpstream quickack trait | Berend-Jan Lange | -0/+119 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -4/+4 |
| 2022-07-27 | Allow using stable os::fd::raw items through unstable os::wasi module | bstrie | -0/+19 |
| 2022-07-27 | Rollup merge of #98583 - joshtriplett:stabilize-windows-symlink-types, r=thomcc | Yuki Okushi | -5/+9 |
| 2022-07-20 | Fix the stable version of `AsFd for Arc<T>` and `Box<T>` | Josh Stone | -2/+2 |
| 2022-07-20 | Rollup merge of #98101 - vladimir-ea:stdlib_watch_os, r=thomcc | Dylan DPC | -4/+8 |
| 2022-07-20 | Library changes for Apple WatchOS | Vladimir Michael Eatwell | -4/+8 |
| 2022-07-17 | Rollup merge of #99088 - niklasf:stabilize-process_set_process_group, r=josht... | Yuki Okushi | -3/+30 |
| 2022-07-16 | Expand documentation for `process_group`
| Josh Triplett | -1/+3 |
| 2022-07-11 | Auto merge of #97841 - nvzqz:inline-encode-wide, r=thomcc | bors | -0/+1 |
| 2022-07-09 | Document and stabilize process_set_process_group | Niklas Fiekas | -3/+28 |
| 2022-07-07 | Rollup merge of #97917 - AronParker:master, r=ChrisDenton | Matthias Krüger | -0/+23 |
| 2022-07-07 | Fix doc build on unsupported oses | David CARLIER | -2/+16 |
| 2022-07-06 | changes from feedback | David Carlier | -6/+4 |
| 2022-07-06 | doc additions | David Carlier | -1/+33 |
| 2022-07-06 | socket `set_mark` addition. | David Carlier | -0/+6 |