| Age | Commit message (Expand) | Author | Lines |
| 2024-02-18 | Add uncontroversial syscall doc aliases to std docs | SabrinaJewson | -0/+14 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -1/+0 |
| 2024-02-11 | Rollup merge of #120459 - rytheo:handle-conversion-docs, r=Mark-Simulacrum | Matthias Krüger | -0/+25 |
| 2024-02-04 | Document various I/O handle conversions | Ryan Lowe | -0/+25 |
| 2024-01-30 | Rollup merge of #120434 - fmease:revert-speeder, r=petrochenkov | Guillaume Gomez | -10/+1 |
| 2024-01-30 | Rollup merge of #120452 - alexcrichton:update-windows-seek-write-docs, r=Chri... | Guillaume Gomez | -1/+1 |
| 2024-01-28 | Make `impl<T: AsHandle>` impl take `?Sized` | Gary Guo | -5/+5 |
| 2024-01-28 | Make `impl<Fd: AsFd>` impl take `?Sized` | Gary Guo | -5/+5 |
| 2024-01-28 | std: Update documentation of seek_write on Windows | Alex Crichton | -1/+1 |
| 2024-01-28 | Revert "Add the wasm32-wasi-preview2 target" | León Orell Valerian Liehr | -10/+1 |
| 2024-01-25 | Rollup merge of #120306 - safinaskar:clone3-clean-up, r=petrochenkov | Matthias Krüger | -2/+1 |
| 2024-01-24 | Finishing clone3 clean up | Askar Safin | -2/+1 |
| 2024-01-23 | Add the wasm32-wasi-preview2 target | Ryan Levick | -1/+10 |
| 2024-01-22 | Rollup merge of #119943 - devnexen:listener_update3, r=thomcc | Matthias Krüger | -1/+7 |
| 2024-01-22 | Rollup merge of #119408 - betrusted-io:xous-fixes-add-network, r=Mark-Simulacrum | Matthias Krüger | -10/+152 |
| 2024-01-15 | std::net: bind update for using backlog as `-1` too. | David Carlier | -1/+7 |
| 2024-01-13 | std: xous: use constants for stdout and stderr | Sean Cross | -0/+11 |
| 2024-01-13 | xous: net: initial commit of network support | Sean Cross | -0/+129 |
| 2024-01-13 | std: xous: pass entire memory range to flag updater | Sean Cross | -1/+1 |
| 2024-01-13 | xous: ffi: correct size of freed memory | Sean Cross | -1/+1 |
| 2024-01-13 | xous: ffi: fix lend_impl() return values | Sean Cross | -8/+10 |
| 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-11-23 | Fix tracking issue of Windows ExitCodeExt | David Tolnay | -3/+3 |
| 2023-11-23 | Auto merge of #115159 - solid-rs:patch/kmc-solid/io-safety, r=workingjubilee | bors | -4/+298 |
| 2023-11-22 | unnecessary_mut_passed | Chris Denton | -2/+2 |
| 2023-11-22 | useless_conversion | Chris Denton | -1/+1 |
| 2023-11-19 | Rollup merge of #117957 - the8472:pidfd-wait, r=Mark-Simulacrum | Michael Goulet | -0/+6 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -2/+0 |
| 2023-11-16 | if available use a Child's pidfd for kill/wait | The 8472 | -0/+6 |
| 2023-11-15 | Substitute version placeholders | Mark Rousskov | -12/+12 |
| 2023-11-08 | kmc-solid: Re-export `{As,Borrowed,Owned}Fd` in `std::os::solid::prelude` | Tomoaki Kawada | -1/+1 |
| 2023-11-08 | kmc-solid: Reimplement `AsFd` etc for `{TcpStream,TcpListener,UdpSocket}` by ... | Tomoaki Kawada | -3/+3 |
| 2023-11-08 | kmc-solid: Replace `{From,Into}Inner<c_int>` impls with `*RawFd` for `Socket` | Tomoaki Kawada | -3/+3 |
| 2023-11-08 | kmc-solid: Implement `AsFd` for `{Arc,Rc,Box}<impl AsFd>` | Tomoaki Kawada | -0/+33 |
| 2023-11-08 | kmc-solid: Implement `AsFd` and conversion to/from `OwnedFd` for `{TcpStream,... | Tomoaki Kawada | -0/+26 |
| 2023-11-08 | kmc-solid: Document I/O safety in `std::os::solid::io` | Tomoaki Kawada | -0/+44 |
| 2023-11-08 | kmc-solid: Add `std::os::solid::io::{BorrowedFd,OwnedFd,AsFd}` | Tomoaki Kawada | -0/+191 |
| 2023-10-31 | Stabilize `file_set_times` | Josh Triplett | -12/+12 |
| 2023-10-28 | Remove asmjs from library | Jubilee Young | -2/+0 |
| 2023-10-29 | Don't use LFS64 symbols on musl | git-bruh | -1/+8 |
| 2023-10-25 | Convert `Unix{Datagram,Stream}::{set_}passcred()` to per-OS traits | John Millikin | -128/+230 |
| 2023-10-20 | changes from feedback | David Carlier | -10/+0 |
| 2023-10-17 | Updated libc and doc for Vita target | Nikolay Arhipov | -3/+3 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -6/+6 |
| 2023-10-09 | Support AIX in Rust standard library | Qiu Chaofan | -0/+367 |
| 2023-10-03 | Bump version placeholders | Mark Rousskov | -6/+6 |